Email Properties REST Endpoints
SCM Common/B2B Message Definitions/Email Properties
An email property represents the layout of attributes that are included in the body of a B2B message email. The attributes are extracted from the message payload for the email.
- Create email properties
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}/child/emailProperties
- Delete one email property
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}/child/emailProperties/{EmailPropertyId}
- Get all email properties
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}/child/emailProperties
- Get one email property
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}/child/emailProperties/{EmailPropertyId}
- Update one email property
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}/child/emailProperties/{EmailPropertyId}