POST api/InventoryTrans/GetInvTransList
Request Information
URI Parameters
None.
Body Parameters
GetInventoryTrans| Name | Description | Type | Additional information |
|---|---|---|---|
| ITH_TO_NUM | string |
None. |
|
| ITH_CP_ID | integer |
None. |
|
| ITH_STO_ID | integer |
None. |
|
| ITH_DATE | date |
None. |
|
| ITH_AGENCY_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ITH_TO_NUM": "sample string 1",
"ITH_CP_ID": 1,
"ITH_STO_ID": 1,
"ITH_DATE": "2025-12-06T04:22:58.409225+00:00",
"ITH_AGENCY_ID": 1
}
application/xml, text/xml
Sample:
<GetInventoryTrans xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <ITH_AGENCY_ID>1</ITH_AGENCY_ID> <ITH_CP_ID>1</ITH_CP_ID> <ITH_DATE>2025-12-06T04:22:58.409225+00:00</ITH_DATE> <ITH_STO_ID>1</ITH_STO_ID> <ITH_TO_NUM>sample string 1</ITH_TO_NUM> </GetInventoryTrans>
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. |