Communication Email Setups REST Endpoints
    
        Communication Setups/Communication Email Setups
    
The communication email setups resource provides a list of setups for creating and sending communication email messages.
- Create a communication email setup
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/communicationSetups/{CommSetupId}/child/commEmailSetup - Delete a communication email setup
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/communicationSetups/{CommSetupId}/child/commEmailSetup/{EmailSetupId} - Get a communication email setup
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/communicationSetups/{CommSetupId}/child/commEmailSetup/{EmailSetupId} - Get all communication email setups
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/communicationSetups/{CommSetupId}/child/commEmailSetup - Update a communication email setup
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/communicationSetups/{CommSetupId}/child/commEmailSetup/{EmailSetupId}