POST api/CRM/SendTrialEmailManually

Sends trial email manually.

Request Information

URI Parameters

None.

Body Parameters

Id of the lead/trial.

globally unique identifier

Request Formats

application/json, text/json

Sample:
"bcd68e6b-fb21-4602-b197-0dacae55d328"

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response object

Response
NameDescriptionTypeAdditional information
Result

boolean

None.

Message

string

None.

Errors

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "Message": "sample string 2",
  "Errors": {
    "$id": "2"
  }
}