Skip to main content
POST
Create Account

Response

Created

created_by
string
required

user who created the record.

created_on
string<date-time>
required

timestamp of when the record was created.

id
string
required

ID is the unique identifier for the Account

Example:

"ac_260fc3e8-1acb-4268-8a63-447792b0c2f4"

last_modified_by
string
required

user who last modified the record.

last_modified_on
string<date-time>
required

timestamp of when the record was last modified.

title
string
required

Display name for the Account.

Example:

"Account Name"

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/Account.json"

description
string

Optional long-form description of the Account.