PUT api/EstimatePacking/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
EstimatePacking| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Schedule | string |
None. |
|
| TariffNo | integer |
None. |
|
| gcodeno | integer |
None. |
|
| EstID | globally unique identifier |
None. |
|
| PackingRT | decimal number |
None. |
|
| PackingQty | decimal number |
None. |
|
| PackingAmt | decimal number |
None. |
|
| UnpackingRT | decimal number |
None. |
|
| UnpackingQty | decimal number |
None. |
|
| UnpackingAmt | decimal number |
None. |
|
| ContainerRT | decimal number |
None. |
|
| ContainerQty | decimal number |
None. |
|
| ContainerAmt | decimal number |
None. |
|
| Description | string |
None. |
|
| SortOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "f817bb6b-4218-4db1-ae7c-508d6bf8d8d4",
"Schedule": "sample string 2",
"TariffNo": 1,
"gcodeno": 1,
"EstID": "e15416de-e257-46af-9d98-0a9d3c699158",
"PackingRT": 1.0,
"PackingQty": 1.1,
"PackingAmt": 1.0,
"UnpackingRT": 1.0,
"UnpackingQty": 1.1,
"UnpackingAmt": 1.0,
"ContainerRT": 1.0,
"ContainerQty": 1.1,
"ContainerAmt": 1.0,
"Description": "sample string 3",
"SortOrder": 1
}
application/xml, text/xml
Sample:
<EstimatePacking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <ContainerAmt>1</ContainerAmt> <ContainerQty>1.1</ContainerQty> <ContainerRT>1</ContainerRT> <Description>sample string 3</Description> <EstID>e15416de-e257-46af-9d98-0a9d3c699158</EstID> <ID>f817bb6b-4218-4db1-ae7c-508d6bf8d8d4</ID> <PackingAmt>1</PackingAmt> <PackingQty>1.1</PackingQty> <PackingRT>1</PackingRT> <Schedule>sample string 2</Schedule> <SortOrder>1</SortOrder> <TariffNo>1</TariffNo> <UnpackingAmt>1</UnpackingAmt> <UnpackingQty>1.1</UnpackingQty> <UnpackingRT>1</UnpackingRT> <gcodeno>1</gcodeno> </EstimatePacking>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.