POST api/GDN/GetGDNInventory
Request Information
URI Parameters
None.
Body Parameters
GetGDNInventory| Name | Description | Type | Additional information |
|---|---|---|---|
| GDN_ID | integer |
None. |
|
| IND_GRN_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:
{
"GDN_ID": 1,
"IND_GRN_ID": 1,
"GDN_DOC_DATE": "2025-12-17T13:24:05.4567111+00:00",
"CUSTOMER": 1,
"IND_CP_ID": 1,
"IND_STATUS": "sample string 1"
}
application/xml, text/xml
Sample:
<GetGDNInventory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CUSTOMER>1</CUSTOMER> <GDN_DOC_DATE>2025-12-17T13:24:05.4567111+00:00</GDN_DOC_DATE> <GDN_ID>1</GDN_ID> <IND_CP_ID>1</IND_CP_ID> <IND_GRN_ID>1</IND_GRN_ID> <IND_STATUS>sample string 1</IND_STATUS> </GetGDNInventory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |