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": "ff3c44c9-4e0a-4af7-b7d8-d63882d71d1d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "73b2e637-2968-4130-b51e-6720abd14393",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1209a011-1a87-424a-b591-ad450f75f7e9",
"CreateDate": "2026-03-15T02:39:10.3554272-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-15T02:39:10.3554272-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-15T02:39:10.3554272-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "8803f4f8-fd5c-4109-b2a2-c23585bc26d0",
"Section": {
"FormTypeSectionId": "5e08a000-7236-4faf-9ff6-2de7dfade38c",
"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": "e9bfbd12-1e60-491f-b3ea-12bc7f51be61",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "55b3fe96-2bd4-489b-9fb0-851ae3280ed3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8c18b1f8-ee6c-42c7-98cc-8869507ef2a3",
"CreateDate": "2026-03-15T02:39:10.3554272-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-15T02:39:10.3554272-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6c5f8ec7-390e-47a9-8263-6e7e1975f56e",
"FieldId": "4a4e9762-92dc-49e2-b214-b9b43b9d50c2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6c5f8ec7-390e-47a9-8263-6e7e1975f56e",
"FieldId": "4a4e9762-92dc-49e2-b214-b9b43b9d50c2",
"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": "8803f4f8-fd5c-4109-b2a2-c23585bc26d0",
"Section": {
"FormTypeSectionId": "5e08a000-7236-4faf-9ff6-2de7dfade38c",
"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": "e9bfbd12-1e60-491f-b3ea-12bc7f51be61",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "55b3fe96-2bd4-489b-9fb0-851ae3280ed3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8c18b1f8-ee6c-42c7-98cc-8869507ef2a3",
"CreateDate": "2026-03-15T02:39:10.3554272-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-15T02:39:10.3554272-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6c5f8ec7-390e-47a9-8263-6e7e1975f56e",
"FieldId": "4a4e9762-92dc-49e2-b214-b9b43b9d50c2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6c5f8ec7-390e-47a9-8263-6e7e1975f56e",
"FieldId": "4a4e9762-92dc-49e2-b214-b9b43b9d50c2",
"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": "0d9d8173-26c5-4f14-ad80-7c750295728d",
"CreateDate": "2026-03-15T02:39:10.3554272-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-15T02:39:10.3554272-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": "b15a3780-a1f0-4229-835f-f2cb1be5cd24",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9b28ddda-223a-41db-a5fa-0ce82da12519",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "85212244-b5f6-4b23-84d8-c9c9d160b6fb",
"CreateDate": "2026-03-15T02:39:10.3554272-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-15T02:39:10.3554272-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-15T02:39:10.3554272-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "b15939ca-8a30-4b3e-a232-e9ce1689738a",
"Section": {
"FormTypeSectionId": "be69109d-e934-4134-b3d4-fd34bfe7e7c4",
"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": "2ba6bd0c-5298-40a5-9946-b702f635e5ab",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "145d17bb-99db-4d25-8e51-9934512eafd3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "62f9f5db-94a1-4ab2-b067-f913b5fa08f3",
"CreateDate": "2026-03-15T02:39:10.3554272-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-15T02:39:10.3554272-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6f7fc2c3-5630-4964-a206-afd0cafb4d39",
"FieldId": "7519095e-9ace-481a-854d-8574802ed9e4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6f7fc2c3-5630-4964-a206-afd0cafb4d39",
"FieldId": "7519095e-9ace-481a-854d-8574802ed9e4",
"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": "b15939ca-8a30-4b3e-a232-e9ce1689738a",
"Section": {
"FormTypeSectionId": "be69109d-e934-4134-b3d4-fd34bfe7e7c4",
"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": "2ba6bd0c-5298-40a5-9946-b702f635e5ab",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "145d17bb-99db-4d25-8e51-9934512eafd3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "62f9f5db-94a1-4ab2-b067-f913b5fa08f3",
"CreateDate": "2026-03-15T02:39:10.3554272-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-15T02:39:10.3554272-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6f7fc2c3-5630-4964-a206-afd0cafb4d39",
"FieldId": "7519095e-9ace-481a-854d-8574802ed9e4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6f7fc2c3-5630-4964-a206-afd0cafb4d39",
"FieldId": "7519095e-9ace-481a-854d-8574802ed9e4",
"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": "0fc04529-7f75-4315-9573-98f478f4523f",
"CreateDate": "2026-03-15T02:39:10.3554272-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-15T02:39:10.3554272-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}