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": "fb059041-cf35-40dd-ab95-3ba21d5a2f7f",
  "Schedule": "sample string 2",
  "TariffNo": 1,
  "gcodeno": 1,
  "EstID": "703e7f8a-4bef-4276-af69-911dab08e290",
  "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>703e7f8a-4bef-4276-af69-911dab08e290</EstID> <ID>fb059041-cf35-40dd-ab95-3ba21d5a2f7f</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.