POST api/LoadReceipt/GetLRExpenseNumber

Request Information

URI Parameters

None.

Body Parameters

GetExpenseNumber
NameDescriptionTypeAdditional information
LED_ID

integer

None.

LED_NUMBER

string

None.

LED_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

LED_CP_ID

integer

None.

LED_DATE

date

None.

LED_FROM_DATE

date

None.

LED_TO_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "LED_ID": 1,
  "LED_NUMBER": "sample string 1",
  "LED_STATUS": "sample string 2",
  "START": 1,
  "LENGTH": 1,
  "LED_CP_ID": 1,
  "LED_DATE": "2024-05-19T16:49:55.271226+05:30",
  "LED_FROM_DATE": "2024-05-19T16:49:55.271226+05:30",
  "LED_TO_DATE": "2024-05-19T16:49:55.271226+05:30"
}

application/xml, text/xml

Sample:
<GetExpenseNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LED_CP_ID>1</LED_CP_ID>
  <LED_DATE>2024-05-19T16:49:55.271226+05:30</LED_DATE>
  <LED_FROM_DATE>2024-05-19T16:49:55.271226+05:30</LED_FROM_DATE>
  <LED_ID>1</LED_ID>
  <LED_NUMBER>sample string 1</LED_NUMBER>
  <LED_STATUS>sample string 2</LED_STATUS>
  <LED_TO_DATE>2024-05-19T16:49:55.271226+05:30</LED_TO_DATE>
  <LENGTH>1</LENGTH>
  <START>1</START>
</GetExpenseNumber>

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.