POST api/General/SendAlertSetupConfirmation
Request Information
URI Parameters
None.
Body Parameters
AlertEmail| Name | Description | Type | Additional 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
booleanResponse Formats
application/json, text/json
Sample:
true