POST api/Warehouse/SingleInvRetriveCharges

Request Information

URI Parameters

None.

Body Parameters

SingleVendInvfetch
NameDescriptionTypeAdditional information
VIN_TYPE

string

None.

VIN_CP_ID

integer

None.

VIN_AP_ID

integer

None.

VIN_TO_ID

integer

None.

VIN_CHG_ID

integer

None.

VIN_JOH_ID

integer

None.

VIN_INV_DATE

date

None.

VIN_CON_NUM

string

None.

VIN_CUR_ID

integer

None.

VIN_PROGRAM_ID

string

None.

VIN_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "VIN_TYPE": "sample string 1",
  "VIN_CP_ID": 1,
  "VIN_AP_ID": 1,
  "VIN_TO_ID": 1,
  "VIN_CHG_ID": 1,
  "VIN_JOH_ID": 1,
  "VIN_INV_DATE": "2025-12-06T04:24:09.0696375+00:00",
  "VIN_CON_NUM": "sample string 2",
  "VIN_CUR_ID": 1,
  "VIN_PROGRAM_ID": "sample string 3",
  "VIN_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<SingleVendInvfetch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <VIN_AP_ID>1</VIN_AP_ID>
  <VIN_CHG_ID>1</VIN_CHG_ID>
  <VIN_CON_NUM>sample string 2</VIN_CON_NUM>
  <VIN_CP_ID>1</VIN_CP_ID>
  <VIN_CREATED_BY>1</VIN_CREATED_BY>
  <VIN_CUR_ID>1</VIN_CUR_ID>
  <VIN_INV_DATE>2025-12-06T04:24:09.0696375+00:00</VIN_INV_DATE>
  <VIN_JOH_ID>1</VIN_JOH_ID>
  <VIN_PROGRAM_ID>sample string 3</VIN_PROGRAM_ID>
  <VIN_TO_ID>1</VIN_TO_ID>
  <VIN_TYPE>sample string 1</VIN_TYPE>
</SingleVendInvfetch>

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.