Contacts REST Endpoints
Contacts
The customers or end users of Oracle B2C Service site. A contact contains basic information such as a customer's name, email address, and phone number. It also contains information about customer service issues, opportunities, and marketing mailings subscription status.
- Create a contact
- Method: postPath:
/services/rest/connect/v1.4/contacts - Delete a contact
- Method: deletePath:
/services/rest/connect/v1.4/contacts/{id} - Get a contact
- Method: getPath:
/services/rest/connect/v1.4/contacts/{id} - Get multiple contacts
- Method: getPath:
/services/rest/connect/v1.4/contacts - Reset password for a contact
- Method: postPath:
/services/rest/connect/v1.4/contacts/{id}/resetPassword - Send a contact through a campaign flow starting at the specified entry point.
- Method: postPath:
/services/rest/connect/v1.4/contacts/{id}/executeMarketingFlow - Send a transactional mailing to a contact
- Method: postPath:
/services/rest/connect/v1.4/contacts/{id}/sendMailing - Update a contact
- Method: patchPath:
/services/rest/connect/v1.4/contacts/{id}