POST api/LoadReceipt/GetLRExpenseInvoiceList
Request Information
URI Parameters
None.
Body Parameters
GetLRExpenseInvoiceList| Name | Description | Type | Additional information |
|---|---|---|---|
| LRE_CP_ID | integer |
None. |
|
| LRE_DATE | date |
None. |
|
| DOC_NUMBER | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LRE_CP_ID": 1,
"LRE_DATE": "2025-12-06T04:24:10.0227919+00:00",
"DOC_NUMBER": "sample string 1",
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<GetLRExpenseInvoiceList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <DOC_NUMBER>sample string 1</DOC_NUMBER> <LENGTH>1</LENGTH> <LRE_CP_ID>1</LRE_CP_ID> <LRE_DATE>2025-12-06T04:24:10.0227919+00:00</LRE_DATE> <START>1</START> </GetLRExpenseInvoiceList>
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. |