POST api/ConsultationCharge
Request Information
URI Parameters
None.
Body Parameters
dblConsultationCharges| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| DocID | integer |
None. |
|
| RegularCharges | integer |
None. |
|
| RegularRange | string |
None. |
|
| FollowUpCharges | integer |
None. |
|
| FollowUpRange | string |
None. |
|
| EmergencyCharges | integer |
None. |
|
| EmergencyRange | string |
None. |
|
| MultIDisciplinarycharges | integer |
None. |
|
| MultIDisciplinaryRange | string |
None. |
|
| MonthlyCharges | integer |
None. |
|
| MonthlyRange | string |
None. |
|
| ConsultationVideoCharges | integer |
None. |
|
| ConsultationAudioCharges | integer |
None. |
|
| ConsultationInPersonCharges | integer |
None. |
|
| FollowUpPersent | decimal number |
None. |
|
| FreeConsultation | boolean |
None. |
|
| CreatedOn | date |
None. |
|
| IsActive | boolean |
None. |
|
| NumberFreeConsultation | integer |
None. |
|
| CurrencyCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"DocID": 1,
"RegularCharges": 1,
"RegularRange": "sample string 2",
"FollowUpCharges": 1,
"FollowUpRange": "sample string 3",
"EmergencyCharges": 1,
"EmergencyRange": "sample string 4",
"MultIDisciplinarycharges": 1,
"MultIDisciplinaryRange": "sample string 5",
"MonthlyCharges": 1,
"MonthlyRange": "sample string 6",
"ConsultationVideoCharges": 1,
"ConsultationAudioCharges": 1,
"ConsultationInPersonCharges": 1,
"FollowUpPersent": 1.1,
"FreeConsultation": true,
"CreatedOn": "2025-12-15T03:58:47.8297888+05:30",
"IsActive": true,
"NumberFreeConsultation": 1,
"CurrencyCode": 1
}
application/xml, text/xml
Sample:
<dblConsultationCharges xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TeliLibraries.Model.CustomClass"> <ConsultationAudioCharges>1</ConsultationAudioCharges> <ConsultationInPersonCharges>1</ConsultationInPersonCharges> <ConsultationVideoCharges>1</ConsultationVideoCharges> <CreatedOn>2025-12-15T03:58:47.8297888+05:30</CreatedOn> <CurrencyCode>1</CurrencyCode> <DocID>1</DocID> <EmergencyCharges>1</EmergencyCharges> <EmergencyRange>sample string 4</EmergencyRange> <FollowUpCharges>1</FollowUpCharges> <FollowUpPersent>1.1</FollowUpPersent> <FollowUpRange>sample string 3</FollowUpRange> <FreeConsultation>true</FreeConsultation> <ID>1</ID> <IsActive>true</IsActive> <MonthlyCharges>1</MonthlyCharges> <MonthlyRange>sample string 6</MonthlyRange> <MultIDisciplinaryRange>sample string 5</MultIDisciplinaryRange> <MultIDisciplinarycharges>1</MultIDisciplinarycharges> <NumberFreeConsultation>1</NumberFreeConsultation> <RegularCharges>1</RegularCharges> <RegularRange>sample string 2</RegularRange> </dblConsultationCharges>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |