POST api/Document/CreateNewCategory
Request Information
URI Parameters
None.
Body Parameters
Collection of DocumentCategoryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ChangeDate | date |
None. |
|
| ChangedBy | date |
None. |
|
| CreateDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| Level | integer |
None. |
|
| Description | string |
None. |
|
| Disabled | boolean |
None. |
|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| ParentId | integer |
None. |
|
| categoryDocumentType | integer |
None. |
|
| MediaTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ChangeDate": "2026-02-03T18:26:16.7003304-08:00",
"ChangedBy": "2026-02-03T18:26:16.7003304-08:00",
"CreateDate": "2026-02-03T18:26:16.7003304-08:00",
"CreatedBy": 2,
"Level": 3,
"Description": "sample string 4",
"Disabled": true,
"Id": 6,
"Name": "sample string 7",
"ParentId": 1,
"categoryDocumentType": 8,
"MediaTypeId": 1
},
{
"ChangeDate": "2026-02-03T18:26:16.7003304-08:00",
"ChangedBy": "2026-02-03T18:26:16.7003304-08:00",
"CreateDate": "2026-02-03T18:26:16.7003304-08:00",
"CreatedBy": 2,
"Level": 3,
"Description": "sample string 4",
"Disabled": true,
"Id": 6,
"Name": "sample string 7",
"ParentId": 1,
"categoryDocumentType": 8,
"MediaTypeId": 1
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true