| Name | Description | Type | Additional information |
|---|---|---|---|
| workOrderIdOrNumber | string |
Required |
| Name | Description | Type | Additional information |
|---|---|---|---|
| OldWorkOrderStatusId | integer | None. | |
| NewWorkOrderStatusId | integer | None. |
{
"oldWorkOrderStatusId": 1,
"newWorkOrderStatusId": 2
}
<WorkOrdersPerformActionViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControlESI.FMPilot.Core.Entities.IFMBridge"> <NewWorkOrderStatusId>2</NewWorkOrderStatusId> <OldWorkOrderStatusId>1</OldWorkOrderStatusId> </WorkOrdersPerformActionViewModel>
true
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>