POST api/documentTypes/update

Request Information

URI Parameters

None.

Body Parameters

ProductDocumentTypeDTO
NameDescriptionTypeAdditional information
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:
{
  "Id": 1,
  "ProductKey": "sample string 2",
  "DocumentTypeId": 3,
  "WebId": "e8df78fd-f8f6-4975-8ed6-db7c483adca0",
  "TaskDate": "2026-06-11T08:08:33.2163858+02:00",
  "Notes": "sample string 4",
  "ModifiedOn": "2026-06-11T08:08:33.2163858+02:00",
  "ModifiedBy": "sample string 5",
  "Added": true,
  "AddedOn": "2026-06-11T08:08:33.2163858+02:00",
  "AddedBy": "sample string 7"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.