POST api/GetDiabetesCheckList

Request Information

URI Parameters

None.

Body Parameters

CheckListParameters
NameDescriptionTypeAdditional information
TemplateId

integer

None.

AnswerAggId

integer

None.

CheckResult

string

None.

CheckResultLength

integer

None.

HVZ

string

None.

cplus

integer

None.

alcohol

integer

None.

copd_insuf

integer

None.

langId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TemplateId": 1,
  "AnswerAggId": 2,
  "CheckResult": "sample string 3",
  "CheckResultLength": 4,
  "HVZ": "sample string 5",
  "cplus": 6,
  "alcohol": 7,
  "copd_insuf": 8,
  "langId": 9
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.