Skip to main content
POST
/
accounts
{
  "created_by": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "last_modified_by": "<string>",
  "last_modified_on": "2023-11-07T05:31:56Z",
  "title": "<string>",
  "$schema": "<string>",
  "description": "<string>"
}

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

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.

$schema
string<uri>

A URL to the JSON Schema for this object.

description
string

Optional long-form description of the Account.