Contacts REST Endpoints

External Organizations/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
Create a contact association
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/contacts
Delete a contact
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/contacts/{contactsUniqID}
Delete a contact association
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/contacts/{ContactAssociationId}
Get a contact
Method: get
Path: /fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/contacts/{contactsUniqID}
Get all associated contacts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/contacts
Get all contacts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/contacts
Get an associated contact
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/contacts/{ContactAssociationId}
Update a contact
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/contacts/{contactsUniqID}
Update a contact association
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/contacts/{ContactAssociationId}