v1
latestOpenAPI 3.1.02026-08-061,5107704.5 MBAccount
Accounts.create
Creates new Account
post/entities/Accounts
Query parameters
validation-levelinteger
Specify validation level of Account on create. Use them as bit mask: 0 - validate each field on entity, 2 - validate only changed fields, 4 - validate only system fields, 8 - allows to override readonly fields, 16 - allows to set entity on deleted relationship.
Response
Creation confirmation. Returns created Account
Example response
{
"success": true,
"data": {
"id": "01234567-abcd-dcba-ffff-000000000000",
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"account_class": 1,
"account_type_id": "01234567-abcd-dcba-ffff-000000000000",
"address": "string",
"city": "string",
"comments": "string",
"country": "string",
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"customer_type_id": "01234567-abcd-dcba-ffff-000000000000",
"email1": "string",
"email2": "string",
"email3": "string",
"email4": "string",
"email5": "string",
"health_category": "01234567-abcd-dcba-ffff-000000000000",
"health_status": 1,
"home_page": "string",
"industry_id": "01234567-abcd-dcba-ffff-000000000000",
"last_ai_account_hierarchy_applied": "2019-01-01T00:00:00",
"last_ai_org_chart_applied": "2019-01-01T00:00:00",
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"parent_account_id": "01234567-abcd-dcba-ffff-000000000000",
"parent_account_relation_type_id": "01234567-abcd-dcba-ffff-000000000000",
"phone1": "string",
"phone2": "string",
"phone3": "string",
"phone4": "string",
"phone5": "string",
"picture_id": "01234567-abcd-dcba-ffff-000000000000",
"quick_parent_account_name": "string",
"state_province": "string",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"zip_code": "string",
"revision": 1,
"formatted_name": "string",
"modified_by_user": "2019-01-01T00:00:00"
}
}