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": "5da6e2f6-5091-47d8-862c-9835f8f80d3d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2585a769-1b3a-46be-8024-a8fc5eadf8a4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a267770e-cb07-48c1-853f-4aa040a3af1d",
"CreateDate": "2026-04-27T20:31:45.4414452-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:31:45.4414452-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-27T20:31:45.4414452-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "a8abae6e-0fae-4b12-9bb0-5d2177f8ba7f",
"Section": {
"FormTypeSectionId": "e133f45d-f9ce-48d7-8f87-360ac9dda019",
"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": "1d3e8b9a-97c3-46e1-9045-cec1e82f83d2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8286c609-d55d-4bd4-a64e-af3eb2009753",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "94e4d2c2-b58f-475e-a027-37143f45af7e",
"CreateDate": "2026-04-27T20:31:45.4414452-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T20:31:45.4414452-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "03e43c78-a207-4162-b4c8-220eebf0ab72",
"FieldId": "df6992a4-c3d1-4f02-ac32-4c9ca16ccc70",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "03e43c78-a207-4162-b4c8-220eebf0ab72",
"FieldId": "df6992a4-c3d1-4f02-ac32-4c9ca16ccc70",
"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": "a8abae6e-0fae-4b12-9bb0-5d2177f8ba7f",
"Section": {
"FormTypeSectionId": "e133f45d-f9ce-48d7-8f87-360ac9dda019",
"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": "1d3e8b9a-97c3-46e1-9045-cec1e82f83d2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8286c609-d55d-4bd4-a64e-af3eb2009753",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "94e4d2c2-b58f-475e-a027-37143f45af7e",
"CreateDate": "2026-04-27T20:31:45.4414452-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T20:31:45.4414452-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "03e43c78-a207-4162-b4c8-220eebf0ab72",
"FieldId": "df6992a4-c3d1-4f02-ac32-4c9ca16ccc70",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "03e43c78-a207-4162-b4c8-220eebf0ab72",
"FieldId": "df6992a4-c3d1-4f02-ac32-4c9ca16ccc70",
"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": "ebb28bce-79ed-47ee-a9b4-55b09a06a72f",
"CreateDate": "2026-04-27T20:31:45.4414452-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:31:45.4414452-07: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": "b66eceb2-1017-490a-ba86-71203e1c8c81",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3d4915e4-39f1-4409-9d08-28321406db73",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8146b4fb-82c2-4063-ba8a-d36b2b1eeae8",
"CreateDate": "2026-04-27T20:31:45.4414452-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:31:45.4414452-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-27T20:31:45.4414452-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "41ef7e83-b303-42b7-af81-93665523f787",
"Section": {
"FormTypeSectionId": "a4b08442-7b45-4b15-90be-603dec0449ea",
"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": "afeb01dc-5754-463b-aaf5-e1ef484bb6e5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9fa4bd31-c3a9-4d63-9b1f-8ab1d56b3188",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2badd35b-0d5e-4045-af04-e64931cab89a",
"CreateDate": "2026-04-27T20:31:45.4414452-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T20:31:45.4414452-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "60f0ed45-31f8-48b5-b805-90d9cabf2110",
"FieldId": "5fbc0676-9966-40e2-8827-02f484744c6b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "60f0ed45-31f8-48b5-b805-90d9cabf2110",
"FieldId": "5fbc0676-9966-40e2-8827-02f484744c6b",
"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": "41ef7e83-b303-42b7-af81-93665523f787",
"Section": {
"FormTypeSectionId": "a4b08442-7b45-4b15-90be-603dec0449ea",
"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": "afeb01dc-5754-463b-aaf5-e1ef484bb6e5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9fa4bd31-c3a9-4d63-9b1f-8ab1d56b3188",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2badd35b-0d5e-4045-af04-e64931cab89a",
"CreateDate": "2026-04-27T20:31:45.4414452-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T20:31:45.4414452-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "60f0ed45-31f8-48b5-b805-90d9cabf2110",
"FieldId": "5fbc0676-9966-40e2-8827-02f484744c6b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "60f0ed45-31f8-48b5-b805-90d9cabf2110",
"FieldId": "5fbc0676-9966-40e2-8827-02f484744c6b",
"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": "83de1f68-0969-4d91-b7dc-77eb07152f57",
"CreateDate": "2026-04-27T20:31:45.4414452-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:31:45.4414452-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}