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": "54692b7c-03a8-4f69-88f1-841466cca199",
"StorageCardId": "60b3eaae-60d7-4827-ae7b-88a6216e5419",
"ChargeDate": "4/16/2026 1:20:44 PM",
"EventId": 1,
"TimebookReservationDate": "4/16/2026 1:20:44 PM",
"TimebookReservationBranchId": 1,
"Parking": "sample string 3",
"CustomerCollectInformation": "sample string 4",
"CheckedInDate": "4/16/2026 1:20:44 PM",
"ReadyDate": "4/16/2026 1:20:44 PM",
"CheckedOutDate": "4/16/2026 1:20:44 PM",
"ChargedDate": "4/16/2026 1:20:44 PM",
"Closing": true,
"GoodsShifted": true,
"SeasonChangeHistoryId": "00b56b99-29b8-4fa5-8b34-afee3d49bddb",
"TimebookReservationCreated": "4/16/2026 1:20:44 PM",
"TimebookReservationCreatedBy": "sample string 7",
"TimebookReservationDepartmentId": "1f6af055-0f26-4417-92b2-9824bcf5e2aa"
},
{
"WorkOrderId": "54692b7c-03a8-4f69-88f1-841466cca199",
"StorageCardId": "60b3eaae-60d7-4827-ae7b-88a6216e5419",
"ChargeDate": "4/16/2026 1:20:44 PM",
"EventId": 1,
"TimebookReservationDate": "4/16/2026 1:20:44 PM",
"TimebookReservationBranchId": 1,
"Parking": "sample string 3",
"CustomerCollectInformation": "sample string 4",
"CheckedInDate": "4/16/2026 1:20:44 PM",
"ReadyDate": "4/16/2026 1:20:44 PM",
"CheckedOutDate": "4/16/2026 1:20:44 PM",
"ChargedDate": "4/16/2026 1:20:44 PM",
"Closing": true,
"GoodsShifted": true,
"SeasonChangeHistoryId": "00b56b99-29b8-4fa5-8b34-afee3d49bddb",
"TimebookReservationCreated": "4/16/2026 1:20:44 PM",
"TimebookReservationCreatedBy": "sample string 7",
"TimebookReservationDepartmentId": "1f6af055-0f26-4417-92b2-9824bcf5e2aa"
}
]
}
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-04-16T13:20:44.3905982+01:00</ChargeDate>
<ChargedDate>2026-04-16T13:20:44.3905982+01:00</ChargedDate>
<CheckedInDate>2026-04-16T13:20:44.3905982+01:00</CheckedInDate>
<CheckedOutDate>2026-04-16T13:20:44.3905982+01:00</CheckedOutDate>
<Closing>true</Closing>
<CustomerCollectInformation>sample string 4</CustomerCollectInformation>
<EventId>1</EventId>
<GoodsShifted>true</GoodsShifted>
<Parking>sample string 3</Parking>
<ReadyDate>2026-04-16T13:20:44.3905982+01:00</ReadyDate>
<SeasonChangeHistoryId>00b56b99-29b8-4fa5-8b34-afee3d49bddb</SeasonChangeHistoryId>
<StorageCardId>60b3eaae-60d7-4827-ae7b-88a6216e5419</StorageCardId>
<TimebookReservationBranchId>1</TimebookReservationBranchId>
<TimebookReservationCreated>2026-04-16T13:20:44.3905982+01:00</TimebookReservationCreated>
<TimebookReservationCreatedBy>sample string 7</TimebookReservationCreatedBy>
<TimebookReservationDate>2026-04-16T13:20:44.3905982+01:00</TimebookReservationDate>
<TimebookReservationDepartmentId>1f6af055-0f26-4417-92b2-9824bcf5e2aa</TimebookReservationDepartmentId>
<WorkOrderId>54692b7c-03a8-4f69-88f1-841466cca199</WorkOrderId>
</WorkOrderResponse>
<WorkOrderResponse>
<ChargeDate>2026-04-16T13:20:44.3905982+01:00</ChargeDate>
<ChargedDate>2026-04-16T13:20:44.3905982+01:00</ChargedDate>
<CheckedInDate>2026-04-16T13:20:44.3905982+01:00</CheckedInDate>
<CheckedOutDate>2026-04-16T13:20:44.3905982+01:00</CheckedOutDate>
<Closing>true</Closing>
<CustomerCollectInformation>sample string 4</CustomerCollectInformation>
<EventId>1</EventId>
<GoodsShifted>true</GoodsShifted>
<Parking>sample string 3</Parking>
<ReadyDate>2026-04-16T13:20:44.3905982+01:00</ReadyDate>
<SeasonChangeHistoryId>00b56b99-29b8-4fa5-8b34-afee3d49bddb</SeasonChangeHistoryId>
<StorageCardId>60b3eaae-60d7-4827-ae7b-88a6216e5419</StorageCardId>
<TimebookReservationBranchId>1</TimebookReservationBranchId>
<TimebookReservationCreated>2026-04-16T13:20:44.3905982+01:00</TimebookReservationCreated>
<TimebookReservationCreatedBy>sample string 7</TimebookReservationCreatedBy>
<TimebookReservationDate>2026-04-16T13:20:44.3905982+01:00</TimebookReservationDate>
<TimebookReservationDepartmentId>1f6af055-0f26-4417-92b2-9824bcf5e2aa</TimebookReservationDepartmentId>
<WorkOrderId>54692b7c-03a8-4f69-88f1-841466cca199</WorkOrderId>
</WorkOrderResponse>
</Workorders>
</WorkOrderInfoData>