SendExtendedEmail

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

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
Parameters marked with a * are required

Return

Type: void
Is collection: false

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/SendExtendedEmail
Example body (sent with POST-request):
{
  "recipients" : "recipients",
  "messageType" : 1,
  "body" : "body",
  "modelType" : "modeltype",
  "bodyMimeType" : "bodymimetype",
  "cultureCode" : "culturecode",
  "productId" : 1,
  "subject" : "subject"
}