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