Adding Objects to Standard Resources
Supports the following resources : accounts, transactions, activities and contacts
Coming Soon (CPI V 16.0)
Adding a Single Object
The account field of the references object is mandatory (except for the accounts resource) and it supports UUID and InternalID.
The type field is mandatory for transactions and activities, while for accounts and contacts the type field is not mandatory - and if not provided the object will be created with the default type.
The type object should contain either type id or type name (when both are given the ID takes affect)
For transactions,activities and accounts - originAccount(transaction and activity only) and catalog fields can be assigned to define this type of relation, in the following restrictions:
originAccount - supports InternalID and UUID.
catalog - supports InternalID, UUID, and catalog Name.
catalog - is mandatory for accounts, activities and transactions that have multiple catalogs.
In case of objects that has Workflows transitions - the object will be created in the "new" status, with the New>>{Next Transition Step} initialized.
Example:
Returns:
Last updated