PUT api/host/ilg/freightfee
Request Information
URI Parameters
None.
Body Parameters
ILGFreightFee| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| StoreID | integer |
None. |
|
| FreightCode | string |
None. |
|
| FreightFee | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"storeID": 2,
"freightCode": "sample string 3",
"freightFee": 4
}
application/xml, text/xml
Sample:
<ILGFreightFee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Integrations.ILG.Models.Host"> <FreightCode>sample string 3</FreightCode> <FreightFee>4</FreightFee> <ID>1</ID> <StoreID>2</StoreID> </ILGFreightFee>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.