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: post
Path: /fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}/child/emailProperties
Delete one email property
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}/child/emailProperties/{EmailPropertyId}
Get all email properties
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}/child/emailProperties
Get one email property
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}/child/emailProperties/{EmailPropertyId}
Update one email property
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}/child/emailProperties/{EmailPropertyId}