PUT FormTypes
Updates the given form type.
Request Information
URI Parameters
None.
Body Parameters
Form type to update
FormType| Name | Description | Type | Additional information |
|---|---|---|---|
| FormTypeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| AssetType | AssetType |
None. |
|
| FrequencyNeeded | integer |
None. |
|
| ValueNeededDate | date |
None. |
|
| Active | boolean |
None. |
|
| Fields | Collection of FormTypeField |
None. |
|
| SourceSystemId | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| CreateUser | string |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FormTypeId": "b54520dc-fd84-45fb-aa30-6787ebf20b1d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "cc0a983c-4ee9-4a6a-8253-f8bb0ad2cf02",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5fc9ff11-4dda-4f20-a314-533ed5e31a41",
"CreateDate": "2026-01-11T08:31:42.2240733-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-11T08:31:42.2240733-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-11T08:31:42.2240733-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "712ab8cb-4431-47db-a0a3-79951d09277a",
"Section": {
"FormTypeSectionId": "87775f94-1fe6-4700-9341-8c7c03ff8b4b",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "e59b441e-41cd-4c92-ac37-27d70e006cfc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "546e4e6f-7996-40ba-b785-088175257e74",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c86b9531-2d69-4264-b416-e81114a23d73",
"CreateDate": "2026-01-11T08:31:42.2240733-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-11T08:31:42.2240733-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "526013f3-c6f2-4a89-8cb7-45410b52978c",
"FieldId": "67001ce1-389c-4985-a861-5acdb834ec1d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "526013f3-c6f2-4a89-8cb7-45410b52978c",
"FieldId": "67001ce1-389c-4985-a861-5acdb834ec1d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
{
"FormTypeFieldId": "712ab8cb-4431-47db-a0a3-79951d09277a",
"Section": {
"FormTypeSectionId": "87775f94-1fe6-4700-9341-8c7c03ff8b4b",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "e59b441e-41cd-4c92-ac37-27d70e006cfc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "546e4e6f-7996-40ba-b785-088175257e74",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c86b9531-2d69-4264-b416-e81114a23d73",
"CreateDate": "2026-01-11T08:31:42.2240733-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-11T08:31:42.2240733-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "526013f3-c6f2-4a89-8cb7-45410b52978c",
"FieldId": "67001ce1-389c-4985-a861-5acdb834ec1d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "526013f3-c6f2-4a89-8cb7-45410b52978c",
"FieldId": "67001ce1-389c-4985-a861-5acdb834ec1d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "9a044ef8-1bb5-4f48-b854-76f9055e4b96",
"CreateDate": "2026-01-11T08:31:42.2240733-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-11T08:31:42.2240733-08:00",
"LastModifiedUser": "sample string 7"
}
Response Information
Resource Description
On success, the updated form type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | FormType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"FormTypeId": "e4b1ddb1-892d-40be-bcd0-80226ae0bb2b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "41e54d37-2adb-41e8-b6e7-5b81a1754a8d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "92f195ab-01e4-46d6-b6a1-462024669932",
"CreateDate": "2026-01-11T08:31:42.5990764-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-11T08:31:42.5990764-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-11T08:31:42.5990764-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "15f444a3-de08-45f5-a4f9-911128a887b9",
"Section": {
"FormTypeSectionId": "3de1fddb-387d-4519-9568-43bbf2a3109a",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "3a32acdd-2cfb-4776-88d3-0b2ea4551240",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2f13c8db-0d62-4fee-aa8e-8b825d5890f7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9a20d5eb-a4f0-4f00-854e-f4c4bd34e5a5",
"CreateDate": "2026-01-11T08:31:42.5990764-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-11T08:31:42.5990764-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "35ab46b0-e09a-4934-ae65-ad34a2c5acb1",
"FieldId": "2e0d4932-b879-47fa-b6d6-3c42ffa80fe6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "35ab46b0-e09a-4934-ae65-ad34a2c5acb1",
"FieldId": "2e0d4932-b879-47fa-b6d6-3c42ffa80fe6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
{
"FormTypeFieldId": "15f444a3-de08-45f5-a4f9-911128a887b9",
"Section": {
"FormTypeSectionId": "3de1fddb-387d-4519-9568-43bbf2a3109a",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "3a32acdd-2cfb-4776-88d3-0b2ea4551240",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2f13c8db-0d62-4fee-aa8e-8b825d5890f7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9a20d5eb-a4f0-4f00-854e-f4c4bd34e5a5",
"CreateDate": "2026-01-11T08:31:42.5990764-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-11T08:31:42.5990764-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "35ab46b0-e09a-4934-ae65-ad34a2c5acb1",
"FieldId": "2e0d4932-b879-47fa-b6d6-3c42ffa80fe6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "35ab46b0-e09a-4934-ae65-ad34a2c5acb1",
"FieldId": "2e0d4932-b879-47fa-b6d6-3c42ffa80fe6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "a4fcb44b-ca5e-4cdf-ae5a-9e4952441cf5",
"CreateDate": "2026-01-11T08:31:42.5990764-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-11T08:31:42.5990764-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}