POST api/EMRAPI/SaveFavSentence
Request Information
URI Parameters
None.
Body Parameters
SaveFavSentence| Name | Description | Type | Additional information |
|---|---|---|---|
| DoctorId | integer |
None. |
|
| UserId | integer |
None. |
|
| SentenceIds | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DoctorId": 1,
"UserId": 2,
"SentenceIds": "sample string 3"
}
application/xml, text/xml
Sample:
<SaveFavSentence xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models"> <DoctorId>1</DoctorId> <SentenceIds>sample string 3</SentenceIds> <UserId>2</UserId> </SaveFavSentence>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.