v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBcustom-fields
Create a custom field value
Create a new value for an existing custom field.
post/v3/spend/custom-fields/{customFieldId}/values
Path parameters
customFieldIdstring required
BILL-generated ID or UUID of the custom field
Example:{{se_custom_field_uuid}}
Headers
apiTokenstring nullable
Access token for Spend & Expense API authentication
Example:{{api_token}}
Request body
Example request
{
"values": [
"Travel",
"Food",
"Entertainment"
]
}Response
Create a custom field value response