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": "fda58f84-1ca3-4f85-9a46-513a229f791f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ef1157cf-eacd-4709-b808-6caabcb8bbf8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ccb9bc0c-c002-4cab-b7a3-7ef685681845",
"CreateDate": "2026-04-01T21:18:12.423067-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-01T21:18:12.423067-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-01T21:18:12.423067-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "9e785432-88a7-45ea-ae25-0fc8c6c26917",
"Section": {
"FormTypeSectionId": "61779497-92a1-4514-9c30-db0f5448c051",
"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": "1da43a5b-eeb6-467c-9721-06c1cbd19f89",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5bed5c19-a9d4-4ff5-8e88-f7bc83c50439",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7340b5f3-09e3-4776-926f-86dbc5adc193",
"CreateDate": "2026-04-01T21:18:12.423067-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-01T21:18:12.423067-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "02c114b8-289e-418a-9bb0-26f1444a75d6",
"FieldId": "354764df-89aa-4fb2-a7e7-77dbb7c05ae3",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "02c114b8-289e-418a-9bb0-26f1444a75d6",
"FieldId": "354764df-89aa-4fb2-a7e7-77dbb7c05ae3",
"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": "9e785432-88a7-45ea-ae25-0fc8c6c26917",
"Section": {
"FormTypeSectionId": "61779497-92a1-4514-9c30-db0f5448c051",
"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": "1da43a5b-eeb6-467c-9721-06c1cbd19f89",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5bed5c19-a9d4-4ff5-8e88-f7bc83c50439",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7340b5f3-09e3-4776-926f-86dbc5adc193",
"CreateDate": "2026-04-01T21:18:12.423067-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-01T21:18:12.423067-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "02c114b8-289e-418a-9bb0-26f1444a75d6",
"FieldId": "354764df-89aa-4fb2-a7e7-77dbb7c05ae3",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "02c114b8-289e-418a-9bb0-26f1444a75d6",
"FieldId": "354764df-89aa-4fb2-a7e7-77dbb7c05ae3",
"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": "39e5b3f4-f0e2-48a4-a91c-288741613eed",
"CreateDate": "2026-04-01T21:18:12.423067-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-01T21:18:12.423067-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": "748cf113-ceb4-431e-bb21-372385b1d533",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "19607e97-d382-452f-af70-9f43f317f66d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3aca57f7-295c-4198-aedf-146a944e059c",
"CreateDate": "2026-04-01T21:18:12.423067-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-01T21:18:12.423067-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-01T21:18:12.423067-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "682f5777-eb40-41ee-a5e9-04a1f54f0148",
"Section": {
"FormTypeSectionId": "5db9eda1-21c2-4668-945f-7842c916ded7",
"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": "fcaad3c9-b40f-4fa3-b7b0-f20c091870a6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "59ce8151-ceea-49e1-a287-65ac387c8866",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "49dcf85b-cd1e-4ba3-a33f-3531cc34ce92",
"CreateDate": "2026-04-01T21:18:12.423067-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-01T21:18:12.423067-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c253a089-61c2-4b2f-80d6-6e2c6e13f554",
"FieldId": "49e7bf25-08a3-4996-990f-0de0aba3da17",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c253a089-61c2-4b2f-80d6-6e2c6e13f554",
"FieldId": "49e7bf25-08a3-4996-990f-0de0aba3da17",
"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": "682f5777-eb40-41ee-a5e9-04a1f54f0148",
"Section": {
"FormTypeSectionId": "5db9eda1-21c2-4668-945f-7842c916ded7",
"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": "fcaad3c9-b40f-4fa3-b7b0-f20c091870a6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "59ce8151-ceea-49e1-a287-65ac387c8866",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "49dcf85b-cd1e-4ba3-a33f-3531cc34ce92",
"CreateDate": "2026-04-01T21:18:12.423067-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-01T21:18:12.423067-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c253a089-61c2-4b2f-80d6-6e2c6e13f554",
"FieldId": "49e7bf25-08a3-4996-990f-0de0aba3da17",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c253a089-61c2-4b2f-80d6-6e2c6e13f554",
"FieldId": "49e7bf25-08a3-4996-990f-0de0aba3da17",
"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": "c55cf1d7-1795-40cf-9e31-50b90855e333",
"CreateDate": "2026-04-01T21:18:12.423067-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-01T21:18:12.423067-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}