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": "e57d8352-d82b-4d77-b690-1c0e7adaba1a",
"Asset": {
"AssetId": "8c3ca4a2-5a8a-442e-b37e-bed76ebf7cb1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "c19a50d8-8035-4645-8ef7-ee3cb29fb02d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d42ea4de-f964-49ba-ac4a-791705994da3",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d51759f4-f890-41f6-ba8c-9bd428152da8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T13:56:55.2346132-08:00",
"MeasurementValueNeededDate": "2025-12-17T13:56:55.2346132-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "040cb3f6-791d-4b37-a775-761315e02867",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-17T13:56:55.2346132-08:00",
"MeasurementValueNeededDate": "2025-12-17T13:56:55.2346132-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "81867890-dacf-4468-be55-7ef4c7b41997",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "394d5365-a4ee-4394-9e5d-1ff48e3f6bbd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "c19a50d8-8035-4645-8ef7-ee3cb29fb02d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d42ea4de-f964-49ba-ac4a-791705994da3",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T13:56:55.2346132-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "b45ef554-925c-45ae-b5e2-065f9172af22",
"Section": {
"FormTypeSectionId": "639c2d34-4998-4ca4-bd1c-5899995304e1",
"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": "f55c429f-3ba0-4da3-9783-c4714a57a842",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6f7edb85-b74c-4ba0-a66f-fbdfd5a497fd",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "57825784-b65d-4337-99a8-c4191ea66cdc",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "13ef6385-1984-4f58-8658-c215c55c89cd",
"FieldId": "9215b2da-f5ca-488c-b680-550bd38ce9dc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "13ef6385-1984-4f58-8658-c215c55c89cd",
"FieldId": "9215b2da-f5ca-488c-b680-550bd38ce9dc",
"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": "b45ef554-925c-45ae-b5e2-065f9172af22",
"Section": {
"FormTypeSectionId": "639c2d34-4998-4ca4-bd1c-5899995304e1",
"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": "f55c429f-3ba0-4da3-9783-c4714a57a842",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6f7edb85-b74c-4ba0-a66f-fbdfd5a497fd",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "57825784-b65d-4337-99a8-c4191ea66cdc",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "13ef6385-1984-4f58-8658-c215c55c89cd",
"FieldId": "9215b2da-f5ca-488c-b680-550bd38ce9dc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "13ef6385-1984-4f58-8658-c215c55c89cd",
"FieldId": "9215b2da-f5ca-488c-b680-550bd38ce9dc",
"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": "a6ce634d-3c43-4087-968f-1be7104128e7",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2025-12-17T13:56:55.2346132-08:00",
"Location": "sample string 1",
"TaskId": "8f15a94e-047d-431f-afd7-f4023a4832f8",
"Values": [
{
"FormFieldValueId": "afb5730a-f7e3-4a33-9cbd-e0dbf6f62a0d",
"FormId": "c020ca33-8ba7-458a-a553-abd0641fe0f4",
"FormTypeField": {
"FormTypeFieldId": "b45ef554-925c-45ae-b5e2-065f9172af22",
"FormType": {
"FormTypeId": "394d5365-a4ee-4394-9e5d-1ff48e3f6bbd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "c19a50d8-8035-4645-8ef7-ee3cb29fb02d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d42ea4de-f964-49ba-ac4a-791705994da3",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T13:56:55.2346132-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "a6ce634d-3c43-4087-968f-1be7104128e7",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "639c2d34-4998-4ca4-bd1c-5899995304e1",
"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": "f55c429f-3ba0-4da3-9783-c4714a57a842",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6f7edb85-b74c-4ba0-a66f-fbdfd5a497fd",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "57825784-b65d-4337-99a8-c4191ea66cdc",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "13ef6385-1984-4f58-8658-c215c55c89cd",
"FieldId": "9215b2da-f5ca-488c-b680-550bd38ce9dc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "13ef6385-1984-4f58-8658-c215c55c89cd",
"FieldId": "9215b2da-f5ca-488c-b680-550bd38ce9dc",
"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": "afb5730a-f7e3-4a33-9cbd-e0dbf6f62a0d",
"FormId": "c020ca33-8ba7-458a-a553-abd0641fe0f4",
"FormTypeField": {
"FormTypeFieldId": "b45ef554-925c-45ae-b5e2-065f9172af22",
"FormType": {
"FormTypeId": "394d5365-a4ee-4394-9e5d-1ff48e3f6bbd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "c19a50d8-8035-4645-8ef7-ee3cb29fb02d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d42ea4de-f964-49ba-ac4a-791705994da3",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T13:56:55.2346132-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "a6ce634d-3c43-4087-968f-1be7104128e7",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "639c2d34-4998-4ca4-bd1c-5899995304e1",
"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": "f55c429f-3ba0-4da3-9783-c4714a57a842",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6f7edb85-b74c-4ba0-a66f-fbdfd5a497fd",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "57825784-b65d-4337-99a8-c4191ea66cdc",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "13ef6385-1984-4f58-8658-c215c55c89cd",
"FieldId": "9215b2da-f5ca-488c-b680-550bd38ce9dc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "13ef6385-1984-4f58-8658-c215c55c89cd",
"FieldId": "9215b2da-f5ca-488c-b680-550bd38ce9dc",
"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": "2d4452ee-1497-455e-8105-88318cd5c2e5",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-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": "5969eb8e-315a-42d2-9d73-d164065525cf",
"Asset": {
"AssetId": "c02771c2-f618-4d91-8c45-7af41f2e0da4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "6e9d9b13-2fa6-40e3-b44f-f3d2748aa750",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ca99dd19-d4d9-4317-90b2-94bc7e2f6645",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "17c6e5c3-23b6-4f6b-ba80-6d6d358a3873",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T13:56:55.2346132-08:00",
"MeasurementValueNeededDate": "2025-12-17T13:56:55.2346132-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f9f94a8f-e65e-44e1-9af3-4ccb09ac7647",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-17T13:56:55.2346132-08:00",
"MeasurementValueNeededDate": "2025-12-17T13:56:55.2346132-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "535606a9-7470-4f9a-b575-21c25e591994",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "d5a820b2-e6cd-4bb8-92b3-3e19c372cd7d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6e9d9b13-2fa6-40e3-b44f-f3d2748aa750",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ca99dd19-d4d9-4317-90b2-94bc7e2f6645",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T13:56:55.2346132-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "7226439e-65d3-4e96-ac66-045c80e9a9d8",
"Section": {
"FormTypeSectionId": "7a0be0c4-bbf3-44d6-8b9c-c984971105ba",
"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": "7ba77bb2-21bd-49ad-873c-24b20a3d0020",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "80c82117-70a1-4812-a961-a6c868f39064",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "fad41fc1-a461-49dc-9413-87cb717c19a8",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0117149f-9ac4-4456-992e-1e3bb82fcce2",
"FieldId": "f7c84449-2a1a-4143-9f6c-c553ca155fe6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0117149f-9ac4-4456-992e-1e3bb82fcce2",
"FieldId": "f7c84449-2a1a-4143-9f6c-c553ca155fe6",
"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": "7226439e-65d3-4e96-ac66-045c80e9a9d8",
"Section": {
"FormTypeSectionId": "7a0be0c4-bbf3-44d6-8b9c-c984971105ba",
"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": "7ba77bb2-21bd-49ad-873c-24b20a3d0020",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "80c82117-70a1-4812-a961-a6c868f39064",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "fad41fc1-a461-49dc-9413-87cb717c19a8",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0117149f-9ac4-4456-992e-1e3bb82fcce2",
"FieldId": "f7c84449-2a1a-4143-9f6c-c553ca155fe6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0117149f-9ac4-4456-992e-1e3bb82fcce2",
"FieldId": "f7c84449-2a1a-4143-9f6c-c553ca155fe6",
"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": "0b2fe80d-5e48-4fea-acd7-c259c464d3c8",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2025-12-17T13:56:55.2346132-08:00",
"Location": "sample string 1",
"TaskId": "3134307e-cd62-46d1-985b-56b0adc8bda7",
"Values": [
{
"FormFieldValueId": "e41655be-9175-4afb-9385-6d57de058bb7",
"FormId": "03395145-9c02-4edd-b889-809685f92de6",
"FormTypeField": {
"FormTypeFieldId": "7226439e-65d3-4e96-ac66-045c80e9a9d8",
"FormType": {
"FormTypeId": "d5a820b2-e6cd-4bb8-92b3-3e19c372cd7d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6e9d9b13-2fa6-40e3-b44f-f3d2748aa750",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ca99dd19-d4d9-4317-90b2-94bc7e2f6645",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T13:56:55.2346132-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "0b2fe80d-5e48-4fea-acd7-c259c464d3c8",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "7a0be0c4-bbf3-44d6-8b9c-c984971105ba",
"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": "7ba77bb2-21bd-49ad-873c-24b20a3d0020",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "80c82117-70a1-4812-a961-a6c868f39064",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "fad41fc1-a461-49dc-9413-87cb717c19a8",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0117149f-9ac4-4456-992e-1e3bb82fcce2",
"FieldId": "f7c84449-2a1a-4143-9f6c-c553ca155fe6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0117149f-9ac4-4456-992e-1e3bb82fcce2",
"FieldId": "f7c84449-2a1a-4143-9f6c-c553ca155fe6",
"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": "e41655be-9175-4afb-9385-6d57de058bb7",
"FormId": "03395145-9c02-4edd-b889-809685f92de6",
"FormTypeField": {
"FormTypeFieldId": "7226439e-65d3-4e96-ac66-045c80e9a9d8",
"FormType": {
"FormTypeId": "d5a820b2-e6cd-4bb8-92b3-3e19c372cd7d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6e9d9b13-2fa6-40e3-b44f-f3d2748aa750",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ca99dd19-d4d9-4317-90b2-94bc7e2f6645",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T13:56:55.2346132-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "0b2fe80d-5e48-4fea-acd7-c259c464d3c8",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "7a0be0c4-bbf3-44d6-8b9c-c984971105ba",
"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": "7ba77bb2-21bd-49ad-873c-24b20a3d0020",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "80c82117-70a1-4812-a961-a6c868f39064",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "fad41fc1-a461-49dc-9413-87cb717c19a8",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0117149f-9ac4-4456-992e-1e3bb82fcce2",
"FieldId": "f7c84449-2a1a-4143-9f6c-c553ca155fe6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0117149f-9ac4-4456-992e-1e3bb82fcce2",
"FieldId": "f7c84449-2a1a-4143-9f6c-c553ca155fe6",
"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": "f8dfe5eb-7fb8-4894-a05e-e6b8ccd89f6c",
"CreateDate": "2025-12-17T13:56:55.2346132-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-17T13:56:55.2346132-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}