POST SurveyCrises/SubmitCrisisSurvey
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.CrisisSurveySubmitRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SurveySubmissionId | integer |
None. |
|
| SectorIds | Collection of string |
None. |
|
| BusinessLocation | string |
None. |
|
| OrganizationSize | string |
None. |
|
| ExposuresJson | string |
None. |
|
| AspectsJson | string |
None. |
|
| ConcernsJson | string |
None. |
|
| StrategyIds | Collection of integer |
None. |
|
| OtherStrategyText | string |
None. |
|
| DaysOfInventoryLeft | integer |
None. |
|
| HasAttachment | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SurveySubmissionId": 1,
"SectorIds": [
"sample string 1",
"sample string 2"
],
"BusinessLocation": "sample string 1",
"OrganizationSize": "sample string 2",
"ExposuresJson": "sample string 3",
"AspectsJson": "sample string 4",
"ConcernsJson": "sample string 5",
"StrategyIds": [
1,
2
],
"OtherStrategyText": "sample string 6",
"DaysOfInventoryLeft": 1,
"HasAttachment": true
}
application/xml, text/xml
Sample:
<CrisisSurveySubmitRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SurveySubmissionId>1</SurveySubmissionId>
<SectorIds>
<string>sample string 1</string>
<string>sample string 2</string>
</SectorIds>
<BusinessLocation>sample string 1</BusinessLocation>
<OrganizationSize>sample string 2</OrganizationSize>
<ExposuresJson>sample string 3</ExposuresJson>
<AspectsJson>sample string 4</AspectsJson>
<ConcernsJson>sample string 5</ConcernsJson>
<StrategyIds>
<int>1</int>
<int>2</int>
</StrategyIds>
<OtherStrategyText>sample string 6</OtherStrategyText>
<DaysOfInventoryLeft>1</DaysOfInventoryLeft>
<HasAttachment>true</HasAttachment>
</CrisisSurveySubmitRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.