POST api/LoadReceipt/GetVRNUMBER

Request Information

URI Parameters

None.

Body Parameters

GetVRNumber
NameDescriptionTypeAdditional information
VR_ID

integer

None.

VR_VEH_NUM

string

None.

VR_DOC_NUM

string

None.

VR_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

VR_CP_ID

integer

None.

VR_FROM_DATE

date

None.

VR_TO_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "VR_ID": 1,
  "VR_VEH_NUM": "sample string 1",
  "VR_DOC_NUM": "sample string 2",
  "VR_STATUS": "sample string 3",
  "START": 1,
  "LENGTH": 1,
  "VR_CP_ID": 1,
  "VR_FROM_DATE": "2024-05-19T16:41:23.6302247+05:30",
  "VR_TO_DATE": "2024-05-19T16:41:23.6302247+05:30"
}

application/xml, text/xml

Sample:
<GetVRNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <START>1</START>
  <VR_CP_ID>1</VR_CP_ID>
  <VR_DOC_NUM>sample string 2</VR_DOC_NUM>
  <VR_FROM_DATE>2024-05-19T16:41:23.6302247+05:30</VR_FROM_DATE>
  <VR_ID>1</VR_ID>
  <VR_STATUS>sample string 3</VR_STATUS>
  <VR_TO_DATE>2024-05-19T16:41:23.6302247+05:30</VR_TO_DATE>
  <VR_VEH_NUM>sample string 1</VR_VEH_NUM>
</GetVRNumber>

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.