PUT api/AppPanel?pid={pid}&restore={restore}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pid | integer |
Required |
|
| restore | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AppPanelUser| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| FullName | string |
None. |
|
| Cell | string |
None. |
|
| Phone | string |
None. |
|
| string |
None. |
||
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| IsDeleted | integer |
None. |
|
| ShowSale | integer |
None. |
|
| OrgId | integer |
None. |
|
| ShowExp | integer |
None. |
|
| ShowPanelInvoice | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserId": 1,
"Username": "sample string 2",
"Password": "sample string 3",
"FullName": "sample string 4",
"Cell": "sample string 5",
"Phone": "sample string 6",
"Email": "sample string 7",
"CreatedBy": 8,
"CreatedOn": "2026-05-20T17:28:24.7688199+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:28:24.7688199+05:00",
"IsDeleted": 10,
"ShowSale": 11,
"OrgId": 12,
"ShowExp": 13,
"ShowPanelInvoice": 14
}