POST api/Patients/SetReferralReply

Request Information

URI Parameters

None.

Body Parameters

ReferralNotesViewModel
NameDescriptionTypeAdditional information
RefID

integer

None.

DoctRemark

string

None.

Active

boolean

None.

EncodedBy

integer

None.

EncodedDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RefID": 1,
  "DoctRemark": "sample string 2",
  "Active": true,
  "EncodedBy": 4,
  "EncodedDate": "sample string 5"
}

text/html

Sample:
{"RefID":1,"DoctRemark":"sample string 2","Active":true,"EncodedBy":4,"EncodedDate":"sample string 5"}

application/xml, text/xml

Sample:
<ReferralNotesViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AsterHISInfoAPIv2.Models">
  <Active>true</Active>
  <DoctRemark>sample string 2</DoctRemark>
  <EncodedBy>4</EncodedBy>
  <EncodedDate>sample string 5</EncodedDate>
  <RefID>1</RefID>
</ReferralNotesViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.