HomeGuidesAPI ReferenceChangelogDiscussions
GuidesiMIS ProfessionaliMIS EnterpriseClient SupportLog In
API Reference
These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Executes a FormResponse operation

Executes an operation of FormResponse

With the FormResponse service, you can perform the following operation on the execute endpoint:

  • ValidateFormSections

ValidateFormSections

BODY PARAMS:
{
    "$type": "Asi.Soa.Communications.DataContracts.FormResponseValidationRequest, Asi.Contracts",
    "EntityTypeName": "FormResponse",
    "OperationName": "ValidateFormSections",
    "FormResponse": {
        "$type": "Asi.Soa.Communications.DataContracts.FormResponseData, Asi.Contracts"
    },
    "FormSections": {
        "$type": "Asi.Soa.Communications.DataContracts.FormDefinitionSectionDataCollection, Asi.Contracts"
    }
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!