GET ops/check/barcode?barcode={barcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| barcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CheckResult| Name | 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": "2025-12-20T12:28:41.2242935+00:00",
"modifiedById": 6
},
"lastUpdate": "2025-12-20T12:28:41.2242935+00:00",
"log": null,
"plantation": "sample string 5",
"trailerRegNo": "sample string 6",
"truckRegNo": "sample string 7"
}
application/xml
Sample:
text/xml
Sample: