PUT api/StorageBilling/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
StorageHandlingRateViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| CustomerId | integer |
Required |
|
| WarehouseId | integer |
Required |
|
| UnitTypeId | integer |
Required |
|
| OrderReceiverChargeId | integer |
Required |
|
| SplitPeriodFullRate | decimal number |
None. |
|
| SplitPeriodHalfRate | decimal number |
None. |
|
| FreeDays | decimal number |
None. |
|
| ReceiverHandlingRate | decimal number |
None. |
|
| ShippingHandlingRate | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustomerId": 2,
"WarehouseId": 3,
"UnitTypeId": 4,
"OrderReceiverChargeId": 5,
"SplitPeriodFullRate": 6.0,
"SplitPeriodHalfRate": 7.0,
"FreeDays": 8.0,
"ReceiverHandlingRate": 9.0,
"ShippingHandlingRate": 10.0
}
application/xml, text/xml
Sample:
<StorageHandlingRateViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.Customers.BillingWizard.StorageBilling"> <CustomerId>2</CustomerId> <FreeDays>8</FreeDays> <Id>1</Id> <OrderReceiverChargeId>5</OrderReceiverChargeId> <ReceiverHandlingRate>9</ReceiverHandlingRate> <ShippingHandlingRate>10</ShippingHandlingRate> <SplitPeriodFullRate>6</SplitPeriodFullRate> <SplitPeriodHalfRate>7</SplitPeriodHalfRate> <UnitTypeId>4</UnitTypeId> <WarehouseId>3</WarehouseId> </StorageHandlingRateViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.