Contacts REST Endpoints

Business Objects/Contacts
The operations from the Business Objects/Contacts category.
Create a Contact
Method: post
Path: /contacts
Delete a Contact
Method: delete
Path: /contacts/{contactGid}
Get a Contact
Method: get
Path: /contacts/{contactGid}
Get Contacts
Method: get
Path: /contacts
Update a Contact
Method: patch
Path: /contacts/{contactGid}