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": "cfb66b7a-c477-40a6-94fc-d54e59031105",
"StorageCardId": "8ea34f7f-c5f3-42c7-9a7d-cad6559edaa5",
"ChargeDate": "2026-08-24 04:30:26",
"EventId": 1,
"TimebookReservationDate": "2026-08-24 04:30:26",
"TimebookReservationBranchId": 1,
"Parking": "sample string 3",
"CustomerCollectInformation": "sample string 4",
"CheckedInDate": "2026-08-24 04:30:26",
"ReadyDate": "2026-08-24 04:30:26",
"CheckedOutDate": "2026-08-24 04:30:26",
"ChargedDate": "2026-08-24 04:30:26",
"Closing": true,
"GoodsShifted": true,
"SeasonChangeHistoryId": "6e8d9c6f-927f-4164-ba28-a7a3d4f61e0f",
"TimebookReservationCreated": "2026-08-24 04:30:26",
"TimebookReservationCreatedBy": "sample string 7",
"TimebookReservationDepartmentId": "a4e407e9-a9cc-4965-8967-be8d8c5e2201"
},
{
"WorkOrderId": "cfb66b7a-c477-40a6-94fc-d54e59031105",
"StorageCardId": "8ea34f7f-c5f3-42c7-9a7d-cad6559edaa5",
"ChargeDate": "2026-08-24 04:30:26",
"EventId": 1,
"TimebookReservationDate": "2026-08-24 04:30:26",
"TimebookReservationBranchId": 1,
"Parking": "sample string 3",
"CustomerCollectInformation": "sample string 4",
"CheckedInDate": "2026-08-24 04:30:26",
"ReadyDate": "2026-08-24 04:30:26",
"CheckedOutDate": "2026-08-24 04:30:26",
"ChargedDate": "2026-08-24 04:30:26",
"Closing": true,
"GoodsShifted": true,
"SeasonChangeHistoryId": "6e8d9c6f-927f-4164-ba28-a7a3d4f61e0f",
"TimebookReservationCreated": "2026-08-24 04:30:26",
"TimebookReservationCreatedBy": "sample string 7",
"TimebookReservationDepartmentId": "a4e407e9-a9cc-4965-8967-be8d8c5e2201"
}
]
}
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-08-24T04:30:26.0028667+02:00</ChargeDate>
<ChargedDate>2026-08-24T04:30:26.0028667+02:00</ChargedDate>
<CheckedInDate>2026-08-24T04:30:26.0028667+02:00</CheckedInDate>
<CheckedOutDate>2026-08-24T04:30:26.0028667+02:00</CheckedOutDate>
<Closing>true</Closing>
<CustomerCollectInformation>sample string 4</CustomerCollectInformation>
<EventId>1</EventId>
<GoodsShifted>true</GoodsShifted>
<Parking>sample string 3</Parking>
<ReadyDate>2026-08-24T04:30:26.0028667+02:00</ReadyDate>
<SeasonChangeHistoryId>6e8d9c6f-927f-4164-ba28-a7a3d4f61e0f</SeasonChangeHistoryId>
<StorageCardId>8ea34f7f-c5f3-42c7-9a7d-cad6559edaa5</StorageCardId>
<TimebookReservationBranchId>1</TimebookReservationBranchId>
<TimebookReservationCreated>2026-08-24T04:30:26.0028667+02:00</TimebookReservationCreated>
<TimebookReservationCreatedBy>sample string 7</TimebookReservationCreatedBy>
<TimebookReservationDate>2026-08-24T04:30:26.0028667+02:00</TimebookReservationDate>
<TimebookReservationDepartmentId>a4e407e9-a9cc-4965-8967-be8d8c5e2201</TimebookReservationDepartmentId>
<WorkOrderId>cfb66b7a-c477-40a6-94fc-d54e59031105</WorkOrderId>
</WorkOrderResponse>
<WorkOrderResponse>
<ChargeDate>2026-08-24T04:30:26.0028667+02:00</ChargeDate>
<ChargedDate>2026-08-24T04:30:26.0028667+02:00</ChargedDate>
<CheckedInDate>2026-08-24T04:30:26.0028667+02:00</CheckedInDate>
<CheckedOutDate>2026-08-24T04:30:26.0028667+02:00</CheckedOutDate>
<Closing>true</Closing>
<CustomerCollectInformation>sample string 4</CustomerCollectInformation>
<EventId>1</EventId>
<GoodsShifted>true</GoodsShifted>
<Parking>sample string 3</Parking>
<ReadyDate>2026-08-24T04:30:26.0028667+02:00</ReadyDate>
<SeasonChangeHistoryId>6e8d9c6f-927f-4164-ba28-a7a3d4f61e0f</SeasonChangeHistoryId>
<StorageCardId>8ea34f7f-c5f3-42c7-9a7d-cad6559edaa5</StorageCardId>
<TimebookReservationBranchId>1</TimebookReservationBranchId>
<TimebookReservationCreated>2026-08-24T04:30:26.0028667+02:00</TimebookReservationCreated>
<TimebookReservationCreatedBy>sample string 7</TimebookReservationCreatedBy>
<TimebookReservationDate>2026-08-24T04:30:26.0028667+02:00</TimebookReservationDate>
<TimebookReservationDepartmentId>a4e407e9-a9cc-4965-8967-be8d8c5e2201</TimebookReservationDepartmentId>
<WorkOrderId>cfb66b7a-c477-40a6-94fc-d54e59031105</WorkOrderId>
</WorkOrderResponse>
</Workorders>
</WorkOrderInfoData>