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": "3ab6c42d-dfac-48e0-9077-849dcefc2063",
"Asset": {
"AssetId": "87fb9bf4-5f08-4165-80ee-ea1bf35725f5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1d45130e-1ebd-44d6-9324-66a5f504d1a5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0c9b7f65-c6c9-4858-a920-bb7c5a295617",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "2a13fafc-4633-4512-b2b3-861837d44e85",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-02T17:37:26.5712579-08:00",
"MeasurementValueNeededDate": "2026-01-02T17:37:26.5712579-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "03f29864-34dc-4f63-a3ec-5cbcb5e59a15",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-02T17:37:26.5712579-08:00",
"MeasurementValueNeededDate": "2026-01-02T17:37:26.5712579-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1d62d0ae-b339-4f11-b8dc-807ad2a6649b",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "bda8ef4e-3150-4732-bea4-261d4a0396ab",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1d45130e-1ebd-44d6-9324-66a5f504d1a5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0c9b7f65-c6c9-4858-a920-bb7c5a295617",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-02T17:37:26.5712579-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "f20dcf7f-5b85-429e-b9a8-3e4b091e755f",
"Section": {
"FormTypeSectionId": "4822c5fd-8e06-45f4-ac06-76681e7b02aa",
"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": "7e717cbd-3dc3-4232-a9f7-4e9d60df62bb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "53fa9e8d-5e9e-42b1-a734-11da539123c1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "970ba681-9722-41bc-a46a-00c7c0db0fe1",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a27a1f01-617b-468f-bde5-2475b72d3e03",
"FieldId": "c7ef6446-bd9c-4a28-85fa-346fc99261e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a27a1f01-617b-468f-bde5-2475b72d3e03",
"FieldId": "c7ef6446-bd9c-4a28-85fa-346fc99261e6",
"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": "f20dcf7f-5b85-429e-b9a8-3e4b091e755f",
"Section": {
"FormTypeSectionId": "4822c5fd-8e06-45f4-ac06-76681e7b02aa",
"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": "7e717cbd-3dc3-4232-a9f7-4e9d60df62bb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "53fa9e8d-5e9e-42b1-a734-11da539123c1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "970ba681-9722-41bc-a46a-00c7c0db0fe1",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a27a1f01-617b-468f-bde5-2475b72d3e03",
"FieldId": "c7ef6446-bd9c-4a28-85fa-346fc99261e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a27a1f01-617b-468f-bde5-2475b72d3e03",
"FieldId": "c7ef6446-bd9c-4a28-85fa-346fc99261e6",
"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": "8b2a17d4-c5c4-44bf-9130-87fa496715e8",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-01-02T17:37:26.5712579-08:00",
"Location": "sample string 1",
"TaskId": "99032233-30b9-4eeb-ad4f-6b64635ff9b4",
"Values": [
{
"FormFieldValueId": "d20d0bf5-3c7d-4bf0-b8ee-c92584570cde",
"FormId": "21a0dd69-1505-4782-9b41-71b64464d48c",
"FormTypeField": {
"FormTypeFieldId": "f20dcf7f-5b85-429e-b9a8-3e4b091e755f",
"FormType": {
"FormTypeId": "bda8ef4e-3150-4732-bea4-261d4a0396ab",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1d45130e-1ebd-44d6-9324-66a5f504d1a5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0c9b7f65-c6c9-4858-a920-bb7c5a295617",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-02T17:37:26.5712579-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "8b2a17d4-c5c4-44bf-9130-87fa496715e8",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "4822c5fd-8e06-45f4-ac06-76681e7b02aa",
"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": "7e717cbd-3dc3-4232-a9f7-4e9d60df62bb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "53fa9e8d-5e9e-42b1-a734-11da539123c1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "970ba681-9722-41bc-a46a-00c7c0db0fe1",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a27a1f01-617b-468f-bde5-2475b72d3e03",
"FieldId": "c7ef6446-bd9c-4a28-85fa-346fc99261e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a27a1f01-617b-468f-bde5-2475b72d3e03",
"FieldId": "c7ef6446-bd9c-4a28-85fa-346fc99261e6",
"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": "d20d0bf5-3c7d-4bf0-b8ee-c92584570cde",
"FormId": "21a0dd69-1505-4782-9b41-71b64464d48c",
"FormTypeField": {
"FormTypeFieldId": "f20dcf7f-5b85-429e-b9a8-3e4b091e755f",
"FormType": {
"FormTypeId": "bda8ef4e-3150-4732-bea4-261d4a0396ab",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1d45130e-1ebd-44d6-9324-66a5f504d1a5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0c9b7f65-c6c9-4858-a920-bb7c5a295617",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-02T17:37:26.5712579-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "8b2a17d4-c5c4-44bf-9130-87fa496715e8",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "4822c5fd-8e06-45f4-ac06-76681e7b02aa",
"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": "7e717cbd-3dc3-4232-a9f7-4e9d60df62bb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "53fa9e8d-5e9e-42b1-a734-11da539123c1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "970ba681-9722-41bc-a46a-00c7c0db0fe1",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a27a1f01-617b-468f-bde5-2475b72d3e03",
"FieldId": "c7ef6446-bd9c-4a28-85fa-346fc99261e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a27a1f01-617b-468f-bde5-2475b72d3e03",
"FieldId": "c7ef6446-bd9c-4a28-85fa-346fc99261e6",
"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": "01010e67-7dc3-4068-9a01-500e57e44687",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-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": "839ec43c-388c-4fa6-8fbf-00741721b858",
"Asset": {
"AssetId": "4cad2408-fae4-4604-ac39-2a6b4a341802",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "635b1309-5c0f-4808-a0bc-d7886e8acf7b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bd4a4223-0459-4107-bfcc-8e22f9c69f8a",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "4156b5f1-179c-4188-b224-4a4df6a3ba77",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-02T17:37:26.5712579-08:00",
"MeasurementValueNeededDate": "2026-01-02T17:37:26.5712579-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f133f381-f7c7-49c7-8569-3d291e189650",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-02T17:37:26.5712579-08:00",
"MeasurementValueNeededDate": "2026-01-02T17:37:26.5712579-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "99c40855-287a-4cbb-8d2b-dee42c019a7c",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "8a41233b-702b-4765-a737-28cebe1eff05",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "635b1309-5c0f-4808-a0bc-d7886e8acf7b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bd4a4223-0459-4107-bfcc-8e22f9c69f8a",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-02T17:37:26.5712579-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "c744b99a-8ce7-4b45-9b06-ab51f4fd9c8d",
"Section": {
"FormTypeSectionId": "512f5d51-aea3-45f6-bedb-f548ff66bdff",
"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": "850b276b-2b6a-48c3-9a94-dda5fe5720e6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "98f44c5e-eb49-47ef-9923-caf23bf3a1a6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c502f13-20a9-428d-badf-404d0e4adfbe",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "018beb8c-2557-4abd-ae80-d41bce0afddf",
"FieldId": "6840bd93-4c58-4982-b6f4-0101bd582ee6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "018beb8c-2557-4abd-ae80-d41bce0afddf",
"FieldId": "6840bd93-4c58-4982-b6f4-0101bd582ee6",
"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": "c744b99a-8ce7-4b45-9b06-ab51f4fd9c8d",
"Section": {
"FormTypeSectionId": "512f5d51-aea3-45f6-bedb-f548ff66bdff",
"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": "850b276b-2b6a-48c3-9a94-dda5fe5720e6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "98f44c5e-eb49-47ef-9923-caf23bf3a1a6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c502f13-20a9-428d-badf-404d0e4adfbe",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "018beb8c-2557-4abd-ae80-d41bce0afddf",
"FieldId": "6840bd93-4c58-4982-b6f4-0101bd582ee6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "018beb8c-2557-4abd-ae80-d41bce0afddf",
"FieldId": "6840bd93-4c58-4982-b6f4-0101bd582ee6",
"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": "edbe337a-3e38-4f37-bd6c-f8b0c0c0607e",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-01-02T17:37:26.5712579-08:00",
"Location": "sample string 1",
"TaskId": "f5811604-0d6d-42f1-ae94-dc8c8311a325",
"Values": [
{
"FormFieldValueId": "7d9bd0ae-7db7-4e18-a412-dfb337ebf56f",
"FormId": "b3fb7f00-1c2b-49ea-b1ec-6e36f7f0f627",
"FormTypeField": {
"FormTypeFieldId": "c744b99a-8ce7-4b45-9b06-ab51f4fd9c8d",
"FormType": {
"FormTypeId": "8a41233b-702b-4765-a737-28cebe1eff05",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "635b1309-5c0f-4808-a0bc-d7886e8acf7b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bd4a4223-0459-4107-bfcc-8e22f9c69f8a",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-02T17:37:26.5712579-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "edbe337a-3e38-4f37-bd6c-f8b0c0c0607e",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "512f5d51-aea3-45f6-bedb-f548ff66bdff",
"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": "850b276b-2b6a-48c3-9a94-dda5fe5720e6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "98f44c5e-eb49-47ef-9923-caf23bf3a1a6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c502f13-20a9-428d-badf-404d0e4adfbe",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "018beb8c-2557-4abd-ae80-d41bce0afddf",
"FieldId": "6840bd93-4c58-4982-b6f4-0101bd582ee6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "018beb8c-2557-4abd-ae80-d41bce0afddf",
"FieldId": "6840bd93-4c58-4982-b6f4-0101bd582ee6",
"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": "7d9bd0ae-7db7-4e18-a412-dfb337ebf56f",
"FormId": "b3fb7f00-1c2b-49ea-b1ec-6e36f7f0f627",
"FormTypeField": {
"FormTypeFieldId": "c744b99a-8ce7-4b45-9b06-ab51f4fd9c8d",
"FormType": {
"FormTypeId": "8a41233b-702b-4765-a737-28cebe1eff05",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "635b1309-5c0f-4808-a0bc-d7886e8acf7b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bd4a4223-0459-4107-bfcc-8e22f9c69f8a",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-02T17:37:26.5712579-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "edbe337a-3e38-4f37-bd6c-f8b0c0c0607e",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "512f5d51-aea3-45f6-bedb-f548ff66bdff",
"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": "850b276b-2b6a-48c3-9a94-dda5fe5720e6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "98f44c5e-eb49-47ef-9923-caf23bf3a1a6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c502f13-20a9-428d-badf-404d0e4adfbe",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "018beb8c-2557-4abd-ae80-d41bce0afddf",
"FieldId": "6840bd93-4c58-4982-b6f4-0101bd582ee6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "018beb8c-2557-4abd-ae80-d41bce0afddf",
"FieldId": "6840bd93-4c58-4982-b6f4-0101bd582ee6",
"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": "62a61cde-0f99-4e78-8c5f-9b17f449769e",
"CreateDate": "2026-01-02T17:37:26.5712579-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-02T17:37:26.5712579-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}