POST Users/MobileResetPIN
Request Information
URI Parameters
None.
Body Parameters
MobileUserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNumber | string |
Max length: 20 |
|
| Password | string |
Max length: 250 |
|
| FirstName | string |
Max length: 250 |
|
| PIN | string |
Max length: 64 |
|
| Code | string |
Max length: 10 |
Request Formats
application/json, text/json
Sample:
{
"MobileNumber": "sample string 1",
"Password": "sample string 2",
"FirstName": "sample string 3",
"PIN": "sample string 4",
"Code": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"