POST api/documentTypes/add

Request Information

URI Parameters

None.

Body Parameters

ProductDocumentTypeAddDTO
NameDescriptionTypeAdditional information
NewDocumentTypeTitle

string

None.

DoclibId

integer

None.

IsNewDocumentType

boolean

None.

Id

integer

None.

ProductKey

string

None.

DocumentTypeId

integer

None.

WebId

globally unique identifier

None.

TaskDate

date

None.

Notes

string

None.

ModifiedOn

date

None.

ModifiedBy

string

None.

Added

boolean

None.

AddedOn

date

None.

AddedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "NewDocumentTypeTitle": "sample string 1",
  "DoclibId": 2,
  "IsNewDocumentType": true,
  "Id": 3,
  "ProductKey": "sample string 4",
  "DocumentTypeId": 5,
  "WebId": "687a3bf4-ee6f-4c26-8426-1ed924d796f1",
  "TaskDate": "2026-06-09T20:17:40.1302611+02:00",
  "Notes": "sample string 6",
  "ModifiedOn": "2026-06-09T20:17:40.1302611+02:00",
  "ModifiedBy": "sample string 7",
  "Added": true,
  "AddedOn": "2026-06-09T20:17:40.1302611+02:00",
  "AddedBy": "sample string 9"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.