GET ops/check/regno?regNo={regNo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
regNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CheckResultName | Description | Type | Additional information |
---|---|---|---|
Compartment | string |
None. |
|
Customer | string |
None. |
|
Depot | string |
None. |
|
Driver | User |
None. |
|
DeliveryNote | DeliveryNote |
None. |
|
LastUpdate | date |
None. |
|
Log | CheckResultLog |
None. |
|
Plantation | string |
None. |
|
TrailerRegNo | string |
None. |
|
TruckRegNo | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "compartment": "sample string 1", "customer": "sample string 2", "depot": "sample string 3", "driver": { "id": 1, "username": "sample string 2" }, "deliveryNote": { "actualWeight": 1, "estimatedWeight": 2, "id": 3, "name": "sample string 4", "modified": "2024-11-20T21:08:52.6962745+00:00", "modifiedById": 6 }, "lastUpdate": "2024-11-20T21:08:52.6962745+00:00", "log": null, "plantation": "sample string 5", "trailerRegNo": "sample string 6", "truckRegNo": "sample string 7" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.