Table of Contents

Work Order Status

WorkOrderStatusBaseStatusAwaitingApproval,Approved,Completed,Closed,CancelledWorkOrderStatusId : int64Code : stringDescription : stringNotes : stringIsActive : booleanApplyStatusRestrictions : booleanCreatedOn : datetimeModifiedOn : datetimeVersion : int32PermissionTreeUserClassificationAllowedValueuser rightscreated bymodified bybase statusclassification

Learn more about Work Order Statuses from the following resources:

Operations

Operation Operation Id Summary Detail
GET GetWorkOrderStatus

Get a Work Order Status resource.

View

PATCH UpdateWorkOrderStatus

Update an existing Work Order Status resource.

View

DELETE DeleteWorkOrderStatus

Delete an existing Work Order Status resource.

View

GET GetWorkOrderStatusCollection

Get a collection of Work Order Status resources.

View

POST CreateWorkOrderStatus

Create a new Work Order Status resource.

View

GET LookupWorkOrderStatusChangePermissionTree

Lookup the permission set for changing the Work Order Status.

View

GET LookupWorkOrderStatusInsertPermissionTree

Lookup the permission set for creating the Work Order Status.

View

GET LookupWorkOrderStatusStatusClassification

Lookup the Classification for the Work Order Status.

View

GET BatchGetWorkOrderStatus

Get a collection of Work Order Status resources for the set of id's.

View

POST BatchCreateWorkOrderStatus

Create a new collection of Work Order Status resources.

View

PATCH BatchUpdateWorkOrderStatus

Update a collection of existing Work Order Status resources.

View

DELETE BatchDeleteWorkOrderStatus

Delete a collection of existing Work Order Status resources.

View

PATCH ChangeWorkOrderStatusIsActive

Change the IsActive status for an existing Work Order Status resource.

View

PATCH ChangeWorkOrderStatusPermissionTree

Change the PermissionTree for an existing Work Order Status resource.

View

PATCH BatchChangeWorkOrderStatusIsActive

Change the IsActive status for a collection of existing Work Order Status resources.

View

PATCH BatchChangeWorkOrderStatusPermissionTree

Change the PermissionTree status for a collection of existing Work Order Status resources.

View