Work Zone Configuration Keys REST Endpoints

Work Zone Configuration Keys
A work zone configuration key is defined in Service and used to call Oracle Field Service REST services. It's used to identify all the required work order attributes that you need to pass to Oracle Field Service for their work zone key when retrieving work order area or scheduler information. During creation of a work order the configuration keys detailed here will be used to retrieve the work order area and scheduler information from Oracle Field Service.
Create a work zone configuration key
Method: post
Path: /crmRestApi/resources/11.13.18.05/workZoneConfigKeys
Delete a work zone configuration key
Method: delete
Path: /crmRestApi/resources/11.13.18.05/workZoneConfigKeys/{WoKeyId}
Get a work zone configuration key
Method: get
Path: /crmRestApi/resources/11.13.18.05/workZoneConfigKeys/{WoKeyId}
Get all work zone configuration keys
Method: get
Path: /crmRestApi/resources/11.13.18.05/workZoneConfigKeys
Update a work zone configuration key
Method: patch
Path: /crmRestApi/resources/11.13.18.05/workZoneConfigKeys/{WoKeyId}