Skip to main content
All CollectionsMercury Nexus Integrations & API
How to create a Person record via an API POST payload
How to create a Person record via an API POST payload
Updated over 3 months ago

Connective offers a Public API to generate records via API calls. To generate a basic Person record use the attached payload as a starting point.

The API payload attached includes the following Person data.

  • Names

  • DOB

  • Formatted Address

  • Contact Information

  • NotePad example

Note: To categorise a new Contact as a Company record add the following to the payload.

"contactType": "company",

Note: Reference the swagger file for details on other available endpoints found here.

Notes are not currently available via the public API. Use the NotePad field for general notes in the payload.

Attachment icon
Did this answer your question?