POST api/v1/member/account-delete-request?Id={Id}&Slug={Slug}&Email={Email}&Page={Page}&PerPageItems={PerPageItems}&Lang={Lang}&ListSubCat={ListSubCat}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Slug | string |
None. |
|
| string |
None. |
||
| Page | integer |
None. |
|
| PerPageItems | integer |
None. |
|
| Lang | string |
None. |
|
| ListSubCat | boolean |
None. |
Body Parameters
AccountDeleteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Reason | string |
None. |
|
| Password | string |
Required |
|
| IsDelExists | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Reason": "sample string 1",
"Password": "sample string 2",
"IsDelExists": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.