POST api/Customer/ActivationViaMobileApps
Documentation for 'ActivationViaMobileApps'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| TokenMobile | Documentation for 'TokenMobile'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Token": "e8785bbd-d9a1-4cf0-8211-f3d0dc86d398",
"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>e8785bbd-d9a1-4cf0-8211-f3d0dc86d398</Token> <PINCode>sample string 2</PINCode> <Email>sample string 3</Email> </ActivationModel>