POST api/TransportOrder/ListViewInvoice

Request Information

URI Parameters

None.

Body Parameters

ListViewInvoiceInputs
NameDescriptionTypeAdditional information
INV_ID

integer

None.

IN_CP_ID

integer

None.

IN_AR_ID

integer

None.

IN_BK_LOC_ID

integer

None.

IN_FROM_DT

date

None.

IN_TO_DT

date

None.

IN_SEARCH

string

None.

IN_INV_LOC_ID

integer

None.

IN_CON_NUM

string

None.

IN_TYPE

string

None.

IN_TO_ID

integer

None.

IN_GATEIN_ID

integer

None.

IN_GATEOUT_ID

integer

None.

IN_GRN_ID

integer

None.

IN_GDN_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "INV_ID": 1,
  "IN_CP_ID": 1,
  "IN_AR_ID": 1,
  "IN_BK_LOC_ID": 1,
  "IN_FROM_DT": "2025-12-06T05:20:39.2902441+00:00",
  "IN_TO_DT": "2025-12-06T05:20:39.2902441+00:00",
  "IN_SEARCH": "sample string 1",
  "IN_INV_LOC_ID": 1,
  "IN_CON_NUM": "sample string 2",
  "IN_TYPE": "sample string 3",
  "IN_TO_ID": 1,
  "IN_GATEIN_ID": 1,
  "IN_GATEOUT_ID": 1,
  "IN_GRN_ID": 1,
  "IN_GDN_ID": 1
}

application/xml, text/xml

Sample:
<ListViewInvoiceInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <INV_ID>1</INV_ID>
  <IN_AR_ID>1</IN_AR_ID>
  <IN_BK_LOC_ID>1</IN_BK_LOC_ID>
  <IN_CON_NUM>sample string 2</IN_CON_NUM>
  <IN_CP_ID>1</IN_CP_ID>
  <IN_FROM_DT>2025-12-06T05:20:39.2902441+00:00</IN_FROM_DT>
  <IN_GATEIN_ID>1</IN_GATEIN_ID>
  <IN_GATEOUT_ID>1</IN_GATEOUT_ID>
  <IN_GDN_ID>1</IN_GDN_ID>
  <IN_GRN_ID>1</IN_GRN_ID>
  <IN_INV_LOC_ID>1</IN_INV_LOC_ID>
  <IN_SEARCH>sample string 1</IN_SEARCH>
  <IN_TO_DT>2025-12-06T05:20:39.2902441+00:00</IN_TO_DT>
  <IN_TO_ID>1</IN_TO_ID>
  <IN_TYPE>sample string 3</IN_TYPE>
</ListViewInvoiceInputs>

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.