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: postPath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/confirmationCodes
- Delete one confirmation code
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/confirmationCodes/{ConfStatusXrefId}
- Get all confirmation codes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/confirmationCodes
- Get one confirmation code
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/confirmationCodes/{ConfStatusXrefId}
- Update one confirmation code
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/confirmationCodes/{ConfStatusXrefId}