POST
/
accounting
/
contacts

A contact is an individual or company that buys or sells goods or services from a business. Commonly referred to a customer on a corresponding invoice or a vendor for a bill

Additional Required Fields

To successfully create a contact, certain fields must be included in the raw_data object of the request body. The required fields are as follows:

IntegrationFieldDescriptionRequired
MS_DYNAMICS_365_FOCustomerGroupIdThe customer group ID to which the contact belongs. This should be passed if the contact_type is CUSTOMER.Yes
MS_DYNAMICS_365_FOVendorGroupIdThe vendor group ID to which the contact belongs. This should be passed if the contact_type is VENDOR.Yes
MYOB_BUSINESStax_codeThe tax code to which the contact belongs.Yes
SAGE_ZA_CLOUD_ACCOUNTINGcodeThe code of the contact.Yes

Authorizations

api_key
string
headerrequired

Body

application/json
company_id
integer
required

The ID of the company in the accounting platform

run_async
boolean | null

Run the request asynchronously

data
object[]
required

The data of the Contacts endpoint

Response

200 - application/json
data
object
sync_id
string | null

The sync id of the request