POST api/LoadReceipt/GetLRInvoiceList

Request Information

URI Parameters

None.

Body Parameters

GetLRInvoiceListInput
NameDescriptionTypeAdditional information
LR_ID

integer

None.

LR_NUMBER

string

None.

LR_STATUS

string

None.

LR_CP_ID

integer

None.

START

integer

None.

LENGTH

integer

None.

ARH_ID

integer

None.

ARH_DOCUMENT_NUMBER

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LR_ID": 1,
  "LR_NUMBER": "sample string 1",
  "LR_STATUS": "sample string 2",
  "LR_CP_ID": 1,
  "START": 1,
  "LENGTH": 1,
  "ARH_ID": 1,
  "ARH_DOCUMENT_NUMBER": "sample string 3"
}

application/xml, text/xml

Sample:
<GetLRInvoiceListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <ARH_DOCUMENT_NUMBER>sample string 3</ARH_DOCUMENT_NUMBER>
  <ARH_ID>1</ARH_ID>
  <LENGTH>1</LENGTH>
  <LR_CP_ID>1</LR_CP_ID>
  <LR_ID>1</LR_ID>
  <LR_NUMBER>sample string 1</LR_NUMBER>
  <LR_STATUS>sample string 2</LR_STATUS>
  <START>1</START>
</GetLRInvoiceListInput>

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.