Work Order Area Configurations REST Endpoints

Work Order Area Configurations
A work order area configuration is defined in Service and is used to call Oracle Field Service REST services. It controls how the work order area information will be retrieved. During creation of a work order the configuration detailed here will be used to retrieve from Oracle Field Service the list of work order areas which are known as buckets in Oracle Field Service.
Create a work order area configuration
Method: post
Path: /crmRestApi/resources/11.13.18.05/woAreaConfigurations
Delete a work order area configuration
Method: delete
Path: /crmRestApi/resources/11.13.18.05/woAreaConfigurations/{ConfigNumber}
Get a work order area configuration
Method: get
Path: /crmRestApi/resources/11.13.18.05/woAreaConfigurations/{ConfigNumber}
Get all work order area configurations
Method: get
Path: /crmRestApi/resources/11.13.18.05/woAreaConfigurations
Update a work order area configuration
Method: patch
Path: /crmRestApi/resources/11.13.18.05/woAreaConfigurations/{ConfigNumber}