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