POST api/OrderStage/SendSurvey

Request Information

URI Parameters

None.

Body Parameters

SendSurveyApiRequest
NameDescriptionTypeAdditional information
orderId

globally unique identifier

None.

surveyType

integer

None.

hasError

boolean

None.

error

string

None.

Request Formats

application/json, text/json

Sample:
{
  "hasError": true,
  "error": "sample string 2",
  "orderId": "6aeb1b0f-3ecb-45a8-9e4f-a2abb75e8e8a",
  "surveyType": 2
}

application/xml, text/xml

Sample:
<SendSurveyApiRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PARS.WebApi.Proxy.Models">
  <Error>sample string 2</Error>
  <HasError>true</HasError>
  <OrderId>6aeb1b0f-3ecb-45a8-9e4f-a2abb75e8e8a</OrderId>
  <SurveyType>2</SurveyType>
</SendSurveyApiRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.