- Subcategories:
- Large Object (LOB) Attributes - NoteTxt
Notes REST Endpoints
Order Management/Channel Special Price Agreements/Notes
The Notes resource captures comments, information, or instructions for a special price agreement.
- Create one note
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/notes
- Delete one note
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/notes/{NoteId}
- Get all notes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/notes
- Get one note
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/notes/{NoteId}
- Update one note
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/notes/{NoteId}