Create Account

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
Industry
2. Create Account
Creates new account
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.
Last modification time.
2019-01-01T00:00:00Creation time.
2019-01-01T00:00:00Integer enum value: 1 - NoClass, 2 - ClassA, 3 - ClassB, 4 - ClassC, 5 - ClassD
1Possible values: Relation to single entity instance.
01234567-abcd-dcba-ffff-000000000000Multi-line text input field.
stringSimple text input field.
stringMulti-line text input field.
stringGeneric field wrapping sqlalchemy column, configurable by constructor. Good for one-of fields / generated fields.
stringRelation to single entity instance.
01234567-abcd-dcba-ffff-000000000000Email address.
stringEmail address.
stringEmail address.
stringEmail address.
stringEmail address.
stringURL - HTTP address.
stringRelation to single entity instance.
01234567-abcd-dcba-ffff-000000000000Name of the entity and its default text representation.
stringRelation to single entity instance.
01234567-abcd-dcba-ffff-000000000000Relation to single entity instance.
01234567-abcd-dcba-ffff-000000000000Relation 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.
stringInteger enum value: 0 - Standard, 1 - Private, 2 - AllView, 3 - AllEdit
0Possible values: Simple text input field.
stringRelation to single entity instance.
01234567-abcd-dcba-ffff-000000000000Simple text input field.
stringRevision when entity was lastly changed.
1If account has any unsubscribed email.
falseCreation confirmation. Returns created account
unexpected error
Last updated
