Application Partner Documents REST Endpoints

SCM Common/B2B Application Partners/Application Partner Documents
The Application Partner Documents resource gets all the documents associated with the application partner that cross reference between fusion applications and trading partners for business-to-business message processing.
Create application partner documents
Method: post
Path: /fscmRestApi/resources/11.13.18.05/b2bApplicationPartners/{ApplicationPartnerId}/child/documents
Delete one application partner document
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/b2bApplicationPartners/{ApplicationPartnerId}/child/documents/{ApplicationPartnerDocumentId}
Get all application partner documents
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bApplicationPartners/{ApplicationPartnerId}/child/documents
Get one application partner document
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bApplicationPartners/{ApplicationPartnerId}/child/documents/{ApplicationPartnerDocumentId}
Update one application partner document
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/b2bApplicationPartners/{ApplicationPartnerId}/child/documents/{ApplicationPartnerDocumentId}