PUT api/Forms/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Form
NameDescriptionTypeAdditional information
FormId

integer

None.

SchemeId

integer

None.

CategoryId

integer

None.

DocumentId

integer

None.

Name

string

None.

CreatedById

integer

None.

CreatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "FormId": 1,
  "SchemeId": 2,
  "CategoryId": 3,
  "DocumentId": 4,
  "Name": "sample string 5",
  "CreatedById": 6,
  "CreatedDate": "2025-12-06T06:02:35.5006921+02:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Form'.

Response Information

Resource Description

None.