Preferences REST Endpoints
Business Objects/Contacts/Preferences
The operations from the Business Objects/Contacts/Preferences category.
- Create a Preference
- Method: postPath:
/contacts/{contactGid}/preferences - Delete a Preference
- Method: deletePath:
/contacts/{contactGid}/preferences/{preferenceGid} - Get a Preference
- Method: getPath:
/contacts/{contactGid}/preferences/{preferenceGid} - Get Preferences
- Method: getPath:
/contacts/{contactGid}/preferences - Update a Preference
- Method: patchPath:
/contacts/{contactGid}/preferences/{preferenceGid} - Update Preferences
- Method: patchPath:
/contacts/{contactGid}/preferences