POST api/CHA/PostSBContainer

Request Information

URI Parameters

None.

Body Parameters

ContainerDetailInput
NameDescriptionTypeAdditional information
SCD_ID

integer

None.

SCD_SB_ID

integer

None.

SCD_SL_NO

integer

None.

SCD_CP_ID

integer

None.

SCD_SIZE

string

None.

SCD_CONT_NO

string

None.

SCD_SEAL_TYPE

string

None.

SCD_SEAL_NO

string

None.

SCD_SEAL_DATE

date

None.

SCD_SEAL_DEVICE

string

None.

SCD_MOV_DOC_TYPE

string

None.

SCD_MOV_DOC_NO

string

None.

SCD_STATUS

string

None.

SCD_NOTES

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SCD_ID": 1,
  "SCD_SB_ID": 1,
  "SCD_SL_NO": 1,
  "SCD_CP_ID": 1,
  "SCD_SIZE": "sample string 1",
  "SCD_CONT_NO": "sample string 2",
  "SCD_SEAL_TYPE": "sample string 3",
  "SCD_SEAL_NO": "sample string 4",
  "SCD_SEAL_DATE": "2024-05-19T16:41:30.3672257+05:30",
  "SCD_SEAL_DEVICE": "sample string 5",
  "SCD_MOV_DOC_TYPE": "sample string 6",
  "SCD_MOV_DOC_NO": "sample string 7",
  "SCD_STATUS": "sample string 8",
  "SCD_NOTES": "sample string 9"
}

application/xml, text/xml

Sample:
<ContainerDetailInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SCD_CONT_NO>sample string 2</SCD_CONT_NO>
  <SCD_CP_ID>1</SCD_CP_ID>
  <SCD_ID>1</SCD_ID>
  <SCD_MOV_DOC_NO>sample string 7</SCD_MOV_DOC_NO>
  <SCD_MOV_DOC_TYPE>sample string 6</SCD_MOV_DOC_TYPE>
  <SCD_NOTES>sample string 9</SCD_NOTES>
  <SCD_SB_ID>1</SCD_SB_ID>
  <SCD_SEAL_DATE>2024-05-19T16:41:30.3672257+05:30</SCD_SEAL_DATE>
  <SCD_SEAL_DEVICE>sample string 5</SCD_SEAL_DEVICE>
  <SCD_SEAL_NO>sample string 4</SCD_SEAL_NO>
  <SCD_SEAL_TYPE>sample string 3</SCD_SEAL_TYPE>
  <SCD_SIZE>sample string 1</SCD_SIZE>
  <SCD_SL_NO>1</SCD_SL_NO>
  <SCD_STATUS>sample string 8</SCD_STATUS>
</ContainerDetailInput>

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.