Work Skill Conditions Configuration Keys REST Endpoints

Work Skill Conditions Configuration Keys
A work skill condition key is defined in Service and is 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 skill conditions 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 skill configuration key
Method: post
Path: /crmRestApi/resources/11.13.18.05/workSkillConfigKeys
Delete a work skill configuration key
Method: delete
Path: /crmRestApi/resources/11.13.18.05/workSkillConfigKeys/{WoKeyId}
Get a work skill configuration key
Method: get
Path: /crmRestApi/resources/11.13.18.05/workSkillConfigKeys/{WoKeyId}
Get all work skill configuration keys
Method: get
Path: /crmRestApi/resources/11.13.18.05/workSkillConfigKeys
Update a work skill configuration key
Method: patch
Path: /crmRestApi/resources/11.13.18.05/workSkillConfigKeys/{WoKeyId}