GET api/workorder/{poNumber}
Request Information
URI Parameters
| Name | Type | Description | Additional information | 
|---|---|---|---|
| poNumber | string | 
                                 Required  | 
                
Body Parameters
None
Response Information
Resource Description
WorkOrder| Name | Type | Description | Additional information | 
|---|---|---|---|
| Id | integer | 
                             
  | 
                |
| WorkOrderNumber | string | 
                             
  | 
                |
| WmsId | integer | 
                             
  | 
                |
| WarehouseCode | string | 
                             
  | 
                |
| WarehouseName | string | 
                             
  | 
                |
| ItemCode | string | 
                             
  | 
                |
| Quantity | integer | 
                             
  | 
                |
| WorkOrderStatus | string | 
                             
  | 
                |
| CreatedDateTime | date | 
                             
  | 
                |
| Description | string | 
                             
  | 
                |
| ItemName | string | 
                             
  | 
                |
| Instructions | string | 
                             
  | 
                |
| CreatedUser | string | 
                             
  | 
                |
| PONumber | string | 
                             
  | 
                |
| RequestedStartDate | date | 
                             
  | 
                |
| CompletedDate | date | 
                             
  | 
                |
| LotNumber | string | 
                             
  | 
                |
| ExpirationDate | date | 
                             
  | 
                |
| PerformanceInMS | integer | 
                             
  | 
                |
| ClientName | string | 
                             
  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "Id": 1,
  "WorkOrderNumber": "sample string 2",
  "WmsId": 3,
  "WarehouseCode": "sample string 4",
  "WarehouseName": "sample string 5",
  "ItemCode": "sample string 6",
  "Quantity": 7,
  "WorkOrderStatus": "sample string 8",
  "CreatedDateTime": "2025-11-04T04:28:05.7919903+00:00",
  "Description": "sample string 10",
  "ItemName": "sample string 11",
  "Instructions": "sample string 12",
  "CreatedUser": "sample string 13",
  "PONumber": "sample string 14",
  "RequestedStartDate": "2025-11-04T04:28:05.7919903+00:00",
  "CompletedDate": "2025-11-04T04:28:05.7919903+00:00",
  "LotNumber": "sample string 15",
  "ExpirationDate": "2025-11-04T04:28:05.7919903+00:00",
  "PerformanceInMS": 16,
  "ClientName": "sample string 17"
}
        application/xml, text/xml
            Sample:
<WorkOrder xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PerformanceInMS>16</PerformanceInMS> <ClientName>sample string 17</ClientName> <Id>1</Id> <WorkOrderNumber>sample string 2</WorkOrderNumber> <WmsId>3</WmsId> <WarehouseCode>sample string 4</WarehouseCode> <WarehouseName>sample string 5</WarehouseName> <ItemCode>sample string 6</ItemCode> <Quantity>7</Quantity> <WorkOrderStatus>sample string 8</WorkOrderStatus> <CreatedDateTime>2025-11-04T04:28:05.7919903+00:00</CreatedDateTime> <Description>sample string 10</Description> <ItemName>sample string 11</ItemName> <Instructions>sample string 12</Instructions> <CreatedUser>sample string 13</CreatedUser> <PONumber>sample string 14</PONumber> <RequestedStartDate>2025-11-04T04:28:05.7919903+00:00</RequestedStartDate> <CompletedDate>2025-11-04T04:28:05.7919903+00:00</CompletedDate> <LotNumber>sample string 15</LotNumber> <ExpirationDate>2025-11-04T04:28:05.7919903+00:00</ExpirationDate> </WorkOrder>