SendExtendedEmail
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| recipients | Edm.String | |
| messageType* | Edm.Int32 | |
| body | Edm.String | |
| modelType | Edm.String | |
| bodyMimeType | Edm.String | |
| cultureCode | Edm.String | |
| productId* | Edm.Int32 | |
| subject | Edm.String |
Return
Type: voidIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/SendExtendedEmailExample body (sent with POST-request):
{
"recipients" : "recipients",
"messageType" : 1,
"body" : "body",
"modelType" : "modeltype",
"bodyMimeType" : "bodymimetype",
"cultureCode" : "culturecode",
"productId" : 1,
"subject" : "subject"
}