B2B Application Partners REST Endpoints

SCM Common/B2B Application Partners
The B2B Application Partners resource gets the details of the cross reference parties (entities) involved in business-to-business message processing. Within Oracle Fusion applications, there are different entities such as customer, supplier, and so on, but they all represent application partners from a business-to-business point of view.
Create application partners
Method: post
Path: /fscmRestApi/resources/11.13.18.05/b2bApplicationPartners
Delete one application partner
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/b2bApplicationPartners/{ApplicationPartnerId}
Get all application partners
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bApplicationPartners
Get one application partner
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bApplicationPartners/{ApplicationPartnerId}
Update one application partner
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/b2bApplicationPartners/{ApplicationPartnerId}