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": "08a30949-c0cd-4c16-8499-7c67b39ba91e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5ecf2b10-a8a2-48c3-93f3-2bb40bae0ae8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "beb5bab7-3edf-40b0-bc45-863d5d90accf",
"CreateDate": "2026-03-02T02:52:22.0376465-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-02T02:52:22.0376465-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-02T02:52:22.0376465-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "8f39db52-795d-4f7c-bfb6-ddb640459eeb",
"Section": {
"FormTypeSectionId": "76dde301-f659-4f48-8769-075ff02a1df6",
"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": "00878937-7c75-4dea-9f75-3abffd7089f9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2200be5d-8e49-4f6d-98a9-15124abb95f5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "4549332c-099e-498b-afa7-ccaf253edb76",
"CreateDate": "2026-03-02T02:52:22.0376465-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-02T02:52:22.0376465-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "66855603-de7d-4e88-b9dd-cd055eb142f6",
"FieldId": "b02cc659-b273-4512-87a0-e7b314085cee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "66855603-de7d-4e88-b9dd-cd055eb142f6",
"FieldId": "b02cc659-b273-4512-87a0-e7b314085cee",
"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": "8f39db52-795d-4f7c-bfb6-ddb640459eeb",
"Section": {
"FormTypeSectionId": "76dde301-f659-4f48-8769-075ff02a1df6",
"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": "00878937-7c75-4dea-9f75-3abffd7089f9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2200be5d-8e49-4f6d-98a9-15124abb95f5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "4549332c-099e-498b-afa7-ccaf253edb76",
"CreateDate": "2026-03-02T02:52:22.0376465-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-02T02:52:22.0376465-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "66855603-de7d-4e88-b9dd-cd055eb142f6",
"FieldId": "b02cc659-b273-4512-87a0-e7b314085cee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "66855603-de7d-4e88-b9dd-cd055eb142f6",
"FieldId": "b02cc659-b273-4512-87a0-e7b314085cee",
"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": "089bde35-a0df-4301-be31-2f081c851ca3",
"CreateDate": "2026-03-02T02:52:22.0376465-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-02T02:52:22.0376465-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": "60bf3b6d-affa-4423-a4ab-273bbdedfb75",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "281087e1-343e-45ef-b722-41ba2f97e288",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e18762c7-1efb-4cb8-9008-79af36d9bf14",
"CreateDate": "2026-03-02T02:52:22.0532614-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-02T02:52:22.0532614-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-02T02:52:22.0532614-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "b37a357c-4481-48bc-bbdb-f009df797ea0",
"Section": {
"FormTypeSectionId": "6698b142-3d55-4107-a0b1-733801fd3d1a",
"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": "1e0c8e92-2c8b-41cd-a8e0-94433dbc5fa3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5e4a647e-ec2f-42b1-8d10-fc68b0915f5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e7fb72fe-7375-4e08-bcfa-f92cc3d6df78",
"CreateDate": "2026-03-02T02:52:22.0532614-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-02T02:52:22.0532614-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd7e738e-5144-47d9-b6d3-d0421c1f37eb",
"FieldId": "ef98d217-87e8-439b-a005-961d66889eb8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd7e738e-5144-47d9-b6d3-d0421c1f37eb",
"FieldId": "ef98d217-87e8-439b-a005-961d66889eb8",
"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": "b37a357c-4481-48bc-bbdb-f009df797ea0",
"Section": {
"FormTypeSectionId": "6698b142-3d55-4107-a0b1-733801fd3d1a",
"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": "1e0c8e92-2c8b-41cd-a8e0-94433dbc5fa3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5e4a647e-ec2f-42b1-8d10-fc68b0915f5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e7fb72fe-7375-4e08-bcfa-f92cc3d6df78",
"CreateDate": "2026-03-02T02:52:22.0532614-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-02T02:52:22.0532614-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd7e738e-5144-47d9-b6d3-d0421c1f37eb",
"FieldId": "ef98d217-87e8-439b-a005-961d66889eb8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd7e738e-5144-47d9-b6d3-d0421c1f37eb",
"FieldId": "ef98d217-87e8-439b-a005-961d66889eb8",
"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": "0f012783-d8a2-4c7b-8620-4ab878de43d0",
"CreateDate": "2026-03-02T02:52:22.0532614-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-02T02:52:22.0532614-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}