PUT api/workorder/{workOrderId}
Request Information
URI Parameters
| Name | Type | Description | Additional information |
|---|---|---|---|
| workOrderId | string |
Required |
Body Parameters
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 |
|
Request 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-03T22:25:22.9610664+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-03T22:25:22.9610664+00:00",
"CompletedDate": "2025-11-03T22:25:22.9610664+00:00",
"LotNumber": "sample string 15",
"ExpirationDate": "2025-11-03T22:25:22.9610664+00:00",
"PerformanceInMS": 16,
"ClientName": "sample string 17"
}
application/xml, text/xml
Sample:
<WorkOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <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-03T22:25:22.9610664+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-03T22:25:22.9610664+00:00</RequestedStartDate> <CompletedDate>2025-11-03T22:25:22.9610664+00:00</CompletedDate> <LotNumber>sample string 15</LotNumber> <ExpirationDate>2025-11-03T22:25:22.9610664+00:00</ExpirationDate> </WorkOrder>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<anyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />