Create custom field

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

You can use this API to create new custom fields for your company. All of the parameters are compulsory except "options", which is only used for the field types that provide the customer with options to choose from, such as dropdown and checkboxes.

Path Params
string
required

Your companies Billsby subdomain - for example, if you login at widgets.billsby.com, your companyDomain is widgets

Body Params
int32
required

The type of custom field; SingleLineTextField = 0, MultiLineTextField = 1, CheckboxField = 2, DatePickerField = 3, NumbersField = 4, DropdownField = 5

string
required

Title of the custom field

string
required

Description of the custom field

string

A comma separated list of option titles for DropdownField type

boolean
required

Is the custom field compulsory; true or false

Response

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