POST api/InvCParentCategory
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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:22:40.9014822+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:22:40.9014822+05:00",
"IsDeleted": 7,
"OrgId": 8
}
application/x-www-form-urlencoded
Sample:
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:22:40.9014822+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:22:40.9014822+05:00",
"IsDeleted": 7,
"OrgId": 8
}