POST api/Accessory/GetProgress2

Request Information

URI Parameters

None.

Body Parameters

ProgressParam
NameDescriptionTypeAdditional information
surveyId

integer

None.

genderNumber

integer

None.

ageNumber

integer

None.

brandNumber

integer

None.

intendantNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "surveyId": 1,
  "genderNumber": 2,
  "ageNumber": 3,
  "brandNumber": 4,
  "intendantNumber": 5
}

application/xml, text/xml

Sample:
<ProgressParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/healthAPI.Models">
  <ageNumber>3</ageNumber>
  <brandNumber>4</brandNumber>
  <genderNumber>2</genderNumber>
  <intendantNumber>5</intendantNumber>
  <surveyId>1</surveyId>
</ProgressParam>

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.