POST api/Accessory/GetObservation

Request Information

URI Parameters

None.

Body Parameters

ObservationParam
NameDescriptionTypeAdditional information
samsungSurveyId

integer

None.

appleSurveyId

integer

None.

brandNumber

integer

None.

intendantNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "samsungSurveyId": 1,
  "appleSurveyId": 2,
  "brandNumber": 3,
  "intendantNumber": 4
}

application/xml, text/xml

Sample:
<ObservationParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/healthAPI.Models">
  <appleSurveyId>2</appleSurveyId>
  <brandNumber>3</brandNumber>
  <intendantNumber>4</intendantNumber>
  <samsungSurveyId>1</samsungSurveyId>
</ObservationParam>

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.