PATCH Users/ChangePIN
Request Information
URI Parameters
None.
Body Parameters
UserPINChange| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentPIN | string |
Max length: 250 |
|
| NewPIN | string |
Max length: 250 |
Request Formats
application/json, text/json
Sample:
{
"CurrentPIN": "sample string 1",
"NewPIN": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"