POST api/Customer/ActivationWithPINCode
Documentation for 'ActivationWithPINCode'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Token": "e9f9f505-efb7-4eaf-8108-ce59ed3267ad",
"PINCode": "sample string 2",
"Email": "sample string 3"
}
application/xml, text/xml
Sample:
<ActivationModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Token>e9f9f505-efb7-4eaf-8108-ce59ed3267ad</Token> <PINCode>sample string 2</PINCode> <Email>sample string 3</Email> </ActivationModel>