POST api/LoadReceipt/GetVRSummary
Request Information
URI Parameters
None.
Body Parameters
VehicleRegister| Name | Description | Type | Additional information |
|---|---|---|---|
| VR_ID | integer |
None. |
|
| VR_CP_ID | integer |
None. |
|
| VR_FROM_DATE | date |
None. |
|
| VR_TO_DATE | date |
None. |
|
| VR_CONTRACT_TYPE | string |
None. |
|
| VR_AP_ID | integer |
None. |
|
| VR_VEH_NUM | string |
None. |
|
| VR_VEH_TYPE | integer |
None. |
|
| VR_START_KM | decimal number |
None. |
|
| VR_END_KM | decimal number |
None. |
|
| VR_RUN_KM | decimal number |
None. |
|
| VR_USAGE_TYPE | string |
None. |
|
| VR_ROUTE | string |
None. |
|
| VR_FIXED_COST | decimal number |
None. |
|
| VR_COST_PER_KM | decimal number |
None. |
|
| VR_TOT_COST | decimal number |
None. |
|
| VR_STATUS | string |
None. |
|
| VR_CREATED_BY | integer |
None. |
|
| VR_DRIVER_NAME | string |
None. |
|
| VR_DRIVER_LICENCE_NO | string |
None. |
|
| VR_DRIVER_MOBILE_NO | string |
None. |
|
| VR_CLEANER_NAME | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| VR_TOLL_AMOUNT | decimal number |
None. |
|
| VR_ONWARD_TONS | decimal number |
None. |
|
| VR_RETURN_TONS | decimal number |
None. |
|
| VR_PAYLOAD_TONS | decimal number |
None. |
|
| VR_TRK_ID | integer |
None. |
|
| VR_SEARCH | string |
None. |
|
| VR_ROU_ID | integer |
None. |
|
| VR_LR_ID | integer |
None. |
|
| VR_ATTACHMENT_DETAILS | Collection of VR_ATTACHMENTS |
None. |
Request Formats
application/json, text/json
Sample:
{
"VR_ID": 1,
"VR_CP_ID": 1,
"VR_FROM_DATE": "2025-12-06T04:24:44.0590198+00:00",
"VR_TO_DATE": "2025-12-06T04:24:44.0590198+00:00",
"VR_CONTRACT_TYPE": "sample string 1",
"VR_AP_ID": 1,
"VR_VEH_NUM": "sample string 2",
"VR_VEH_TYPE": 1,
"VR_START_KM": 1.1,
"VR_END_KM": 1.1,
"VR_RUN_KM": 1.1,
"VR_USAGE_TYPE": "sample string 3",
"VR_ROUTE": "sample string 4",
"VR_FIXED_COST": 1.1,
"VR_COST_PER_KM": 1.1,
"VR_TOT_COST": 1.1,
"VR_STATUS": "sample string 5",
"VR_CREATED_BY": 1,
"VR_DRIVER_NAME": "sample string 6",
"VR_DRIVER_LICENCE_NO": "sample string 7",
"VR_DRIVER_MOBILE_NO": "sample string 8",
"VR_CLEANER_NAME": "sample string 9",
"START": 1,
"LENGTH": 1,
"VR_TOLL_AMOUNT": 1.1,
"VR_ONWARD_TONS": 1.1,
"VR_RETURN_TONS": 1.1,
"VR_PAYLOAD_TONS": 1.1,
"VR_TRK_ID": 1,
"VR_SEARCH": "sample string 10",
"VR_ROU_ID": 1,
"VR_LR_ID": 1,
"VR_ATTACHMENT_DETAILS": [
{
"VRA_ID": 1,
"VRA_NAME": "sample string 1",
"VRA_DETAILS": "sample string 2",
"VRA_FILE_DETAILS": "sample string 3",
"VRA_USER_ID": 1,
"VRA_USER_CODE": "sample string 4",
"VRA_CREATED_ON": "2025-12-06T04:24:44.0590198+00:00",
"VRA_CP_ID": 1,
"VRA_CP_CODE": "sample string 5"
},
{
"VRA_ID": 1,
"VRA_NAME": "sample string 1",
"VRA_DETAILS": "sample string 2",
"VRA_FILE_DETAILS": "sample string 3",
"VRA_USER_ID": 1,
"VRA_USER_CODE": "sample string 4",
"VRA_CREATED_ON": "2025-12-06T04:24:44.0590198+00:00",
"VRA_CP_ID": 1,
"VRA_CP_CODE": "sample string 5"
}
]
}
application/xml, text/xml
Sample:
<VehicleRegister 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_AP_ID>1</VR_AP_ID>
<VR_ATTACHMENT_DETAILS>
<VR_ATTACHMENTS>
<VRA_CP_CODE>sample string 5</VRA_CP_CODE>
<VRA_CP_ID>1</VRA_CP_ID>
<VRA_CREATED_ON>2025-12-06T04:24:44.0590198+00:00</VRA_CREATED_ON>
<VRA_DETAILS>sample string 2</VRA_DETAILS>
<VRA_FILE_DETAILS>sample string 3</VRA_FILE_DETAILS>
<VRA_ID>1</VRA_ID>
<VRA_NAME>sample string 1</VRA_NAME>
<VRA_USER_CODE>sample string 4</VRA_USER_CODE>
<VRA_USER_ID>1</VRA_USER_ID>
</VR_ATTACHMENTS>
<VR_ATTACHMENTS>
<VRA_CP_CODE>sample string 5</VRA_CP_CODE>
<VRA_CP_ID>1</VRA_CP_ID>
<VRA_CREATED_ON>2025-12-06T04:24:44.0590198+00:00</VRA_CREATED_ON>
<VRA_DETAILS>sample string 2</VRA_DETAILS>
<VRA_FILE_DETAILS>sample string 3</VRA_FILE_DETAILS>
<VRA_ID>1</VRA_ID>
<VRA_NAME>sample string 1</VRA_NAME>
<VRA_USER_CODE>sample string 4</VRA_USER_CODE>
<VRA_USER_ID>1</VRA_USER_ID>
</VR_ATTACHMENTS>
</VR_ATTACHMENT_DETAILS>
<VR_CLEANER_NAME>sample string 9</VR_CLEANER_NAME>
<VR_CONTRACT_TYPE>sample string 1</VR_CONTRACT_TYPE>
<VR_COST_PER_KM>1.1</VR_COST_PER_KM>
<VR_CP_ID>1</VR_CP_ID>
<VR_CREATED_BY>1</VR_CREATED_BY>
<VR_DRIVER_LICENCE_NO>sample string 7</VR_DRIVER_LICENCE_NO>
<VR_DRIVER_MOBILE_NO>sample string 8</VR_DRIVER_MOBILE_NO>
<VR_DRIVER_NAME>sample string 6</VR_DRIVER_NAME>
<VR_END_KM>1.1</VR_END_KM>
<VR_FIXED_COST>1.1</VR_FIXED_COST>
<VR_FROM_DATE>2025-12-06T04:24:44.0590198+00:00</VR_FROM_DATE>
<VR_ID>1</VR_ID>
<VR_LR_ID>1</VR_LR_ID>
<VR_ONWARD_TONS>1.1</VR_ONWARD_TONS>
<VR_PAYLOAD_TONS>1.1</VR_PAYLOAD_TONS>
<VR_RETURN_TONS>1.1</VR_RETURN_TONS>
<VR_ROUTE>sample string 4</VR_ROUTE>
<VR_ROU_ID>1</VR_ROU_ID>
<VR_RUN_KM>1.1</VR_RUN_KM>
<VR_SEARCH>sample string 10</VR_SEARCH>
<VR_START_KM>1.1</VR_START_KM>
<VR_STATUS>sample string 5</VR_STATUS>
<VR_TOLL_AMOUNT>1.1</VR_TOLL_AMOUNT>
<VR_TOT_COST>1.1</VR_TOT_COST>
<VR_TO_DATE>2025-12-06T04:24:44.0590198+00:00</VR_TO_DATE>
<VR_TRK_ID>1</VR_TRK_ID>
<VR_USAGE_TYPE>sample string 3</VR_USAGE_TYPE>
<VR_VEH_NUM>sample string 2</VR_VEH_NUM>
<VR_VEH_TYPE>1</VR_VEH_TYPE>
</VehicleRegister>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |