PUT Forms
Updates the given form.
Request Information
URI Parameters
None.
Body Parameters
The form to update
Form| Name | Description | Type | Additional information |
|---|---|---|---|
| FormId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| FormType | FormType |
None. |
|
| EffectiveDate | date |
None. |
|
| Location | string |
None. |
|
| TaskId | globally unique identifier |
None. |
|
| Values | Collection of FormFieldValue |
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:
{
"FormId": "20579158-ceb9-4648-af58-9ee830789f7a",
"Asset": {
"AssetId": "38daef40-7c08-4fe4-8f81-9fc6917395cc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "35485bea-11c6-4a3a-b385-e8ed5a17a697",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3e3596a7-6948-4c35-8467-2803506f1720",
"CreateDate": "2025-12-10T10:58:13.993216-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T10:58:13.993216-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "199146f0-4825-4dd8-9368-c362c8508798",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-10T10:58:13.993216-08:00",
"MeasurementValueNeededDate": "2025-12-10T10:58:13.993216-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1d42c5f3-7ca8-4684-acb9-88e7b4a361a6",
"CreateDate": "2025-12-10T10:58:13.993216-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T10:58:13.993216-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-10T10:58:13.993216-08:00",
"MeasurementValueNeededDate": "2025-12-10T10:58:13.993216-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "be954453-5bdb-448d-9829-9dd33ff71c0a",
"CreateDate": "2025-12-10T10:58:13.993216-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-10T10:58:13.993216-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "189dde94-63d3-49bd-8230-6abaf67a846c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "35485bea-11c6-4a3a-b385-e8ed5a17a697",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3e3596a7-6948-4c35-8467-2803506f1720",
"CreateDate": "2025-12-10T10:58:13.993216-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T10:58:13.993216-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-10T10:58:13.993216-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "3b973767-68be-4c64-bbaa-0651904957ff",
"Section": {
"FormTypeSectionId": "718f5995-abe1-4aad-b201-28e888fb5ba4",
"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": "914af928-ea62-44c5-881b-1afc4958c7d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "374a5ce7-047f-4f2c-a1ea-9356a09b12d8",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0bf15264-04f7-442c-acfb-bc3a9c52f653",
"CreateDate": "2025-12-10T10:58:13.993216-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T10:58:13.993216-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c40357ed-af2f-4635-b985-749de788f216",
"FieldId": "843a890a-a77c-4212-adaf-4af2ab6afb0e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c40357ed-af2f-4635-b985-749de788f216",
"FieldId": "843a890a-a77c-4212-adaf-4af2ab6afb0e",
"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": "3b973767-68be-4c64-bbaa-0651904957ff",
"Section": {
"FormTypeSectionId": "718f5995-abe1-4aad-b201-28e888fb5ba4",
"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": "914af928-ea62-44c5-881b-1afc4958c7d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "374a5ce7-047f-4f2c-a1ea-9356a09b12d8",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0bf15264-04f7-442c-acfb-bc3a9c52f653",
"CreateDate": "2025-12-10T10:58:13.993216-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T10:58:13.993216-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c40357ed-af2f-4635-b985-749de788f216",
"FieldId": "843a890a-a77c-4212-adaf-4af2ab6afb0e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c40357ed-af2f-4635-b985-749de788f216",
"FieldId": "843a890a-a77c-4212-adaf-4af2ab6afb0e",
"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": "9028a0fb-d122-4ae7-9b3d-6270d89486e8",
"CreateDate": "2025-12-10T10:58:13.993216-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T10:58:13.993216-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2025-12-10T10:58:13.993216-08:00",
"Location": "sample string 1",
"TaskId": "bd31ed3d-1134-4872-ad2c-90e167cca3cb",
"Values": [
{
"FormFieldValueId": "52555815-e6f2-4061-bc4e-dea0c1e8ac88",
"FormId": "eb451595-a8ab-4d92-afc2-bb2db63f72ec",
"FormTypeField": {
"FormTypeFieldId": "3b973767-68be-4c64-bbaa-0651904957ff",
"FormType": {
"FormTypeId": "189dde94-63d3-49bd-8230-6abaf67a846c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "35485bea-11c6-4a3a-b385-e8ed5a17a697",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3e3596a7-6948-4c35-8467-2803506f1720",
"CreateDate": "2025-12-10T10:58:13.993216-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T10:58:13.993216-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-10T10:58:13.993216-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "9028a0fb-d122-4ae7-9b3d-6270d89486e8",
"CreateDate": "2025-12-10T10:58:13.993216-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T10:58:13.993216-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "718f5995-abe1-4aad-b201-28e888fb5ba4",
"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": "914af928-ea62-44c5-881b-1afc4958c7d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "374a5ce7-047f-4f2c-a1ea-9356a09b12d8",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0bf15264-04f7-442c-acfb-bc3a9c52f653",
"CreateDate": "2025-12-10T10:58:13.993216-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T10:58:13.993216-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c40357ed-af2f-4635-b985-749de788f216",
"FieldId": "843a890a-a77c-4212-adaf-4af2ab6afb0e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c40357ed-af2f-4635-b985-749de788f216",
"FieldId": "843a890a-a77c-4212-adaf-4af2ab6afb0e",
"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"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
},
{
"FormFieldValueId": "52555815-e6f2-4061-bc4e-dea0c1e8ac88",
"FormId": "eb451595-a8ab-4d92-afc2-bb2db63f72ec",
"FormTypeField": {
"FormTypeFieldId": "3b973767-68be-4c64-bbaa-0651904957ff",
"FormType": {
"FormTypeId": "189dde94-63d3-49bd-8230-6abaf67a846c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "35485bea-11c6-4a3a-b385-e8ed5a17a697",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3e3596a7-6948-4c35-8467-2803506f1720",
"CreateDate": "2025-12-10T10:58:13.993216-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T10:58:13.993216-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-10T10:58:13.993216-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "9028a0fb-d122-4ae7-9b3d-6270d89486e8",
"CreateDate": "2025-12-10T10:58:13.993216-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T10:58:13.993216-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "718f5995-abe1-4aad-b201-28e888fb5ba4",
"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": "914af928-ea62-44c5-881b-1afc4958c7d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "374a5ce7-047f-4f2c-a1ea-9356a09b12d8",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0bf15264-04f7-442c-acfb-bc3a9c52f653",
"CreateDate": "2025-12-10T10:58:13.993216-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T10:58:13.993216-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c40357ed-af2f-4635-b985-749de788f216",
"FieldId": "843a890a-a77c-4212-adaf-4af2ab6afb0e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c40357ed-af2f-4635-b985-749de788f216",
"FieldId": "843a890a-a77c-4212-adaf-4af2ab6afb0e",
"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"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
}
],
"SourceSystemId": "sample string 2",
"CompanyId": "32780182-3c2b-4635-a617-c407962784e4",
"CreateDate": "2025-12-10T10:58:13.993216-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-10T10:58:13.993216-08:00",
"LastModifiedUser": "sample string 5"
}
Response Information
Resource Description
On success, the updated form.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Form |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"FormId": "8a7cd2d4-2f20-41a1-9f7e-8983d6f53a52",
"Asset": {
"AssetId": "a643c63f-b6e3-4011-afcd-d16655152097",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3d3e4626-3c96-4883-af84-c7bd72fb3b25",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a5952649-b332-4a5f-948c-ae43a8f3fe90",
"CreateDate": "2025-12-10T10:58:14.0087894-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T10:58:14.0087894-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "161761cf-b655-4925-8a49-38e211028f30",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-10T10:58:14.0087894-08:00",
"MeasurementValueNeededDate": "2025-12-10T10:58:14.0087894-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bce0bdd0-428b-4989-b726-fa8336950cbd",
"CreateDate": "2025-12-10T10:58:14.0087894-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T10:58:14.0087894-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-10T10:58:14.0087894-08:00",
"MeasurementValueNeededDate": "2025-12-10T10:58:14.0087894-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "04cf25ca-0b62-4c0c-90b0-d65689d95b94",
"CreateDate": "2025-12-10T10:58:14.0087894-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-10T10:58:14.0087894-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "f122641e-d32d-4465-b92d-6daf0871ab7b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3d3e4626-3c96-4883-af84-c7bd72fb3b25",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a5952649-b332-4a5f-948c-ae43a8f3fe90",
"CreateDate": "2025-12-10T10:58:14.0087894-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T10:58:14.0087894-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-10T10:58:14.0087894-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "6161ce1b-503f-44a9-909d-30e1b86c68dc",
"Section": {
"FormTypeSectionId": "3ec05913-5890-4b93-8133-7df727dc8150",
"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": "7249f9cf-b59d-4490-b178-7b9b05e5942d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3dbee0ac-4d81-4494-ba68-502ac1628cbe",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "316a2f26-c0ae-4ed5-814a-6298197fd7f3",
"CreateDate": "2025-12-10T10:58:14.0087894-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T10:58:14.0087894-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "93ade98d-301c-4699-aca4-281be1a7dfe7",
"FieldId": "5d6f3795-44f0-4c5b-a2a9-e0671db59090",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "93ade98d-301c-4699-aca4-281be1a7dfe7",
"FieldId": "5d6f3795-44f0-4c5b-a2a9-e0671db59090",
"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": "6161ce1b-503f-44a9-909d-30e1b86c68dc",
"Section": {
"FormTypeSectionId": "3ec05913-5890-4b93-8133-7df727dc8150",
"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": "7249f9cf-b59d-4490-b178-7b9b05e5942d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3dbee0ac-4d81-4494-ba68-502ac1628cbe",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "316a2f26-c0ae-4ed5-814a-6298197fd7f3",
"CreateDate": "2025-12-10T10:58:14.0087894-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T10:58:14.0087894-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "93ade98d-301c-4699-aca4-281be1a7dfe7",
"FieldId": "5d6f3795-44f0-4c5b-a2a9-e0671db59090",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "93ade98d-301c-4699-aca4-281be1a7dfe7",
"FieldId": "5d6f3795-44f0-4c5b-a2a9-e0671db59090",
"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": "1dc6f017-9266-4d29-a1c8-d6b923016831",
"CreateDate": "2025-12-10T10:58:14.0087894-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T10:58:14.0087894-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2025-12-10T10:58:14.0087894-08:00",
"Location": "sample string 1",
"TaskId": "308ee5e7-c45b-4a8c-b2d4-399840e5e272",
"Values": [
{
"FormFieldValueId": "c3106e7a-ab79-436f-be3a-688cb55f1b47",
"FormId": "e7cf5700-b93d-4a45-91f1-aa6005013889",
"FormTypeField": {
"FormTypeFieldId": "6161ce1b-503f-44a9-909d-30e1b86c68dc",
"FormType": {
"FormTypeId": "f122641e-d32d-4465-b92d-6daf0871ab7b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3d3e4626-3c96-4883-af84-c7bd72fb3b25",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a5952649-b332-4a5f-948c-ae43a8f3fe90",
"CreateDate": "2025-12-10T10:58:14.0087894-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T10:58:14.0087894-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-10T10:58:14.0087894-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1dc6f017-9266-4d29-a1c8-d6b923016831",
"CreateDate": "2025-12-10T10:58:14.0087894-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T10:58:14.0087894-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "3ec05913-5890-4b93-8133-7df727dc8150",
"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": "7249f9cf-b59d-4490-b178-7b9b05e5942d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3dbee0ac-4d81-4494-ba68-502ac1628cbe",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "316a2f26-c0ae-4ed5-814a-6298197fd7f3",
"CreateDate": "2025-12-10T10:58:14.0087894-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T10:58:14.0087894-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "93ade98d-301c-4699-aca4-281be1a7dfe7",
"FieldId": "5d6f3795-44f0-4c5b-a2a9-e0671db59090",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "93ade98d-301c-4699-aca4-281be1a7dfe7",
"FieldId": "5d6f3795-44f0-4c5b-a2a9-e0671db59090",
"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"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
},
{
"FormFieldValueId": "c3106e7a-ab79-436f-be3a-688cb55f1b47",
"FormId": "e7cf5700-b93d-4a45-91f1-aa6005013889",
"FormTypeField": {
"FormTypeFieldId": "6161ce1b-503f-44a9-909d-30e1b86c68dc",
"FormType": {
"FormTypeId": "f122641e-d32d-4465-b92d-6daf0871ab7b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3d3e4626-3c96-4883-af84-c7bd72fb3b25",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a5952649-b332-4a5f-948c-ae43a8f3fe90",
"CreateDate": "2025-12-10T10:58:14.0087894-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T10:58:14.0087894-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-10T10:58:14.0087894-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1dc6f017-9266-4d29-a1c8-d6b923016831",
"CreateDate": "2025-12-10T10:58:14.0087894-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T10:58:14.0087894-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "3ec05913-5890-4b93-8133-7df727dc8150",
"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": "7249f9cf-b59d-4490-b178-7b9b05e5942d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3dbee0ac-4d81-4494-ba68-502ac1628cbe",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "316a2f26-c0ae-4ed5-814a-6298197fd7f3",
"CreateDate": "2025-12-10T10:58:14.0087894-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T10:58:14.0087894-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "93ade98d-301c-4699-aca4-281be1a7dfe7",
"FieldId": "5d6f3795-44f0-4c5b-a2a9-e0671db59090",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "93ade98d-301c-4699-aca4-281be1a7dfe7",
"FieldId": "5d6f3795-44f0-4c5b-a2a9-e0671db59090",
"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"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
}
],
"SourceSystemId": "sample string 2",
"CompanyId": "125699a4-4d60-4c0a-9e29-f6862a7fa6bc",
"CreateDate": "2025-12-10T10:58:14.0087894-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-10T10:58:14.0087894-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}