PUT api/FARCategory?catid={catid}&restore={restore}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| catid | integer |
Required |
|
| restore | string |
Required |
Body Parameters
None.
Response Information
Resource Description
FARCCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| CatId | integer |
None. |
|
| Code | string |
None. |
|
| Title | string |
None. |
|
| ParentId | integer |
None. |
|
| Description | string |
None. |
|
| Type | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| IsDeleted | integer |
None. |
|
| OrgId | integer |
None. |
|
| ClassId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CatId": 1,
"Code": "sample string 2",
"Title": "sample string 3",
"ParentId": 4,
"Description": "sample string 5",
"Type": "sample string 6",
"CreatedBy": 1,
"CreatedOn": "2026-05-20T17:07:35.7653993+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:07:35.7653993+05:00",
"IsDeleted": 7,
"OrgId": 8,
"ClassId": 9
}