SendBasicEmail

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
subject Edm.String
body Edm.String
bodyMimeType Edm.String
cultureCode Edm.String
Parameters marked with a * are required

Return

Type: void
Is collection: false

Example

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