PUT api/Forms/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Form| Name | Description | Type | Additional 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:
Response Information
Resource Description
None.