post https://yourorgsite.com/api/FormResponse/_execute
Executes an operation of FormResponse
With the FormResponse service, you can perform the following operations on the execute endpoint:
- FormResponseValidationRequest
FormResponseValidationRequest
BODY PARAMS:
{
"$type": "Asi.Soa.Communications.DataContracts.FormResponseValidationRequest, Asi.Contracts",
"EntityTypeName": "FormResponse",
"OperationName": null,
"FormResponse": {
"$type": "Asi.Soa.Communications.DataContracts.FormResponseData, Asi.Contracts"
},
"FormSections": {
"$type": "Asi.Soa.Communications.DataContracts.FormDefinitionSectionDataCollection, Asi.Contracts"
},
"RequestCulture": "string value"
}