Create a custom field for a customer
Requires the CUSTOM_FIELD.CREATE permission.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
version
version
Headers
x-platform-id
Platform ID.
Request
This endpoint expects an object.
reference
resource_type
integration_id
The resource ID of the integration.
integration_reference
The reference of the integration.
name
description
multiple_values
unique_value
copy_value_to_invoice
type
Allowed values:
enum_values
Response
Created
reference
resource_type
integration_id
The resource ID of the integration.
integration_reference
The reference of the integration.
object_type
id
name
description
multiple_values
unique_value
copy_value_to_invoice
type
Allowed values:
enum_values
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
500
Internal Server Error