Contacts REST Endpoints

External Organizations: Deprecated/Contacts
The contacts resource is a child of the external organizations resource and provides a list of contacts associated with an external organization.
Create a contact
Method: post
Path: /fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/contacts
Delete a contact
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/contacts/{contactsUniqID}
Get a contact
Method: get
Path: /fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/contacts/{contactsUniqID}
Get all contacts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/contacts
Update a contact
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/contacts/{contactsUniqID}