POST api/RekazWebhooks/Doctors/SaveBulk
Request Information
URI Parameters
None.
Body Parameters
Collection of DoctorMappingItem| Name | Description | Type | Additional information |
|---|---|---|---|
| RekazProviderId | string |
None. |
|
| LocalDoctorCode | string |
None. |
|
| LocalDoctorName | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"RekazProviderId": "sample string 1",
"LocalDoctorCode": "sample string 2",
"LocalDoctorName": "sample string 3"
},
{
"RekazProviderId": "sample string 1",
"LocalDoctorCode": "sample string 2",
"LocalDoctorName": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfDoctorMappingItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nitcotek.API.DAL.Repositories">
<DoctorMappingItem>
<LocalDoctorCode>sample string 2</LocalDoctorCode>
<LocalDoctorName>sample string 3</LocalDoctorName>
<RekazProviderId>sample string 1</RekazProviderId>
</DoctorMappingItem>
<DoctorMappingItem>
<LocalDoctorCode>sample string 2</LocalDoctorCode>
<LocalDoctorName>sample string 3</LocalDoctorName>
<RekazProviderId>sample string 1</RekazProviderId>
</DoctorMappingItem>
</ArrayOfDoctorMappingItem>
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.