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": "98281230-196d-437f-9ca9-bacc64aa51e7",
"StorageCardId": "a92804ae-0fcb-444b-8a76-caabf6757b03",
"ChargeDate": "12/21/2025 1:07:37 PM",
"EventId": 1,
"TimebookReservationDate": "12/21/2025 1:07:37 PM",
"TimebookReservationBranchId": 1,
"Parking": "sample string 3",
"CustomerCollectInformation": "sample string 4",
"CheckedInDate": "12/21/2025 1:07:37 PM",
"ReadyDate": "12/21/2025 1:07:37 PM",
"CheckedOutDate": "12/21/2025 1:07:37 PM",
"ChargedDate": "12/21/2025 1:07:37 PM",
"Closing": true,
"GoodsShifted": true,
"SeasonChangeHistoryId": "5965c31c-0dad-4d3c-827b-1db3a160464e",
"TimebookReservationCreated": "12/21/2025 1:07:37 PM",
"TimebookReservationCreatedBy": "sample string 7",
"TimebookReservationDepartmentId": "b136b57a-7989-46e5-b40b-4c7de15c8a17"
},
{
"WorkOrderId": "98281230-196d-437f-9ca9-bacc64aa51e7",
"StorageCardId": "a92804ae-0fcb-444b-8a76-caabf6757b03",
"ChargeDate": "12/21/2025 1:07:37 PM",
"EventId": 1,
"TimebookReservationDate": "12/21/2025 1:07:37 PM",
"TimebookReservationBranchId": 1,
"Parking": "sample string 3",
"CustomerCollectInformation": "sample string 4",
"CheckedInDate": "12/21/2025 1:07:37 PM",
"ReadyDate": "12/21/2025 1:07:37 PM",
"CheckedOutDate": "12/21/2025 1:07:37 PM",
"ChargedDate": "12/21/2025 1:07:37 PM",
"Closing": true,
"GoodsShifted": true,
"SeasonChangeHistoryId": "5965c31c-0dad-4d3c-827b-1db3a160464e",
"TimebookReservationCreated": "12/21/2025 1:07:37 PM",
"TimebookReservationCreatedBy": "sample string 7",
"TimebookReservationDepartmentId": "b136b57a-7989-46e5-b40b-4c7de15c8a17"
}
]
}
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>2025-12-21T13:07:37.4778607+00:00</ChargeDate>
<ChargedDate>2025-12-21T13:07:37.4778607+00:00</ChargedDate>
<CheckedInDate>2025-12-21T13:07:37.4778607+00:00</CheckedInDate>
<CheckedOutDate>2025-12-21T13:07:37.4778607+00:00</CheckedOutDate>
<Closing>true</Closing>
<CustomerCollectInformation>sample string 4</CustomerCollectInformation>
<EventId>1</EventId>
<GoodsShifted>true</GoodsShifted>
<Parking>sample string 3</Parking>
<ReadyDate>2025-12-21T13:07:37.4778607+00:00</ReadyDate>
<SeasonChangeHistoryId>5965c31c-0dad-4d3c-827b-1db3a160464e</SeasonChangeHistoryId>
<StorageCardId>a92804ae-0fcb-444b-8a76-caabf6757b03</StorageCardId>
<TimebookReservationBranchId>1</TimebookReservationBranchId>
<TimebookReservationCreated>2025-12-21T13:07:37.4778607+00:00</TimebookReservationCreated>
<TimebookReservationCreatedBy>sample string 7</TimebookReservationCreatedBy>
<TimebookReservationDate>2025-12-21T13:07:37.4778607+00:00</TimebookReservationDate>
<TimebookReservationDepartmentId>b136b57a-7989-46e5-b40b-4c7de15c8a17</TimebookReservationDepartmentId>
<WorkOrderId>98281230-196d-437f-9ca9-bacc64aa51e7</WorkOrderId>
</WorkOrderResponse>
<WorkOrderResponse>
<ChargeDate>2025-12-21T13:07:37.4778607+00:00</ChargeDate>
<ChargedDate>2025-12-21T13:07:37.4778607+00:00</ChargedDate>
<CheckedInDate>2025-12-21T13:07:37.4778607+00:00</CheckedInDate>
<CheckedOutDate>2025-12-21T13:07:37.4778607+00:00</CheckedOutDate>
<Closing>true</Closing>
<CustomerCollectInformation>sample string 4</CustomerCollectInformation>
<EventId>1</EventId>
<GoodsShifted>true</GoodsShifted>
<Parking>sample string 3</Parking>
<ReadyDate>2025-12-21T13:07:37.4778607+00:00</ReadyDate>
<SeasonChangeHistoryId>5965c31c-0dad-4d3c-827b-1db3a160464e</SeasonChangeHistoryId>
<StorageCardId>a92804ae-0fcb-444b-8a76-caabf6757b03</StorageCardId>
<TimebookReservationBranchId>1</TimebookReservationBranchId>
<TimebookReservationCreated>2025-12-21T13:07:37.4778607+00:00</TimebookReservationCreated>
<TimebookReservationCreatedBy>sample string 7</TimebookReservationCreatedBy>
<TimebookReservationDate>2025-12-21T13:07:37.4778607+00:00</TimebookReservationDate>
<TimebookReservationDepartmentId>b136b57a-7989-46e5-b40b-4c7de15c8a17</TimebookReservationDepartmentId>
<WorkOrderId>98281230-196d-437f-9ca9-bacc64aa51e7</WorkOrderId>
</WorkOrderResponse>
</Workorders>
</WorkOrderInfoData>