Service Profile Contacts REST Endpoints

Service Profiles/Service Profile Contacts
The service profile contacts resource is used to view, create, update, and delete a service profile contact. It's the list of the people that work with the assets grouped in the profile, including their preferences and restrictions for how they receive service. A given customer contact can be associated to one or more service profiles.
Create a service profile contact
Method: post
Path: /crmRestApi/resources/11.13.18.05/serviceProfiles/{ServiceProfileNumber}/child/contacts
Delete a service profile contact
Method: delete
Path: /crmRestApi/resources/11.13.18.05/serviceProfiles/{ServiceProfileNumber}/child/contacts/{SpContactId}
Get a service profile contact
Method: get
Path: /crmRestApi/resources/11.13.18.05/serviceProfiles/{ServiceProfileNumber}/child/contacts/{SpContactId}
Get all service profile contacts
Method: get
Path: /crmRestApi/resources/11.13.18.05/serviceProfiles/{ServiceProfileNumber}/child/contacts
Update a service profile contact
Method: patch
Path: /crmRestApi/resources/11.13.18.05/serviceProfiles/{ServiceProfileNumber}/child/contacts/{SpContactId}