POST api/Customer/SendOTPByNumber

Documentation for 'SendOTPByNumber'.

Request Information

Parameters

NameDescriptionAdditional information
email
Documentation for 'email'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Email": "sample string 1"
}

application/xml, text/xml

Sample:
<ParamCustomerSendOTP xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Email>sample string 1</Email>
</ParamCustomerSendOTP>