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": "1ce97941-a112-46ed-ac39-d5b08d5bfa1f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "c7088dbd-810d-4356-aba8-f70ca1170ae4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f951da96-4506-4a61-8c97-d8b205c83e89",
"CreateDate": "2026-06-30T11:44:47.3738185-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-30T11:44:47.3738185-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-30T11:44:47.3738185-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "58e86434-386a-42fa-8947-506b47550237",
"Section": {
"FormTypeSectionId": "fbbc4f3a-e38c-4c21-af44-c3e19dfce274",
"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": "b6d1d807-c5b7-4bc5-9baa-672f48a157e2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c922d37e-4d44-4cb4-b6cf-8097422a98d6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "54853fd1-2043-4f50-b6c3-67c0e1618a4d",
"CreateDate": "2026-06-30T11:44:47.3738185-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-30T11:44:47.3738185-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4307d9ae-466a-4816-8f10-178ea2ce779c",
"FieldId": "dc756024-3755-4da2-ad2d-3998603bb69a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4307d9ae-466a-4816-8f10-178ea2ce779c",
"FieldId": "dc756024-3755-4da2-ad2d-3998603bb69a",
"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": "58e86434-386a-42fa-8947-506b47550237",
"Section": {
"FormTypeSectionId": "fbbc4f3a-e38c-4c21-af44-c3e19dfce274",
"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": "b6d1d807-c5b7-4bc5-9baa-672f48a157e2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c922d37e-4d44-4cb4-b6cf-8097422a98d6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "54853fd1-2043-4f50-b6c3-67c0e1618a4d",
"CreateDate": "2026-06-30T11:44:47.3738185-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-30T11:44:47.3738185-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4307d9ae-466a-4816-8f10-178ea2ce779c",
"FieldId": "dc756024-3755-4da2-ad2d-3998603bb69a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4307d9ae-466a-4816-8f10-178ea2ce779c",
"FieldId": "dc756024-3755-4da2-ad2d-3998603bb69a",
"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": "14e663ef-ef73-49f6-8415-84147d2766b9",
"CreateDate": "2026-06-30T11:44:47.3894301-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-30T11:44:47.3894301-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": "34258f80-a64e-4f04-b695-f9a05dc16698",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3acb0f4d-2eac-464c-afad-ff8a0b70f126",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6f2a6dce-6a40-4ec2-9012-f329418cc334",
"CreateDate": "2026-06-30T11:44:47.3894301-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-30T11:44:47.3894301-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-30T11:44:47.3894301-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "9a9baf32-2551-4db4-a22a-7d3131d634cc",
"Section": {
"FormTypeSectionId": "fe91155e-ab8d-4bb8-ad87-1ce0d62f0466",
"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": "5cc4b0f1-d9c1-416e-b11f-4b4ddbb5d366",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "070e0acf-b256-4367-9251-f154c46c6c58",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d71ffd78-e12f-4904-8ca6-13bac238df74",
"CreateDate": "2026-06-30T11:44:47.3894301-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-30T11:44:47.3894301-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4050b6f1-6686-4a88-b899-b4c5ac107ef5",
"FieldId": "9c7ccaf4-3bb7-4c05-a454-ddd53632725c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4050b6f1-6686-4a88-b899-b4c5ac107ef5",
"FieldId": "9c7ccaf4-3bb7-4c05-a454-ddd53632725c",
"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": "9a9baf32-2551-4db4-a22a-7d3131d634cc",
"Section": {
"FormTypeSectionId": "fe91155e-ab8d-4bb8-ad87-1ce0d62f0466",
"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": "5cc4b0f1-d9c1-416e-b11f-4b4ddbb5d366",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "070e0acf-b256-4367-9251-f154c46c6c58",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d71ffd78-e12f-4904-8ca6-13bac238df74",
"CreateDate": "2026-06-30T11:44:47.3894301-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-30T11:44:47.3894301-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4050b6f1-6686-4a88-b899-b4c5ac107ef5",
"FieldId": "9c7ccaf4-3bb7-4c05-a454-ddd53632725c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4050b6f1-6686-4a88-b899-b4c5ac107ef5",
"FieldId": "9c7ccaf4-3bb7-4c05-a454-ddd53632725c",
"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": "400df5bf-7673-4d29-a9e1-929e65c49820",
"CreateDate": "2026-06-30T11:44:47.3894301-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-30T11:44:47.3894301-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}