Create Contact

Tutorial Assignment
0. Required fields
1. Prepare Data
Owner_id
Returns all defined Clients
if enabled, deleted Clients are returned as well
Number of entities to return from beginning of the result set. Max: 100. Default: 30
Return only the "last" number of entities from result set. When used with first parameter, then it returns last M records from the first N records.
Cursor until which to take entities to result set.
Cursor after which to start taking entities to result set.
Expand related entity. Use api_names of relation fields. You can use multiple values separated via ',' colon. If not used, URI link will be returned instead. You can use dots '.' to expand nested entities as well.
expand=owner,sales_unit,account_relations.accountOrder by values. Use api_name of field to sort by ascending. Prefix api_name with '-' to descending sort. You can use multiple values separated via ',' colon.
order-by=created,-modifiedUse name of field in braces to filter by this field. To advanced filter, use with combination with filter-op parameter.
filter[name]=ExampleFilter operator. Specify a way how to filter fields. Supported operators: [eq, ieq, not-eq, not-ieq, contains, starts, ends, icontains, istarts, iends, null, not-null, empty, not-empty, gt, gte, lt, lte, between].
filter-op[name]=eqLoads only fields defined within this parameter. You can use multiple values separated via ',' colon. If not used, then all fields are returned. You can use dots '.' to specify load only fields in nested as well.
load-only=id,name,owner.idlist of Clients
unexpected error
Account_id
2. Create Contact
Creates new contact
Specify validation level of contact 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.
Last modification time.
2019-01-01T00:00:00Creation time.
2019-01-01T00:00:00Multi-line text input field.
stringSimple text input field.
stringMulti-line text input field.
stringRelation to single entity instance.
01234567-abcd-dcba-ffff-000000000000Generic field wrapping sqlalchemy column, configurable by constructor. Good for one-of fields / generated fields.
stringEmail address.
stringEmail address.
stringEmail address.
stringEmail address.
stringEmail address.
stringSimple text input field.
stringInteger enum value: 0 - Unknown, 1 - Male, 2 - Female, 3 - NonBinary
0Possible values: Simple text input field.
stringSimple text input field.
stringRelation to single entity instance.
01234567-abcd-dcba-ffff-000000000000Phone number.
stringPhone number.
stringPhone number.
stringPhone number.
stringPhone number.
stringRelation to single entity instance.
01234567-abcd-dcba-ffff-000000000000Simple text input field.
stringSimple text input field.
stringInteger enum value: 0 - Standard, 1 - Private, 2 - AllView, 3 - AllEdit
0Possible values: Simple text input field.
stringSimple text input field.
stringRelation to single entity instance.
01234567-abcd-dcba-ffff-000000000000Simple text input field.
stringRevision when entity was lastly changed.
1Job position of Contact in his primary Account or quick account position if Contact has no primary Account.
stringIf account has any unsubscribed email.
falseCreation confirmation. Returns created contact
unexpected error


Last updated
