GET api/storageCards/workorders/{licensePlate}

Get the latest workorders associated with a licenseplate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
licensePlate

string

Required

Body Parameters

None.

Remarks

None.

Example

None.

Response Information

Resource Description

WorkOrderInfoData
NameDescriptionTypeAdditional information
Workorders

Collection of WorkOrderResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Workorders": [
    {
      "WorkOrderId": "beae1347-93ae-4f2f-8209-1710fd1f250b",
      "StorageCardId": "8b5f1740-c941-4c65-b7fa-ea787ab51498",
      "ChargeDate": "4/16/2026 12:49:11 PM",
      "EventId": 1,
      "TimebookReservationDate": "4/16/2026 12:49:11 PM",
      "TimebookReservationBranchId": 1,
      "Parking": "sample string 3",
      "CustomerCollectInformation": "sample string 4",
      "CheckedInDate": "4/16/2026 12:49:11 PM",
      "ReadyDate": "4/16/2026 12:49:11 PM",
      "CheckedOutDate": "4/16/2026 12:49:11 PM",
      "ChargedDate": "4/16/2026 12:49:11 PM",
      "Closing": true,
      "GoodsShifted": true,
      "SeasonChangeHistoryId": "1c443528-2bae-4ab6-9991-36cedd50238d",
      "TimebookReservationCreated": "4/16/2026 12:49:11 PM",
      "TimebookReservationCreatedBy": "sample string 7",
      "TimebookReservationDepartmentId": "9987ef32-f466-4118-b4e7-b499f8e85b48"
    },
    {
      "WorkOrderId": "beae1347-93ae-4f2f-8209-1710fd1f250b",
      "StorageCardId": "8b5f1740-c941-4c65-b7fa-ea787ab51498",
      "ChargeDate": "4/16/2026 12:49:11 PM",
      "EventId": 1,
      "TimebookReservationDate": "4/16/2026 12:49:11 PM",
      "TimebookReservationBranchId": 1,
      "Parking": "sample string 3",
      "CustomerCollectInformation": "sample string 4",
      "CheckedInDate": "4/16/2026 12:49:11 PM",
      "ReadyDate": "4/16/2026 12:49:11 PM",
      "CheckedOutDate": "4/16/2026 12:49:11 PM",
      "ChargedDate": "4/16/2026 12:49:11 PM",
      "Closing": true,
      "GoodsShifted": true,
      "SeasonChangeHistoryId": "1c443528-2bae-4ab6-9991-36cedd50238d",
      "TimebookReservationCreated": "4/16/2026 12:49:11 PM",
      "TimebookReservationCreatedBy": "sample string 7",
      "TimebookReservationDepartmentId": "9987ef32-f466-4118-b4e7-b499f8e85b48"
    }
  ]
}

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-16T12:49:11.8522895+01:00</ChargeDate>
      <ChargedDate>2026-04-16T12:49:11.8522895+01:00</ChargedDate>
      <CheckedInDate>2026-04-16T12:49:11.8522895+01:00</CheckedInDate>
      <CheckedOutDate>2026-04-16T12:49:11.8522895+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-16T12:49:11.8522895+01:00</ReadyDate>
      <SeasonChangeHistoryId>1c443528-2bae-4ab6-9991-36cedd50238d</SeasonChangeHistoryId>
      <StorageCardId>8b5f1740-c941-4c65-b7fa-ea787ab51498</StorageCardId>
      <TimebookReservationBranchId>1</TimebookReservationBranchId>
      <TimebookReservationCreated>2026-04-16T12:49:11.8522895+01:00</TimebookReservationCreated>
      <TimebookReservationCreatedBy>sample string 7</TimebookReservationCreatedBy>
      <TimebookReservationDate>2026-04-16T12:49:11.8522895+01:00</TimebookReservationDate>
      <TimebookReservationDepartmentId>9987ef32-f466-4118-b4e7-b499f8e85b48</TimebookReservationDepartmentId>
      <WorkOrderId>beae1347-93ae-4f2f-8209-1710fd1f250b</WorkOrderId>
    </WorkOrderResponse>
    <WorkOrderResponse>
      <ChargeDate>2026-04-16T12:49:11.8522895+01:00</ChargeDate>
      <ChargedDate>2026-04-16T12:49:11.8522895+01:00</ChargedDate>
      <CheckedInDate>2026-04-16T12:49:11.8522895+01:00</CheckedInDate>
      <CheckedOutDate>2026-04-16T12:49:11.8522895+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-16T12:49:11.8522895+01:00</ReadyDate>
      <SeasonChangeHistoryId>1c443528-2bae-4ab6-9991-36cedd50238d</SeasonChangeHistoryId>
      <StorageCardId>8b5f1740-c941-4c65-b7fa-ea787ab51498</StorageCardId>
      <TimebookReservationBranchId>1</TimebookReservationBranchId>
      <TimebookReservationCreated>2026-04-16T12:49:11.8522895+01:00</TimebookReservationCreated>
      <TimebookReservationCreatedBy>sample string 7</TimebookReservationCreatedBy>
      <TimebookReservationDate>2026-04-16T12:49:11.8522895+01:00</TimebookReservationDate>
      <TimebookReservationDepartmentId>9987ef32-f466-4118-b4e7-b499f8e85b48</TimebookReservationDepartmentId>
      <WorkOrderId>beae1347-93ae-4f2f-8209-1710fd1f250b</WorkOrderId>
    </WorkOrderResponse>
  </Workorders>
</WorkOrderInfoData>