POST api/Master/UploadAgencyContainerMaster

Request Information

URI Parameters

None.

Body Parameters

UploadAgencyContainersInputs
NameDescriptionTypeAdditional information
CON_ID

integer

None.

CON_CP_ID

integer

None.

CON_AP_CODE

string

None.

CON_NUMBER

string

None.

CON_TYPE_CODE

string

None.

CON_ISO_CODE

string

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_CODE

string

None.

CON_MFG_DATE

date

None.

CON_STATUS_CODE

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_CODE": "sample string 1",
  "CON_NUMBER": "sample string 2",
  "CON_TYPE_CODE": "sample string 3",
  "CON_ISO_CODE": "sample string 4",
  "CON_GROSS_WGT": 1.1,
  "CON_NET_WGT": 1.1,
  "CON_TARE_WGT": 1.1,
  "CON_CUB_CPTY": 1.1,
  "CON_GRADE_CODE": "sample string 5",
  "CON_MFG_DATE": "2025-12-06T04:28:28.5033732+00:00",
  "CON_STATUS_CODE": "sample string 6",
  "CON_NOTES": "sample string 7",
  "CON_PROGRAM_ID": "sample string 8",
  "CON_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<UploadAgencyContainersInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CON_AP_CODE>sample string 1</CON_AP_CODE>
  <CON_CP_ID>1</CON_CP_ID>
  <CON_CREATED_BY>1</CON_CREATED_BY>
  <CON_CUB_CPTY>1.1</CON_CUB_CPTY>
  <CON_GRADE_CODE>sample string 5</CON_GRADE_CODE>
  <CON_GROSS_WGT>1.1</CON_GROSS_WGT>
  <CON_ID>1</CON_ID>
  <CON_ISO_CODE>sample string 4</CON_ISO_CODE>
  <CON_MFG_DATE>2025-12-06T04:28:28.5033732+00:00</CON_MFG_DATE>
  <CON_NET_WGT>1.1</CON_NET_WGT>
  <CON_NOTES>sample string 7</CON_NOTES>
  <CON_NUMBER>sample string 2</CON_NUMBER>
  <CON_PROGRAM_ID>sample string 8</CON_PROGRAM_ID>
  <CON_STATUS_CODE>sample string 6</CON_STATUS_CODE>
  <CON_TARE_WGT>1.1</CON_TARE_WGT>
  <CON_TYPE_CODE>sample string 3</CON_TYPE_CODE>
</UploadAgencyContainersInputs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.