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": "07c6c0cf-dc90-475a-8005-422620b80cfe",
"StorageCardId": "0ffafdcd-9cc4-41f0-85b6-b93aab720042",
"ChargeDate": "12/21/2025 1:04:35 PM",
"EventId": 1,
"TimebookReservationDate": "12/21/2025 1:04:35 PM",
"TimebookReservationBranchId": 1,
"Parking": "sample string 3",
"CustomerCollectInformation": "sample string 4",
"CheckedInDate": "12/21/2025 1:04:35 PM",
"ReadyDate": "12/21/2025 1:04:35 PM",
"CheckedOutDate": "12/21/2025 1:04:35 PM",
"ChargedDate": "12/21/2025 1:04:35 PM",
"Closing": true,
"GoodsShifted": true,
"SeasonChangeHistoryId": "76a78143-1d7f-4860-b4ee-bacd87b2bdd9",
"TimebookReservationCreated": "12/21/2025 1:04:35 PM",
"TimebookReservationCreatedBy": "sample string 7",
"TimebookReservationDepartmentId": "67137e0c-75a1-46ab-a166-b64dd23fc11a"
},
{
"WorkOrderId": "07c6c0cf-dc90-475a-8005-422620b80cfe",
"StorageCardId": "0ffafdcd-9cc4-41f0-85b6-b93aab720042",
"ChargeDate": "12/21/2025 1:04:35 PM",
"EventId": 1,
"TimebookReservationDate": "12/21/2025 1:04:35 PM",
"TimebookReservationBranchId": 1,
"Parking": "sample string 3",
"CustomerCollectInformation": "sample string 4",
"CheckedInDate": "12/21/2025 1:04:35 PM",
"ReadyDate": "12/21/2025 1:04:35 PM",
"CheckedOutDate": "12/21/2025 1:04:35 PM",
"ChargedDate": "12/21/2025 1:04:35 PM",
"Closing": true,
"GoodsShifted": true,
"SeasonChangeHistoryId": "76a78143-1d7f-4860-b4ee-bacd87b2bdd9",
"TimebookReservationCreated": "12/21/2025 1:04:35 PM",
"TimebookReservationCreatedBy": "sample string 7",
"TimebookReservationDepartmentId": "67137e0c-75a1-46ab-a166-b64dd23fc11a"
}
]
}
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:04:35.3659761+00:00</ChargeDate>
<ChargedDate>2025-12-21T13:04:35.3659761+00:00</ChargedDate>
<CheckedInDate>2025-12-21T13:04:35.3659761+00:00</CheckedInDate>
<CheckedOutDate>2025-12-21T13:04:35.3659761+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:04:35.3659761+00:00</ReadyDate>
<SeasonChangeHistoryId>76a78143-1d7f-4860-b4ee-bacd87b2bdd9</SeasonChangeHistoryId>
<StorageCardId>0ffafdcd-9cc4-41f0-85b6-b93aab720042</StorageCardId>
<TimebookReservationBranchId>1</TimebookReservationBranchId>
<TimebookReservationCreated>2025-12-21T13:04:35.3659761+00:00</TimebookReservationCreated>
<TimebookReservationCreatedBy>sample string 7</TimebookReservationCreatedBy>
<TimebookReservationDate>2025-12-21T13:04:35.3659761+00:00</TimebookReservationDate>
<TimebookReservationDepartmentId>67137e0c-75a1-46ab-a166-b64dd23fc11a</TimebookReservationDepartmentId>
<WorkOrderId>07c6c0cf-dc90-475a-8005-422620b80cfe</WorkOrderId>
</WorkOrderResponse>
<WorkOrderResponse>
<ChargeDate>2025-12-21T13:04:35.3659761+00:00</ChargeDate>
<ChargedDate>2025-12-21T13:04:35.3659761+00:00</ChargedDate>
<CheckedInDate>2025-12-21T13:04:35.3659761+00:00</CheckedInDate>
<CheckedOutDate>2025-12-21T13:04:35.3659761+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:04:35.3659761+00:00</ReadyDate>
<SeasonChangeHistoryId>76a78143-1d7f-4860-b4ee-bacd87b2bdd9</SeasonChangeHistoryId>
<StorageCardId>0ffafdcd-9cc4-41f0-85b6-b93aab720042</StorageCardId>
<TimebookReservationBranchId>1</TimebookReservationBranchId>
<TimebookReservationCreated>2025-12-21T13:04:35.3659761+00:00</TimebookReservationCreated>
<TimebookReservationCreatedBy>sample string 7</TimebookReservationCreatedBy>
<TimebookReservationDate>2025-12-21T13:04:35.3659761+00:00</TimebookReservationDate>
<TimebookReservationDepartmentId>67137e0c-75a1-46ab-a166-b64dd23fc11a</TimebookReservationDepartmentId>
<WorkOrderId>07c6c0cf-dc90-475a-8005-422620b80cfe</WorkOrderId>
</WorkOrderResponse>
</Workorders>
</WorkOrderInfoData>