B2B Trading Partners REST Endpoints

SCM Common/B2B Trading Partners
The B2B Trading Partners resource gets the details of the external 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 trading partners from a business-to-business point of view.
Create trading partners
Method: post
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners
Delete one trading partner
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}
Get all trading partners
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners
Get one trading partner
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}
Update one trading partner
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}