- Subcategories:
- Communication Methods
- Corporations
- Preferences
- Statuses
Contacts REST Endpoints
Business Objects/Contacts
The operations from the Business Objects/Contacts category.
- Create a Contact
- Method: postPath:
/contacts - Delete a Contact
- Method: deletePath:
/contacts/{contactGid} - Get a Contact
- Method: getPath:
/contacts/{contactGid} - Get Contacts
- Method: getPath:
/contacts - Update a Contact
- Method: patchPath:
/contacts/{contactGid}