POST api/DepotMNR/PutDepotContLock

Request Information

URI Parameters

None.

Body Parameters

DepotContLockInputs
NameDescriptionTypeAdditional information
DPL_ID

integer

None.

DPL_CP_ID

integer

None.

DPL_CONTAINER_NUMBER

string

None.

DPL_STATUS

string

None.

DPL_REASON

string

None.

DPL_PROGRAM_ID

string

None.

DPL_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DPL_ID": 1,
  "DPL_CP_ID": 1,
  "DPL_CONTAINER_NUMBER": "sample string 1",
  "DPL_STATUS": "sample string 2",
  "DPL_REASON": "sample string 3",
  "DPL_PROGRAM_ID": "sample string 4",
  "DPL_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<DepotContLockInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <DPL_CONTAINER_NUMBER>sample string 1</DPL_CONTAINER_NUMBER>
  <DPL_CP_ID>1</DPL_CP_ID>
  <DPL_CREATED_BY>1</DPL_CREATED_BY>
  <DPL_ID>1</DPL_ID>
  <DPL_PROGRAM_ID>sample string 4</DPL_PROGRAM_ID>
  <DPL_REASON>sample string 3</DPL_REASON>
  <DPL_STATUS>sample string 2</DPL_STATUS>
</DepotContLockInputs>

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.