POST api/LoadReceipt/GetLRODAClosingList

Request Information

URI Parameters

None.

Body Parameters

LRODAClosingInputs
NameDescriptionTypeAdditional information
LRO_ID

integer

None.

LRO_LR_ID

integer

None.

LRO_CP_ID

integer

None.

LRO_USER_ID

integer

None.

LRO_LR_DATE

date

None.

LRO_FROM_PIN_CODE

integer

None.

LRO_TO_PIN_CODE

integer

None.

LRO_TOTAL_KM

integer

None.

LRO_ODA_AMT

decimal number

None.

LRO_CREATED_BY

integer

None.

LRO_REMARKS

string

None.

LRO_STATUS

string

None.

LRO_SEARCH

string

None.

LRO_FROM_DATE

date

None.

LRO_TO_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "LRO_ID": 1,
  "LRO_LR_ID": 1,
  "LRO_CP_ID": 1,
  "LRO_USER_ID": 1,
  "LRO_LR_DATE": "2025-12-06T05:22:49.8559343+00:00",
  "LRO_FROM_PIN_CODE": 1,
  "LRO_TO_PIN_CODE": 1,
  "LRO_TOTAL_KM": 1,
  "LRO_ODA_AMT": 1.1,
  "LRO_CREATED_BY": 1,
  "LRO_REMARKS": "sample string 1",
  "LRO_STATUS": "sample string 2",
  "LRO_SEARCH": "sample string 3",
  "LRO_FROM_DATE": "2025-12-06T05:22:49.8559343+00:00",
  "LRO_TO_DATE": "2025-12-06T05:22:49.8559343+00:00"
}

application/xml, text/xml

Sample:
<LRODAClosingInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LRO_CP_ID>1</LRO_CP_ID>
  <LRO_CREATED_BY>1</LRO_CREATED_BY>
  <LRO_FROM_DATE>2025-12-06T05:22:49.8559343+00:00</LRO_FROM_DATE>
  <LRO_FROM_PIN_CODE>1</LRO_FROM_PIN_CODE>
  <LRO_ID>1</LRO_ID>
  <LRO_LR_DATE>2025-12-06T05:22:49.8559343+00:00</LRO_LR_DATE>
  <LRO_LR_ID>1</LRO_LR_ID>
  <LRO_ODA_AMT>1.1</LRO_ODA_AMT>
  <LRO_REMARKS>sample string 1</LRO_REMARKS>
  <LRO_SEARCH>sample string 3</LRO_SEARCH>
  <LRO_STATUS>sample string 2</LRO_STATUS>
  <LRO_TOTAL_KM>1</LRO_TOTAL_KM>
  <LRO_TO_DATE>2025-12-06T05:22:49.8559343+00:00</LRO_TO_DATE>
  <LRO_TO_PIN_CODE>1</LRO_TO_PIN_CODE>
  <LRO_USER_ID>1</LRO_USER_ID>
</LRODAClosingInputs>

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.