POST geotab/device/alert/sendEmailVerification

Resend the email verification link to emails which are not verified

Request Information

URI Parameters

None.

Body Parameters

The ResendGeotabAlertEmailRequest

ResendGeotabAlertEmailRequest
NameDescriptionTypeAdditional information
alertId

The id of the alert to resend emails for

unsigned integer

None.

serialNumber

The serial number of the device the alert belongs to

string

None.

Request Formats

application/json, text/json

Sample:
{
  "alertId": 1,
  "serialNumber": "sample string 2"
}

application/xml, text/xml

Sample:
<ResendGeotabAlertEmailRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AlertId>1</AlertId>
  <SerialNumber>sample string 2</SerialNumber>
</ResendGeotabAlertEmailRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

200 on success

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.