Kombo · Schema

PutIntegrationsIntegrationIdCustomFieldsCustomFieldIdRequestBody

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Properties

Name Type Description
integration_field_id stringnull The integration field's unique ID which the custom field should be mapped to. Null to remove a mapping.
View JSON Schema on GitHub

JSON Schema

kombo-putintegrationsintegrationidcustomfieldscustomfieldidrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PutIntegrationsIntegrationIdCustomFieldsCustomFieldIdRequestBody",
  "title": "PutIntegrationsIntegrationIdCustomFieldsCustomFieldIdRequestBody",
  "type": "object",
  "properties": {
    "integration_field_id": {
      "type": [
        "string",
        "null"
      ],
      "description": "The integration field's unique ID which the custom field should be mapped to. Null to remove a mapping."
    }
  },
  "required": [
    "integration_field_id"
  ]
}