POST api/FormResult/CreateAsync
Request Information
URI Parameters
None.
Body Parameters
ServiceBusMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| EventCode | string |
None. |
|
| MessageSubsId | integer |
None. |
|
| SBMessageId | string |
None. |
|
| AppURI | string |
None. |
|
| FunctionURI | string |
None. |
|
| FullURI | string |
None. |
|
| ReportEventCode | string |
None. |
|
| ReportDataJson | string |
None. |
|
| CustomMessage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventCode": "sample string 1",
"MessageSubsId": 2,
"SBMessageId": "sample string 3",
"AppURI": "sample string 4",
"FunctionURI": "sample string 5",
"FullURI": "sample string 6",
"ReportEventCode": "sample string 7",
"ReportDataJson": "sample string 8",
"CustomMessage": "sample string 9"
}
text/html
Sample:
{"EventCode":"sample string 1","MessageSubsId":2,"SBMessageId":"sample string 3","AppURI":"sample string 4","FunctionURI":"sample string 5","FullURI":"sample string 6","ReportEventCode":"sample string 7","ReportDataJson":"sample string 8","CustomMessage":"sample string 9"}
application/xml, text/xml
Sample:
<ServiceBusMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdIns.DomainModel"> <AppURI>sample string 4</AppURI> <CustomMessage>sample string 9</CustomMessage> <EventCode>sample string 1</EventCode> <FullURI>sample string 6</FullURI> <FunctionURI>sample string 5</FunctionURI> <MessageSubsId>2</MessageSubsId> <ReportDataJson>sample string 8</ReportDataJson> <ReportEventCode>sample string 7</ReportEventCode> <SBMessageId>sample string 3</SBMessageId> </ServiceBusMessage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.