POST api/Master/PutAgencyContainerMaster
Request Information
URI Parameters
None.
Body Parameters
AgencyContainersInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| CON_ID | integer |
None. |
|
| CON_CP_ID | integer |
None. |
|
| CON_AP_ID | integer |
None. |
|
| CON_NUMBER | string |
None. |
|
| CON_TYPE | integer |
None. |
|
| CON_ISO | integer |
None. |
|
| CON_GROSS_WGT | decimal number |
None. |
|
| CON_NET_WGT | decimal number |
None. |
|
| CON_TARE_WGT | decimal number |
None. |
|
| CON_CUB_CPTY | decimal number |
None. |
|
| CON_GRADE | string |
None. |
|
| CON_MFG_DATE | date |
None. |
|
| CON_STATUS | string |
None. |
|
| CON_NOTES | string |
None. |
|
| CON_PROGRAM_ID | string |
None. |
|
| CON_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CON_ID": 1,
"CON_CP_ID": 1,
"CON_AP_ID": 1,
"CON_NUMBER": "sample string 1",
"CON_TYPE": 1,
"CON_ISO": 1,
"CON_GROSS_WGT": 1.1,
"CON_NET_WGT": 1.1,
"CON_TARE_WGT": 1.1,
"CON_CUB_CPTY": 1.1,
"CON_GRADE": "sample string 2",
"CON_MFG_DATE": "2025-12-06T04:23:59.72564+00:00",
"CON_STATUS": "sample string 3",
"CON_NOTES": "sample string 4",
"CON_PROGRAM_ID": "sample string 5",
"CON_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<AgencyContainersInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CON_AP_ID>1</CON_AP_ID> <CON_CP_ID>1</CON_CP_ID> <CON_CREATED_BY>1</CON_CREATED_BY> <CON_CUB_CPTY>1.1</CON_CUB_CPTY> <CON_GRADE>sample string 2</CON_GRADE> <CON_GROSS_WGT>1.1</CON_GROSS_WGT> <CON_ID>1</CON_ID> <CON_ISO>1</CON_ISO> <CON_MFG_DATE>2025-12-06T04:23:59.72564+00:00</CON_MFG_DATE> <CON_NET_WGT>1.1</CON_NET_WGT> <CON_NOTES>sample string 4</CON_NOTES> <CON_NUMBER>sample string 1</CON_NUMBER> <CON_PROGRAM_ID>sample string 5</CON_PROGRAM_ID> <CON_STATUS>sample string 3</CON_STATUS> <CON_TARE_WGT>1.1</CON_TARE_WGT> <CON_TYPE>1</CON_TYPE> </AgencyContainersInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |