POST api/Employee/CreateOrUpdateScribePreference
Request Information
URI Parameters
None.
Body Parameters
ScribePreference| Name | Description | Type | Additional information |
|---|---|---|---|
| IsActive | boolean |
None. |
|
| ScribeManId | integer |
None. |
|
| ProviderId | integer |
None. |
|
| ScribeId | integer |
None. |
|
| Preference | integer |
None. |
|
| ProviderHospitalId | integer |
None. |
|
| SourceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"isActive": true,
"scribeManId": 2,
"providerId": 3,
"scribeId": 4,
"preference": 5,
"providerHospitalId": 6,
"sourceId": 7
}
application/xml, text/xml
Sample:
<ScribePreference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO"> <IsActive>true</IsActive> <Preference>5</Preference> <ProviderHospitalId>6</ProviderHospitalId> <ProviderId>3</ProviderId> <ScribeId>4</ScribeId> <ScribeManId>2</ScribeManId> <SourceId>7</SourceId> </ScribePreference>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.