POST api/SRAI/ScribeRyteAIRegisterProvider
Request Information
URI Parameters
None.
Body Parameters
ScribeRteAIProviderDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ProviderEmail | string |
None. |
|
| ProviderName | string |
None. |
|
| Speciality | integer |
None. |
|
| TimeZoneId | integer |
None. |
|
| NPI | string |
None. |
|
| CountryId | integer |
None. |
|
| StateId | integer |
None. |
|
| SpecialityId | integer |
None. |
|
| Password | string |
None. |
|
| ProviderService | string |
None. |
|
| Salutation | integer |
None. |
|
| Credential | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"providerEmail": "sample string 1",
"providerName": "sample string 2",
"speciality": 3,
"timeZoneId": 4,
"npi": "sample string 5",
"countryId": 6,
"stateId": 7,
"specialityId": 8,
"password": "sample string 9",
"providerService": "sample string 10",
"salutation": 11,
"credential": 12
}
application/xml, text/xml
Sample:
<ScribeRteAIProviderDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO"> <CountryId>6</CountryId> <Credential>12</Credential> <NPI>sample string 5</NPI> <Password>sample string 9</Password> <ProviderEmail>sample string 1</ProviderEmail> <ProviderName>sample string 2</ProviderName> <ProviderService>sample string 10</ProviderService> <Salutation>11</Salutation> <Speciality>3</Speciality> <SpecialityId>8</SpecialityId> <StateId>7</StateId> <TimeZoneId>4</TimeZoneId> </ScribeRteAIProviderDTO>
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.