lock
POST
api/FormRunner/v1/Submit
Published form submission
EXPANDexpand_more
Request Information
Roles
URI Parameters
None.
Body Parameters
Form Submission data
FormSubmissionModelName | Description | Type | Additional information |
---|---|---|---|
Data | Dictionary of string [key] and Dictionary of string [key] and Object [value] [value] |
None. |
|
UserSeq | integer |
None. |
|
FormSeq | integer |
None. |
|
TenantCode | string |
None. |
|
FormType | OnlineFormEditoSubmissionTypes |
None. |
Request Formats
{ "Data": { "sample string 1": { "sample string 1": {}, "sample string 3": {} }, "sample string 2": { "sample string 1": {}, "sample string 3": {} } }, "UserSeq": 1, "FormSeq": 1, "TenantCode": "sample string 2", "FormType": 0 }
<FormSubmissionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.OnlineEditor"> <Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringArrayOfKeyValueOfstringanyTypety7Ep6D1> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> </d2p1:Value> </d2p1:KeyValueOfstringArrayOfKeyValueOfstringanyTypety7Ep6D1> <d2p1:KeyValueOfstringArrayOfKeyValueOfstringanyTypety7Ep6D1> <d2p1:Key>sample string 2</d2p1:Key> <d2p1:Value> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> </d2p1:Value> </d2p1:KeyValueOfstringArrayOfKeyValueOfstringanyTypety7Ep6D1> </Data> <FormSeq>1</FormSeq> <FormType>SynergeticApplication</FormType> <TenantCode>sample string 2</TenantCode> <UserSeq>1</UserSeq> </FormSubmissionModel>
Sample not available.
EXPANDexpand_more
Response Information
Resource Description
Sequence of the submitted data
integerResponse Formats
1
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>