POST api/Document/CreateNewCategory

Request Information

URI Parameters

None.

Body Parameters

Collection of DocumentCategoryDTO
NameDescriptionTypeAdditional 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": "2025-10-13T11:28:07.5758362-07:00",
    "ChangedBy": "2025-10-13T11:28:07.5758362-07:00",
    "CreateDate": "2025-10-13T11:28:07.5758362-07:00",
    "CreatedBy": 2,
    "Level": 3,
    "Description": "sample string 4",
    "Disabled": true,
    "Id": 6,
    "Name": "sample string 7",
    "ParentId": 1,
    "categoryDocumentType": 8,
    "MediaTypeId": 1
  },
  {
    "ChangeDate": "2025-10-13T11:28:07.5758362-07:00",
    "ChangedBy": "2025-10-13T11:28:07.5758362-07:00",
    "CreateDate": "2025-10-13T11:28:07.5758362-07: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

boolean

Response Formats

application/json, text/json

Sample:
true