Create a new custom accounting field

If an custom field with the same id already exist on Ramp, then that existing one will be returned instead of creating a new one; If the existing custom field is inactive, it will be reactivated.
If you want to update the existing custom field, please use the PATCH developer/v1/accounting/fields/{id} endpoint instead.

Body Params
string
required

id of the custom accounting field.

string
enum
required

The input type could be SINGLE_CHOICE, BOOLEAN or FREE_FORM_TEXT.

Allowed:
boolean

If set to True, the accounting field can be used to annotate split line items.

string
required

name of the custom accounting field.

Responses

400

raises InvalidInput

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json