POST api/CreateBedRate
Request Information
URI Parameters
None.
Body Parameters
BedRateSaveVm| Name | Description | Type | Additional information |
|---|---|---|---|
| BedId | integer |
None. |
|
| ExpectedRent | decimal number |
None. |
|
| ExpectedDeposit | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"BedId": 1,
"ExpectedRent": 2.1,
"ExpectedDeposit": 3.1
}
application/xml, text/xml
Sample:
<BedRateSaveVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.PgModels"> <BedId>1</BedId> <ExpectedDeposit>3.1</ExpectedDeposit> <ExpectedRent>2.1</ExpectedRent> </BedRateSaveVm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.