POST api/survey/GetShelveDetail

Request Information

URI Parameters

None.

Body Parameters

AnswerShelveRequest
NameDescriptionTypeAdditional information
SecrectCode

string

None.

SurveyId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "SecrectCode": "sample string 1",
  "SurveyId": "0771d1f1-8b80-4ce3-b306-6bb1bef15a32"
}

application/xml, text/xml

Sample:
<AnswerShelveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <SecrectCode>sample string 1</SecrectCode>
  <SurveyId>0771d1f1-8b80-4ce3-b306-6bb1bef15a32</SurveyId>
</AnswerShelveRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfAnswerShelveResult
NameDescriptionTypeAdditional information
Content

AnswerShelveResult

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.