POST /accounts | accounts — empty or missing | accounts must be an array |
POST /accounts | accounts — more than 100 items | accounts must contain no more than 100 elements |
POST /accounts | domain — missing | domain should not be empty |
POST /accounts | name — missing | name should not be empty |
POST /deals | deals — more than 100 items | deals must contain no more than 100 elements |
POST /deals | externalDealId — missing | externalDealId should not be empty |
POST /deals | startDate / closedDate — not ISO 8601 | startDate must be a valid ISO 8601 date string |
POST /deals | ownerEmail — not a valid email | ownerEmail must be an email |
POST /sales-activities | activities — more than 50 items | activities must contain no more than 50 elements |
POST /sales-activities | occurredAt — missing or not ISO 8601 | occurredAt must be a valid ISO 8601 date string |
POST /sales-activities | domain — missing | domain should not be empty |
POST /sales-activities | ownerEmail — missing or invalid | ownerEmail must be an email |
POST /sales-activities | contacts — missing or empty | contacts must contain at least 1 elements |
POST /sales-activities | direction — not inbound or outbound | direction must be one of the following values: inbound, outbound |
POST /accounts/custom-field | label — missing | label should not be empty |
POST /accounts/custom-field | labelType — invalid value | labelType must be one of the following values: singleLineText, ... |
POST /accounts/custom-field | options — missing when required | options must contain at least 1 elements |
GET /accounts | lastSync — invalid format | lastSync must be a valid ISO 8601 date string |
PATCH /accounts/external-ids | mappings — more than 100 items | mappings must contain no more than 100 elements |