Customer Contact REST Endpoints

Interactions/Customer Contact
Customer contacts are used to record when and why a customer contacted your company or to initiate an outbound communication such as a letter that can be extracted for print and delivery.
Create Customer Contact
Method: post
Path: https://server:port/spl/rest/apis/customer/interactions/customerContacts/
Delete Customer Contact
Method: delete
Path: https://server:port/spl/rest/apis/customer/interactions/customerContacts/{customerContactId}
Get Customer Contact
Method: get
Path: https://server:port/spl/rest/apis/customer/interactions/customerContacts/{customerContactId}
Update Customer Contact
Method: put
Path: https://server:port/spl/rest/apis/customer/interactions/customerContacts/{customerContactId}