POST api/EMRAPI/SaveDhaError

Request Information

URI Parameters

None.

Body Parameters

SaveDhaError
NameDescriptionTypeAdditional information
IndentId

integer

None.

Error

string

None.

FormName

string

None.

MethodName

string

None.

DHAMethodName

string

None.

Facilityid

integer

None.

ModuleId

integer

None.

ErrorMessage

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IndentId": 1,
  "Error": "sample string 2",
  "FormName": "sample string 3",
  "MethodName": "sample string 4",
  "DHAMethodName": "sample string 5",
  "Facilityid": 6,
  "ModuleId": 7,
  "ErrorMessage": "sample string 8"
}

application/xml, text/xml

Sample:
<SaveDhaError xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <DHAMethodName>sample string 5</DHAMethodName>
  <Error>sample string 2</Error>
  <ErrorMessage>sample string 8</ErrorMessage>
  <Facilityid>6</Facilityid>
  <FormName>sample string 3</FormName>
  <IndentId>1</IndentId>
  <MethodName>sample string 4</MethodName>
  <ModuleId>7</ModuleId>
</SaveDhaError>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SaveDhaError'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.