POST api/Callback/ProcessEmails

Request Information

URI Parameters

None.

Body Parameters

CallbackModel
NameDescriptionTypeAdditional information
phone

string

None.

email

string

None.

assistantReferral

string

None.

assistantType

string

None.

assistantTypeOther

string

None.

hearingImpiared

boolean

None.

type

string

None.

date

string

None.

time

string

None.

name

string

None.

company

string

None.

homePhone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "phone": "sample string 1",
  "email": "sample string 2",
  "assistantReferral": "sample string 3",
  "assistantType": "sample string 4",
  "assistantTypeOther": "sample string 5",
  "hearingImpiared": true,
  "type": "sample string 7",
  "date": "sample string 8",
  "time": "sample string 9",
  "name": "sample string 10",
  "company": "sample string 11",
  "homePhone": "sample string 12"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}