POST api/DepotMNR/PutDepotBookingDtls

Request Information

URI Parameters

None.

Body Parameters

DepotBookingDtlsInputs
NameDescriptionTypeAdditional information
DBD_ID

integer

None.

DBD_CP_ID

integer

None.

DBD_AR_ID

integer

None.

DBD_BKG_NUM

string

None.

DBD_CON_SIZE

integer

None.

DBD_CON_TYPE

integer

None.

DBD_CON_COUNT

integer

None.

DBD_VALIDITY

date

None.

DBD_NOTES

string

None.

DBD_PROGRAM_ID

string

None.

DBD_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DBD_ID": 1,
  "DBD_CP_ID": 1,
  "DBD_AR_ID": 1,
  "DBD_BKG_NUM": "sample string 1",
  "DBD_CON_SIZE": 1,
  "DBD_CON_TYPE": 1,
  "DBD_CON_COUNT": 1,
  "DBD_VALIDITY": "2025-12-06T04:26:43.0926456+00:00",
  "DBD_NOTES": "sample string 2",
  "DBD_PROGRAM_ID": "sample string 3",
  "DBD_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<DepotBookingDtlsInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <DBD_AR_ID>1</DBD_AR_ID>
  <DBD_BKG_NUM>sample string 1</DBD_BKG_NUM>
  <DBD_CON_COUNT>1</DBD_CON_COUNT>
  <DBD_CON_SIZE>1</DBD_CON_SIZE>
  <DBD_CON_TYPE>1</DBD_CON_TYPE>
  <DBD_CP_ID>1</DBD_CP_ID>
  <DBD_CREATED_BY>1</DBD_CREATED_BY>
  <DBD_ID>1</DBD_ID>
  <DBD_NOTES>sample string 2</DBD_NOTES>
  <DBD_PROGRAM_ID>sample string 3</DBD_PROGRAM_ID>
  <DBD_VALIDITY>2025-12-06T04:26:43.0926456+00:00</DBD_VALIDITY>
</DepotBookingDtlsInputs>

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.