GET api/InvCParentCategory?CatId={CatId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CatId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InvCCategory| 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. |
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:12:44.3210449+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:12:44.3210449+05:00",
"IsDeleted": 7,
"OrgId": 8
}