Contacts REST Endpoints

SCM Common/Carriers/Contacts
The Contacts resource manages the contact information for a carrier.
Create one contact
Method: post
Path: /fscmRestApi/resources/11.13.18.05/carriers/{CarrierId}/child/contacts
Delete one contact
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/carriers/{CarrierId}/child/contacts/{RelationshipRecordId}
Get all contacts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/carriers/{CarrierId}/child/contacts
Get one contact
Method: get
Path: /fscmRestApi/resources/11.13.18.05/carriers/{CarrierId}/child/contacts/{RelationshipRecordId}
Update one contact
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/carriers/{CarrierId}/child/contacts/{RelationshipRecordId}