Contacts REST Endpoints

Application/1.0/Contacts
A contact is a data entity that contains the explicit data around an individual person in the database. Learn more about contacts.
Create a contact
Method: post
Path: /api/REST/1.0/data/contact
Delete a contact
Method: delete
Path: /api/REST/1.0/data/contact/{id}
Retrieve a contact
Method: get
Path: /api/REST/1.0/data/contact/{id}
Retrieve a list of contacts
Method: get
Path: /api/REST/1.0/data/contacts
Update a contact
Method: put
Path: /api/REST/1.0/data/contact/{id}