POST ev/users/pin
Request Information
URI Parameters
None.
Body Parameters
UserChangePinModel| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
None. |
|
| username | string |
None. |
|
| pin | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": 1,
"username": "sample string 2",
"pin": "sample string 3"
}
Response Information
Resource Description
None.