POST api/SpeechToText/SilenceDetectionLog
Request Information
URI Parameters
None.
Body Parameters
SilenceLogRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProviderId | integer |
None. |
|
| PatientId | integer |
None. |
|
| TypeOfService | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"providerId": 1,
"patientId": 2,
"typeOfService": "sample string 3"
}
application/xml, text/xml
Sample:
<SilenceLogRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.WebAPI.Controllers"> <PatientId>2</PatientId> <ProviderId>1</ProviderId> <TypeOfService>sample string 3</TypeOfService> </SilenceLogRequest>
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.