POST api/Values/UpdateShed
Request Information
URI Parameters
None.
Body Parameters
Shed| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| AirportId | integer |
None. |
|
| ChargeId | integer |
None. |
|
| Description | string |
None. |
|
| IsCVS | boolean |
None. |
|
| IsCVSCredit | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"AirportId": 3,
"ChargeId": 4,
"Description": "sample string 5",
"IsCVS": true,
"IsCVSCredit": true
}
application/xml, text/xml
Sample:
<Shed xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cargo.Data.Entities"> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <AirportId>3</AirportId> <ChargeId>4</ChargeId> <Description>sample string 5</Description> <IsCVS>true</IsCVS> <IsCVSCredit>true</IsCVSCredit> <Name>sample string 2</Name> </Shed>
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.