Work Order Activity Types REST Endpoints

Work Order Activity Types
The work order type indicates the type of service to be performed for a work order. This resource is used to view, create, update and delete activity types for a given type of Service Work Order
Create a work order activity type
Method: post
Path: /crmRestApi/resources/11.13.18.05/workOrderActivityTypes
Delete a work order activity type
Method: delete
Path: /crmRestApi/resources/11.13.18.05/workOrderActivityTypes/{WoActivityTypeNumber}
Get a work order activity type
Method: get
Path: /crmRestApi/resources/11.13.18.05/workOrderActivityTypes/{WoActivityTypeNumber}
Get all work order activity types
Method: get
Path: /crmRestApi/resources/11.13.18.05/workOrderActivityTypes
Update a work order activity type
Method: patch
Path: /crmRestApi/resources/11.13.18.05/workOrderActivityTypes/{WoActivityTypeNumber}