GET api/storageCards/workorders/{licensePlate}
Get the latest workorders associated with a licenseplate
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| licensePlate | string |
Required |
Body Parameters
None.
Remarks
None.
Example
None.
Response Information
Resource Description
WorkOrderInfoData| Name | Description | Type | Additional information |
|---|---|---|---|
| Workorders | Collection of WorkOrderResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Workorders": [
{
"WorkOrderId": "c8702d3f-8abb-47f5-b431-dcc85caa75ca",
"StorageCardId": "25970d87-9b1d-40ea-92b5-91255eb1db89",
"ChargeDate": "2026-06-12 18:24:21",
"EventId": 1,
"TimebookReservationDate": "2026-06-12 18:24:21",
"TimebookReservationBranchId": 1,
"Parking": "sample string 3",
"CustomerCollectInformation": "sample string 4",
"CheckedInDate": "2026-06-12 18:24:21",
"ReadyDate": "2026-06-12 18:24:21",
"CheckedOutDate": "2026-06-12 18:24:21",
"ChargedDate": "2026-06-12 18:24:21",
"Closing": true,
"GoodsShifted": true,
"SeasonChangeHistoryId": "478bf0c6-5424-42cb-a4ed-1f299b2f0755",
"TimebookReservationCreated": "2026-06-12 18:24:21",
"TimebookReservationCreatedBy": "sample string 7",
"TimebookReservationDepartmentId": "d9bcfcd3-6139-4e55-8d26-991d5e69c5b9"
},
{
"WorkOrderId": "c8702d3f-8abb-47f5-b431-dcc85caa75ca",
"StorageCardId": "25970d87-9b1d-40ea-92b5-91255eb1db89",
"ChargeDate": "2026-06-12 18:24:21",
"EventId": 1,
"TimebookReservationDate": "2026-06-12 18:24:21",
"TimebookReservationBranchId": 1,
"Parking": "sample string 3",
"CustomerCollectInformation": "sample string 4",
"CheckedInDate": "2026-06-12 18:24:21",
"ReadyDate": "2026-06-12 18:24:21",
"CheckedOutDate": "2026-06-12 18:24:21",
"ChargedDate": "2026-06-12 18:24:21",
"Closing": true,
"GoodsShifted": true,
"SeasonChangeHistoryId": "478bf0c6-5424-42cb-a4ed-1f299b2f0755",
"TimebookReservationCreated": "2026-06-12 18:24:21",
"TimebookReservationCreatedBy": "sample string 7",
"TimebookReservationDepartmentId": "d9bcfcd3-6139-4e55-8d26-991d5e69c5b9"
}
]
}
application/xml, text/xml
Sample:
<WorkOrderInfoData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.TyreHotel">
<Workorders>
<WorkOrderResponse>
<ChargeDate>2026-06-12T18:24:21.9038059+02:00</ChargeDate>
<ChargedDate>2026-06-12T18:24:21.9038059+02:00</ChargedDate>
<CheckedInDate>2026-06-12T18:24:21.9038059+02:00</CheckedInDate>
<CheckedOutDate>2026-06-12T18:24:21.9038059+02:00</CheckedOutDate>
<Closing>true</Closing>
<CustomerCollectInformation>sample string 4</CustomerCollectInformation>
<EventId>1</EventId>
<GoodsShifted>true</GoodsShifted>
<Parking>sample string 3</Parking>
<ReadyDate>2026-06-12T18:24:21.9038059+02:00</ReadyDate>
<SeasonChangeHistoryId>478bf0c6-5424-42cb-a4ed-1f299b2f0755</SeasonChangeHistoryId>
<StorageCardId>25970d87-9b1d-40ea-92b5-91255eb1db89</StorageCardId>
<TimebookReservationBranchId>1</TimebookReservationBranchId>
<TimebookReservationCreated>2026-06-12T18:24:21.9038059+02:00</TimebookReservationCreated>
<TimebookReservationCreatedBy>sample string 7</TimebookReservationCreatedBy>
<TimebookReservationDate>2026-06-12T18:24:21.9038059+02:00</TimebookReservationDate>
<TimebookReservationDepartmentId>d9bcfcd3-6139-4e55-8d26-991d5e69c5b9</TimebookReservationDepartmentId>
<WorkOrderId>c8702d3f-8abb-47f5-b431-dcc85caa75ca</WorkOrderId>
</WorkOrderResponse>
<WorkOrderResponse>
<ChargeDate>2026-06-12T18:24:21.9038059+02:00</ChargeDate>
<ChargedDate>2026-06-12T18:24:21.9038059+02:00</ChargedDate>
<CheckedInDate>2026-06-12T18:24:21.9038059+02:00</CheckedInDate>
<CheckedOutDate>2026-06-12T18:24:21.9038059+02:00</CheckedOutDate>
<Closing>true</Closing>
<CustomerCollectInformation>sample string 4</CustomerCollectInformation>
<EventId>1</EventId>
<GoodsShifted>true</GoodsShifted>
<Parking>sample string 3</Parking>
<ReadyDate>2026-06-12T18:24:21.9038059+02:00</ReadyDate>
<SeasonChangeHistoryId>478bf0c6-5424-42cb-a4ed-1f299b2f0755</SeasonChangeHistoryId>
<StorageCardId>25970d87-9b1d-40ea-92b5-91255eb1db89</StorageCardId>
<TimebookReservationBranchId>1</TimebookReservationBranchId>
<TimebookReservationCreated>2026-06-12T18:24:21.9038059+02:00</TimebookReservationCreated>
<TimebookReservationCreatedBy>sample string 7</TimebookReservationCreatedBy>
<TimebookReservationDate>2026-06-12T18:24:21.9038059+02:00</TimebookReservationDate>
<TimebookReservationDepartmentId>d9bcfcd3-6139-4e55-8d26-991d5e69c5b9</TimebookReservationDepartmentId>
<WorkOrderId>c8702d3f-8abb-47f5-b431-dcc85caa75ca</WorkOrderId>
</WorkOrderResponse>
</Workorders>
</WorkOrderInfoData>