POST api/General/SendAlertSetupConfirmation

Request Information

URI Parameters

None.

Body Parameters

AlertEmail
NameDescriptionTypeAdditional information
bsCustomerID

string

None.

companyID

integer

None.

emailTo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "bsCustomerID": "sample string 1",
  "companyID": 2,
  "emailTo": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true