- Subcategories:
- Work Order Activity Type Translations
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: postPath:
/crmRestApi/resources/11.13.18.05/workOrderActivityTypes - Delete a work order activity type
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/workOrderActivityTypes/{WoActivityTypeNumber} - Get a work order activity type
- Method: getPath:
/crmRestApi/resources/11.13.18.05/workOrderActivityTypes/{WoActivityTypeNumber} - Get all work order activity types
- Method: getPath:
/crmRestApi/resources/11.13.18.05/workOrderActivityTypes - Update a work order activity type
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/workOrderActivityTypes/{WoActivityTypeNumber}