PUT api/Accommodation/EditFacility
Request Information
URI Parameters
None.
Body Parameters
FacilityCodeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| WeightFormula | string |
None. |
|
| Icon | string |
None. |
|
| Paid | boolean |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Code": "sample string 1",
"Name": "sample string 2",
"Description": "sample string 3",
"WeightFormula": "sample string 4",
"Icon": "sample string 5",
"Paid": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<FacilityCodeDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Code>sample string 1</Code> <Name>sample string 2</Name> <Description>sample string 3</Description> <WeightFormula>sample string 4</WeightFormula> <Icon>sample string 5</Icon> <Paid>true</Paid> </FacilityCodeDTO>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |