POST api/DepotMNR/GetDmgRDInventory

Request Information

URI Parameters

None.

Body Parameters

GetDmgRDInventoryInputs
NameDescriptionTypeAdditional information
DD_ID

integer

None.

DL_ID

integer

None.

GDN_DOC_DATE

date

None.

CUSTOMER

integer

None.

IND_CP_ID

integer

None.

IND_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DD_ID": 1,
  "DL_ID": 1,
  "GDN_DOC_DATE": "2025-12-06T04:27:08.8448232+00:00",
  "CUSTOMER": 1,
  "IND_CP_ID": 1,
  "IND_STATUS": "sample string 1"
}

application/xml, text/xml

Sample:
<GetDmgRDInventoryInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CUSTOMER>1</CUSTOMER>
  <DD_ID>1</DD_ID>
  <DL_ID>1</DL_ID>
  <GDN_DOC_DATE>2025-12-06T04:27:08.8448232+00:00</GDN_DOC_DATE>
  <IND_CP_ID>1</IND_CP_ID>
  <IND_STATUS>sample string 1</IND_STATUS>
</GetDmgRDInventoryInputs>

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.