Authorizations
Path Parameters
The unique ID of the integration where the custom field mapping should be updated
The unique ID of the custom field that should be updated
Body
application/json
PUT /integrations/:integration_id/custom-fields/:custom_field_id Request body
The integration field's unique ID which the custom field should be mapped to. Null to remove a mapping.
Response
PUT /integrations/:integration_id/custom-fields/:custom_field_id Positive response
Allowed value:
"success"Examples:
{
"id": "EU3Bwa4iDfGspEELW71WDvvu",
"key": "tshirt_size",
"integration_field": {
"id": "3n6geaAmKL5tFonXVAtsMDmr",
"key": "custom.tshirt_size",
"type": "CUSTOM",
"label": "T-Shirt Size"
},
"model": "hris_employees",
"label": "T-Shirt Size",
"description": "Map this to the employee's tshirt size"
}