PUT api/mypages/forgot
Request Information
URI Parameters
None.
Body Parameters
MyPagesDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AnyCustomerNumber | string |
None. |
|
| TelephoneOrEmail | string |
None. |
|
| IsStop | boolean |
None. |
|
| Name | string |
None. |
|
| PersonId | globally unique identifier |
None. |
|
| ShortUnique | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"anyCustomerNumber": "sample string 1",
"telephoneOrEmail": "sample string 2",
"isStop": true,
"name": "sample string 3",
"personId": "7234f1aa-b821-49a7-abf8-a1f9b2d97ed0",
"shortUnique": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.