POST Forms
Creates a new form.
Request Information
URI Parameters
None.
Body Parameters
The form to create. FormId should not be filled in.
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": "5ea5b280-bfda-4dd7-a476-3c23af03b459",
"Asset": {
"AssetId": "f786efcf-db8d-4d33-90cb-a9035b00cf3b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "84fa83e0-0a6f-4fc9-9130-ecbfc33ec985",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ee02036e-f9d5-45b5-9089-7593acd58120",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ad4b901e-6295-44a8-a998-a71b2836d3f9",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-04T05:10:48.2855557-08:00",
"MeasurementValueNeededDate": "2026-03-04T05:10:48.2855557-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "fb5ea65b-3068-42bc-9509-e9fdaf5ebec0",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-04T05:10:48.2855557-08:00",
"MeasurementValueNeededDate": "2026-03-04T05:10:48.2855557-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0027e25b-84cd-4332-9fc7-479c22715ab6",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "117101b0-319a-4215-ba09-430a31214999",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "84fa83e0-0a6f-4fc9-9130-ecbfc33ec985",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ee02036e-f9d5-45b5-9089-7593acd58120",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-04T05:10:48.2855557-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "e39cd6af-e8de-400f-bf03-e731b60155e7",
"Section": {
"FormTypeSectionId": "902e4802-ac68-48e7-9b91-9bedfe0b0a30",
"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": "81ba5c64-1690-49ec-9064-a6890f6c80c5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "30e749ca-bd95-46d1-b197-3b2e0b7f0b38",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f680cbff-0dd2-4a9a-957d-dc8543601a80",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "03ba299c-4efb-445a-9ec8-ecbc3f8ed681",
"FieldId": "2dbab943-6322-408c-8e57-a33b03cd4abe",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "03ba299c-4efb-445a-9ec8-ecbc3f8ed681",
"FieldId": "2dbab943-6322-408c-8e57-a33b03cd4abe",
"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": "e39cd6af-e8de-400f-bf03-e731b60155e7",
"Section": {
"FormTypeSectionId": "902e4802-ac68-48e7-9b91-9bedfe0b0a30",
"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": "81ba5c64-1690-49ec-9064-a6890f6c80c5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "30e749ca-bd95-46d1-b197-3b2e0b7f0b38",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f680cbff-0dd2-4a9a-957d-dc8543601a80",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "03ba299c-4efb-445a-9ec8-ecbc3f8ed681",
"FieldId": "2dbab943-6322-408c-8e57-a33b03cd4abe",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "03ba299c-4efb-445a-9ec8-ecbc3f8ed681",
"FieldId": "2dbab943-6322-408c-8e57-a33b03cd4abe",
"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": "5e3d1775-ca38-45fa-a2f0-26b68b482863",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-03-04T05:10:48.2855557-08:00",
"Location": "sample string 1",
"TaskId": "a93f09f4-1ab3-428b-9ce8-043943c16bb9",
"Values": [
{
"FormFieldValueId": "85516b3d-99bf-4350-b9bc-25c563fcb562",
"FormId": "722adaad-23c2-4f33-82a6-79bbb9874d69",
"FormTypeField": {
"FormTypeFieldId": "e39cd6af-e8de-400f-bf03-e731b60155e7",
"FormType": {
"FormTypeId": "117101b0-319a-4215-ba09-430a31214999",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "84fa83e0-0a6f-4fc9-9130-ecbfc33ec985",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ee02036e-f9d5-45b5-9089-7593acd58120",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-04T05:10:48.2855557-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "5e3d1775-ca38-45fa-a2f0-26b68b482863",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "902e4802-ac68-48e7-9b91-9bedfe0b0a30",
"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": "81ba5c64-1690-49ec-9064-a6890f6c80c5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "30e749ca-bd95-46d1-b197-3b2e0b7f0b38",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f680cbff-0dd2-4a9a-957d-dc8543601a80",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "03ba299c-4efb-445a-9ec8-ecbc3f8ed681",
"FieldId": "2dbab943-6322-408c-8e57-a33b03cd4abe",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "03ba299c-4efb-445a-9ec8-ecbc3f8ed681",
"FieldId": "2dbab943-6322-408c-8e57-a33b03cd4abe",
"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": "85516b3d-99bf-4350-b9bc-25c563fcb562",
"FormId": "722adaad-23c2-4f33-82a6-79bbb9874d69",
"FormTypeField": {
"FormTypeFieldId": "e39cd6af-e8de-400f-bf03-e731b60155e7",
"FormType": {
"FormTypeId": "117101b0-319a-4215-ba09-430a31214999",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "84fa83e0-0a6f-4fc9-9130-ecbfc33ec985",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ee02036e-f9d5-45b5-9089-7593acd58120",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-04T05:10:48.2855557-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "5e3d1775-ca38-45fa-a2f0-26b68b482863",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "902e4802-ac68-48e7-9b91-9bedfe0b0a30",
"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": "81ba5c64-1690-49ec-9064-a6890f6c80c5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "30e749ca-bd95-46d1-b197-3b2e0b7f0b38",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f680cbff-0dd2-4a9a-957d-dc8543601a80",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "03ba299c-4efb-445a-9ec8-ecbc3f8ed681",
"FieldId": "2dbab943-6322-408c-8e57-a33b03cd4abe",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "03ba299c-4efb-445a-9ec8-ecbc3f8ed681",
"FieldId": "2dbab943-6322-408c-8e57-a33b03cd4abe",
"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": "6eec5b0a-036a-4911-beb8-3e6bdf5d8a9d",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 5"
}
Response Information
Resource Description
On success, the created form.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Form |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"FormId": "4b2021c3-0bd3-4150-b189-b3ee862bb5fb",
"Asset": {
"AssetId": "125810f5-9ff0-4fa2-b169-f2397ab52189",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e035a7c8-62a5-4b38-88d8-f5e1d4ba1a89",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e108fb62-dd7e-439b-9428-1b81607e0792",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "cbefd1e6-ba37-4318-8d96-8459a8392423",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-04T05:10:48.2855557-08:00",
"MeasurementValueNeededDate": "2026-03-04T05:10:48.2855557-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "98828655-ea36-4083-a487-699de9ea1812",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-04T05:10:48.2855557-08:00",
"MeasurementValueNeededDate": "2026-03-04T05:10:48.2855557-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d7abdac7-618a-485f-8d5b-854cb7c74816",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "6b0cc3b1-0bec-4857-8ef1-dc37c6a7e7b4",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e035a7c8-62a5-4b38-88d8-f5e1d4ba1a89",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e108fb62-dd7e-439b-9428-1b81607e0792",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-04T05:10:48.2855557-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "b66d438d-9081-4ec9-bb3c-cb4c097b3379",
"Section": {
"FormTypeSectionId": "f8f3f29e-62d7-4de8-808f-5e567e354ef7",
"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": "7891a813-b24b-4cb4-92e8-d25415b8df79",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e0399437-d3d2-47fe-a5cd-ca31b828f185",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "370c87b4-a3bf-41cc-a8a6-fcb427527d39",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c134ce1b-b86c-4555-ba21-d2dbd1c00421",
"FieldId": "5875d275-6134-4149-a499-18fdaafb069c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c134ce1b-b86c-4555-ba21-d2dbd1c00421",
"FieldId": "5875d275-6134-4149-a499-18fdaafb069c",
"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": "b66d438d-9081-4ec9-bb3c-cb4c097b3379",
"Section": {
"FormTypeSectionId": "f8f3f29e-62d7-4de8-808f-5e567e354ef7",
"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": "7891a813-b24b-4cb4-92e8-d25415b8df79",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e0399437-d3d2-47fe-a5cd-ca31b828f185",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "370c87b4-a3bf-41cc-a8a6-fcb427527d39",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c134ce1b-b86c-4555-ba21-d2dbd1c00421",
"FieldId": "5875d275-6134-4149-a499-18fdaafb069c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c134ce1b-b86c-4555-ba21-d2dbd1c00421",
"FieldId": "5875d275-6134-4149-a499-18fdaafb069c",
"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": "644ee0fb-2378-46f5-b06e-da64ac6ac989",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-03-04T05:10:48.2855557-08:00",
"Location": "sample string 1",
"TaskId": "46bb6135-6aba-4979-a933-0aec4ccfd010",
"Values": [
{
"FormFieldValueId": "c848e7b0-3afe-4243-b067-f230356502d3",
"FormId": "f1087423-a5d9-448c-8c37-f0bed9791abf",
"FormTypeField": {
"FormTypeFieldId": "b66d438d-9081-4ec9-bb3c-cb4c097b3379",
"FormType": {
"FormTypeId": "6b0cc3b1-0bec-4857-8ef1-dc37c6a7e7b4",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e035a7c8-62a5-4b38-88d8-f5e1d4ba1a89",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e108fb62-dd7e-439b-9428-1b81607e0792",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-04T05:10:48.2855557-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "644ee0fb-2378-46f5-b06e-da64ac6ac989",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "f8f3f29e-62d7-4de8-808f-5e567e354ef7",
"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": "7891a813-b24b-4cb4-92e8-d25415b8df79",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e0399437-d3d2-47fe-a5cd-ca31b828f185",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "370c87b4-a3bf-41cc-a8a6-fcb427527d39",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c134ce1b-b86c-4555-ba21-d2dbd1c00421",
"FieldId": "5875d275-6134-4149-a499-18fdaafb069c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c134ce1b-b86c-4555-ba21-d2dbd1c00421",
"FieldId": "5875d275-6134-4149-a499-18fdaafb069c",
"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": "c848e7b0-3afe-4243-b067-f230356502d3",
"FormId": "f1087423-a5d9-448c-8c37-f0bed9791abf",
"FormTypeField": {
"FormTypeFieldId": "b66d438d-9081-4ec9-bb3c-cb4c097b3379",
"FormType": {
"FormTypeId": "6b0cc3b1-0bec-4857-8ef1-dc37c6a7e7b4",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e035a7c8-62a5-4b38-88d8-f5e1d4ba1a89",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e108fb62-dd7e-439b-9428-1b81607e0792",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-04T05:10:48.2855557-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "644ee0fb-2378-46f5-b06e-da64ac6ac989",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "f8f3f29e-62d7-4de8-808f-5e567e354ef7",
"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": "7891a813-b24b-4cb4-92e8-d25415b8df79",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e0399437-d3d2-47fe-a5cd-ca31b828f185",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "370c87b4-a3bf-41cc-a8a6-fcb427527d39",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c134ce1b-b86c-4555-ba21-d2dbd1c00421",
"FieldId": "5875d275-6134-4149-a499-18fdaafb069c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c134ce1b-b86c-4555-ba21-d2dbd1c00421",
"FieldId": "5875d275-6134-4149-a499-18fdaafb069c",
"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": "b199433f-f75e-4ebb-aa37-3bbf3d6dd35c",
"CreateDate": "2026-03-04T05:10:48.2855557-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-04T05:10:48.2855557-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}