POST api/checkHWC

Request Information

URI Parameters

None.

Body Parameters

checkHwcRequest
NameDescriptionTypeAdditional information
oppId

integer

Required

formId

integer

Required

prevDay

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "oppId": 1,
  "formId": 2,
  "prevDay": 1
}

application/xml, text/xml

Sample:
<checkHwcRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.Questionnaire.Https.Request">
  <formId>2</formId>
  <oppId>1</oppId>
  <prevDay>1</prevDay>
</checkHwcRequest>

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.