POST api/Master/PutCargoMaster
Request Information
URI Parameters
None.
Body Parameters
InputCargoMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| CRG_ID | string |
None. |
|
| CRG_NAME | string |
None. |
|
| CRG_CP_ID | string |
None. |
|
| CRG_COM_NAME | integer |
None. |
|
| CRG_HSN_CODE | string |
None. |
|
| CRG_NOTES | string |
None. |
|
| CRG_DG_FLAG | string |
None. |
|
| CRG_DG_CLAUSE | integer |
None. |
|
| CUR_PROGRAM_ID | string |
None. |
|
| CRG_UN_NUMBER | string |
None. |
|
| CRG_FLASHPOINT | string |
None. |
|
| CRG_TEMPERATURE | string |
None. |
|
| CRG_CREATED_BY | integer |
None. |
|
| CRG_MODIFIED_BY | integer |
None. |
|
| QR_CARGO_ATTACH | Collection of CARGO_ATTACH_DTLS |
None. |
Request Formats
application/json, text/json
Sample:
{
"CRG_ID": "sample string 1",
"CRG_NAME": "sample string 2",
"CRG_CP_ID": "sample string 3",
"CRG_COM_NAME": 1,
"CRG_HSN_CODE": "sample string 4",
"CRG_NOTES": "sample string 5",
"CRG_DG_FLAG": "sample string 6",
"CRG_DG_CLAUSE": 1,
"CUR_PROGRAM_ID": "sample string 7",
"CRG_UN_NUMBER": "sample string 8",
"CRG_FLASHPOINT": "sample string 9",
"CRG_TEMPERATURE": "sample string 10",
"CRG_CREATED_BY": 1,
"CRG_MODIFIED_BY": 1,
"QR_CARGO_ATTACH": [
{
"QCA_ID": 1,
"QCA_ATH_NAME": "sample string 1",
"QCA_FILE_NAME": "sample string 2",
"QCA_DTLS": "sample string 3",
"QCA_USER_ID": 1,
"QCA_USER_CODE": "sample string 4",
"QCA_CREATED_ON": "2025-12-06T04:25:21.2436062+00:00",
"QCA_CP_ID": 1,
"QCA_CP_CODE": "sample string 5"
},
{
"QCA_ID": 1,
"QCA_ATH_NAME": "sample string 1",
"QCA_FILE_NAME": "sample string 2",
"QCA_DTLS": "sample string 3",
"QCA_USER_ID": 1,
"QCA_USER_CODE": "sample string 4",
"QCA_CREATED_ON": "2025-12-06T04:25:21.2436062+00:00",
"QCA_CP_ID": 1,
"QCA_CP_CODE": "sample string 5"
}
]
}
application/xml, text/xml
Sample:
<InputCargoMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<CRG_COM_NAME>1</CRG_COM_NAME>
<CRG_CP_ID>sample string 3</CRG_CP_ID>
<CRG_CREATED_BY>1</CRG_CREATED_BY>
<CRG_DG_CLAUSE>1</CRG_DG_CLAUSE>
<CRG_DG_FLAG>sample string 6</CRG_DG_FLAG>
<CRG_FLASHPOINT>sample string 9</CRG_FLASHPOINT>
<CRG_HSN_CODE>sample string 4</CRG_HSN_CODE>
<CRG_ID>sample string 1</CRG_ID>
<CRG_MODIFIED_BY>1</CRG_MODIFIED_BY>
<CRG_NAME>sample string 2</CRG_NAME>
<CRG_NOTES>sample string 5</CRG_NOTES>
<CRG_TEMPERATURE>sample string 10</CRG_TEMPERATURE>
<CRG_UN_NUMBER>sample string 8</CRG_UN_NUMBER>
<CUR_PROGRAM_ID>sample string 7</CUR_PROGRAM_ID>
<QR_CARGO_ATTACH>
<CARGO_ATTACH_DTLS>
<QCA_ATH_NAME>sample string 1</QCA_ATH_NAME>
<QCA_CP_CODE>sample string 5</QCA_CP_CODE>
<QCA_CP_ID>1</QCA_CP_ID>
<QCA_CREATED_ON>2025-12-06T04:25:21.2436062+00:00</QCA_CREATED_ON>
<QCA_DTLS>sample string 3</QCA_DTLS>
<QCA_FILE_NAME>sample string 2</QCA_FILE_NAME>
<QCA_ID>1</QCA_ID>
<QCA_USER_CODE>sample string 4</QCA_USER_CODE>
<QCA_USER_ID>1</QCA_USER_ID>
</CARGO_ATTACH_DTLS>
<CARGO_ATTACH_DTLS>
<QCA_ATH_NAME>sample string 1</QCA_ATH_NAME>
<QCA_CP_CODE>sample string 5</QCA_CP_CODE>
<QCA_CP_ID>1</QCA_CP_ID>
<QCA_CREATED_ON>2025-12-06T04:25:21.2436062+00:00</QCA_CREATED_ON>
<QCA_DTLS>sample string 3</QCA_DTLS>
<QCA_FILE_NAME>sample string 2</QCA_FILE_NAME>
<QCA_ID>1</QCA_ID>
<QCA_USER_CODE>sample string 4</QCA_USER_CODE>
<QCA_USER_ID>1</QCA_USER_ID>
</CARGO_ATTACH_DTLS>
</QR_CARGO_ATTACH>
</InputCargoMaster>
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. |