POST api/DepotMNR/GetDepotBookingDtls

Request Information

URI Parameters

None.

Body Parameters

GetDepotBookingDtlsInuputs
NameDescriptionTypeAdditional information
DBD_BKG_NUM

string

None.

DBD_CON_SIZE

integer

None.

DBD_CON_TYPE

integer

None.

DBD_AR_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DBD_BKG_NUM": "sample string 1",
  "DBD_CON_SIZE": 1,
  "DBD_CON_TYPE": 1,
  "DBD_AR_ID": 1
}

application/xml, text/xml

Sample:
<GetDepotBookingDtlsInuputs 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_SIZE>1</DBD_CON_SIZE>
  <DBD_CON_TYPE>1</DBD_CON_TYPE>
</GetDepotBookingDtlsInuputs>

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.