Confirmation Codes REST Endpoints

SCM Common/B2B Trading Partners/Confirmation Codes
The Confirmation Codes resource gets the status mapping between trading partner and Oracle Collaboration Messaging Framework Cloud required in message processing.
Create confirmation codes
Method: post
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/confirmationCodes
Delete one confirmation code
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/confirmationCodes/{ConfStatusXrefId}
Get all confirmation codes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/confirmationCodes
Get one confirmation code
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/confirmationCodes/{ConfStatusXrefId}
Update one confirmation code
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/confirmationCodes/{ConfStatusXrefId}