POST api/LoadReceipt/GetLRRequestSummaryList

Request Information

URI Parameters

None.

Body Parameters

LRChangesearch
NameDescriptionTypeAdditional information
LRC_FROM_DATE

date

None.

LRC_TO_DATE

date

None.

LRC_ID

integer

None.

LRC_LR_ID

integer

None.

LRC_CP_ID

integer

None.

LRC_NUMBER

string

None.

LRC_STATUS

string

None.

LRC_CREATED_BY

integer

None.

LRC_SEARCH

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LRC_FROM_DATE": "2025-12-06T04:28:05.7057166+00:00",
  "LRC_TO_DATE": "2025-12-06T04:28:05.7057166+00:00",
  "LRC_ID": 1,
  "LRC_LR_ID": 1,
  "LRC_CP_ID": 1,
  "LRC_NUMBER": "sample string 1",
  "LRC_STATUS": "sample string 2",
  "LRC_CREATED_BY": 1,
  "LRC_SEARCH": "sample string 3"
}

application/xml, text/xml

Sample:
<LRChangesearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LRC_CP_ID>1</LRC_CP_ID>
  <LRC_CREATED_BY>1</LRC_CREATED_BY>
  <LRC_FROM_DATE>2025-12-06T04:28:05.7057166+00:00</LRC_FROM_DATE>
  <LRC_ID>1</LRC_ID>
  <LRC_LR_ID>1</LRC_LR_ID>
  <LRC_NUMBER>sample string 1</LRC_NUMBER>
  <LRC_SEARCH>sample string 3</LRC_SEARCH>
  <LRC_STATUS>sample string 2</LRC_STATUS>
  <LRC_TO_DATE>2025-12-06T04:28:05.7057166+00:00</LRC_TO_DATE>
</LRChangesearch>

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.