POST api/LoadReceipt/GetLRNUMBER
Request Information
URI Parameters
None.
Body Parameters
GetLRNumberName | Description | Type | Additional information |
---|---|---|---|
LR_ID | integer |
None. |
|
LR_NUMBER | string |
None. |
|
LR_DEL_CP_ID | integer |
None. |
|
LR_STATUS | string |
None. |
|
START | integer |
None. |
|
LENGTH | integer |
None. |
|
LR_CP_ID | integer |
None. |
|
LR_DATE | date |
None. |
|
LR_FROM_DATE | date |
None. |
|
LR_TO_DATE | date |
None. |
|
LR_FROM_CP_ID | integer |
None. |
|
LR_FULL_NUMBER | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "LR_ID": 1, "LR_NUMBER": "sample string 1", "LR_DEL_CP_ID": 1, "LR_STATUS": "sample string 2", "START": 1, "LENGTH": 1, "LR_CP_ID": 1, "LR_DATE": "2025-04-29T15:08:49.5823737+05:30", "LR_FROM_DATE": "2025-04-29T15:08:49.5823737+05:30", "LR_TO_DATE": "2025-04-29T15:08:49.5823737+05:30", "LR_FROM_CP_ID": 1, "LR_FULL_NUMBER": "sample string 3" }
application/xml, text/xml
Sample:
<GetLRNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <LENGTH>1</LENGTH> <LR_CP_ID>1</LR_CP_ID> <LR_DATE>2025-04-29T15:08:49.5823737+05:30</LR_DATE> <LR_DEL_CP_ID>1</LR_DEL_CP_ID> <LR_FROM_CP_ID>1</LR_FROM_CP_ID> <LR_FROM_DATE>2025-04-29T15:08:49.5823737+05:30</LR_FROM_DATE> <LR_FULL_NUMBER>sample string 3</LR_FULL_NUMBER> <LR_ID>1</LR_ID> <LR_NUMBER>sample string 1</LR_NUMBER> <LR_STATUS>sample string 2</LR_STATUS> <LR_TO_DATE>2025-04-29T15:08:49.5823737+05:30</LR_TO_DATE> <START>1</START> </GetLRNumber>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |