Contacts REST Endpoints
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: postPath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/contacts
- Delete a contact
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/contacts/{contactsUniqID}
- Get a contact
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/contacts/{contactsUniqID}
- Get all contacts
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/contacts
- Update a contact
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/contacts/{contactsUniqID}