v1

latestOpenAPI 3.1.02026-07-2624070.9 KB

/fields

Create new custom field in account

post/fields

Request body

titlestring

Title of field

typestring

Type of field. Available values: TEXT, NUMBER, DATE

Response

200

idinteger
titlestring
keystring
typestring
date_updatedstring
date_createdstring

Example response

{
  "id": 28353,
  "title": "Favourite Color",
  "key": "favourite_color",
  "type": "TEXT",
  "date_updated": "2016-04-04 15:46:15",
  "date_created": "2016-04-04 15:46:15"
}