External Subjects REST Endpoints

External Organizations/External Subjects
The external subjects resource is a child of the external organizations resource and provides a list of external subjects associated with an external organization.
Create an external subject
Method: post
Path: /fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/externalSubjects
Delete an external subject
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/externalSubjects/{ExternalSubjectId}
Get all external subjects
Method: get
Path: /fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/externalSubjects
Get an external subject
Method: get
Path: /fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/externalSubjects/{ExternalSubjectId}
Update an external subject
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/externalSubjects/{ExternalSubjectId}