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": "0b2fcfde-cfac-4a4b-b233-4e6382ca7ab1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bdcb5c2b-f9d8-43aa-9283-af2807b878a3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f1f8c434-e7cc-42af-b60a-db3d3f942055",
"CreateDate": "2026-03-25T23:23:51.2240724-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-25T23:23:51.2240724-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-25T23:23:51.2240724-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "e29a9ed3-8b58-44f7-99de-e553dfcc4abb",
"Section": {
"FormTypeSectionId": "ea08f35e-56c4-4ff4-a79c-bb46232461c9",
"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": "c3fea92d-013c-41bd-9715-395d517efda6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "75ab2110-881a-4c41-a58f-a05440735e31",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "677e6c88-abd3-40bb-9c49-d7f226392960",
"CreateDate": "2026-03-25T23:23:51.2240724-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-25T23:23:51.2240724-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2bdaa332-4d64-40fd-890a-f5d1525a83e7",
"FieldId": "766c912e-ad57-4b61-bf88-c108a6b08a47",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2bdaa332-4d64-40fd-890a-f5d1525a83e7",
"FieldId": "766c912e-ad57-4b61-bf88-c108a6b08a47",
"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": "e29a9ed3-8b58-44f7-99de-e553dfcc4abb",
"Section": {
"FormTypeSectionId": "ea08f35e-56c4-4ff4-a79c-bb46232461c9",
"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": "c3fea92d-013c-41bd-9715-395d517efda6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "75ab2110-881a-4c41-a58f-a05440735e31",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "677e6c88-abd3-40bb-9c49-d7f226392960",
"CreateDate": "2026-03-25T23:23:51.2240724-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-25T23:23:51.2240724-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2bdaa332-4d64-40fd-890a-f5d1525a83e7",
"FieldId": "766c912e-ad57-4b61-bf88-c108a6b08a47",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2bdaa332-4d64-40fd-890a-f5d1525a83e7",
"FieldId": "766c912e-ad57-4b61-bf88-c108a6b08a47",
"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": "f1e6df4a-cf68-4d95-9649-43b579ae06f7",
"CreateDate": "2026-03-25T23:23:51.2240724-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-25T23:23:51.2240724-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": "f1bac36e-5bf0-48d0-8bd0-3e0593ef34ed",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f9fd8282-369c-4085-a565-a1da0504fd30",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "679fe2c9-b7bc-4d3e-8ad1-7df6fb93d5a6",
"CreateDate": "2026-03-25T23:23:51.2240724-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-25T23:23:51.2240724-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-25T23:23:51.2240724-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "929f3d12-4379-4070-b471-7aa7d844fba7",
"Section": {
"FormTypeSectionId": "3deb8312-f26e-462e-a980-505f998995a3",
"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": "6e054c78-9f75-47b1-acdb-595973343f57",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5181ee4c-93af-4dff-ba2d-72725d72971e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "4e63ea32-54d7-4e52-9ee6-7e9fd3fddce7",
"CreateDate": "2026-03-25T23:23:51.2240724-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-25T23:23:51.2240724-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "854091df-e097-4c8b-85f1-6695a8559f66",
"FieldId": "e156deee-0241-439e-8f4c-321b5b707fa0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "854091df-e097-4c8b-85f1-6695a8559f66",
"FieldId": "e156deee-0241-439e-8f4c-321b5b707fa0",
"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": "929f3d12-4379-4070-b471-7aa7d844fba7",
"Section": {
"FormTypeSectionId": "3deb8312-f26e-462e-a980-505f998995a3",
"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": "6e054c78-9f75-47b1-acdb-595973343f57",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5181ee4c-93af-4dff-ba2d-72725d72971e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "4e63ea32-54d7-4e52-9ee6-7e9fd3fddce7",
"CreateDate": "2026-03-25T23:23:51.2240724-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-25T23:23:51.2240724-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "854091df-e097-4c8b-85f1-6695a8559f66",
"FieldId": "e156deee-0241-439e-8f4c-321b5b707fa0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "854091df-e097-4c8b-85f1-6695a8559f66",
"FieldId": "e156deee-0241-439e-8f4c-321b5b707fa0",
"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": "eb40b156-5d03-4ca8-8658-a064c0428a38",
"CreateDate": "2026-03-25T23:23:51.2240724-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-25T23:23:51.2240724-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}