POST api/InAppConsultationOrder/SaveConsultationOrder
Request Information
URI Parameters
None.
Body Parameters
InAppConsultationOrderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| InAppConsultationOrderId | integer |
None. |
|
| PatientId | integer |
None. |
|
| PharmacistId | integer |
None. |
|
| InAppConsultationId | integer |
None. |
|
| ConsultationId | string |
None. |
|
| OrderId | string |
None. |
|
| PatientName | string |
None. |
|
| PatientMobile | string |
None. |
|
| PatientEmail | string |
None. |
|
| PatientOPNumber | integer |
None. |
|
| BillDate | date |
None. |
|
| MedicineDuration | integer |
None. |
|
| BillingAddress | string |
None. |
|
| BillingName | string |
None. |
|
| BillingEmail | string |
None. |
|
| BillingMobileNumber | string |
None. |
|
| BillingPincode | string |
None. |
|
| ShippingAddress | string |
None. |
|
| ShippingEmail | string |
None. |
|
| ShippingName | string |
None. |
|
| ShippingPincode | string |
None. |
|
| ShippingMobileNumber | string |
None. |
|
| BillingCountryCode | string |
None. |
|
| BillingCountry | string |
None. |
|
| ShippingCountryCode | string |
None. |
|
| ShippingCountry | string |
None. |
|
| ConfirmDate | date |
None. |
|
| ConsultationFee | decimal number |
None. |
|
| MedicineFee | decimal number |
None. |
|
| ShippingFee | decimal number |
None. |
|
| TotalAmount | decimal number |
None. |
|
| PaymentMode | byte |
None. |
|
| ConsultationFeeStatus | byte |
None. |
|
| OrderStatus | byte |
None. |
|
| RecordStatus | byte |
None. |
|
| CreatedDate | date |
None. |
|
| BranchId | integer |
None. |
|
| InAppConsultationBookingId | integer |
None. |
|
| BillingState | string |
None. |
|
| BillingDistrict | string |
None. |
|
| ShippingState | string |
None. |
|
| ShippingDistrict | string |
None. |
|
| InAppConsultationDto | InAppConsultationDto |
None. |
|
| PatientDto | PatientDto |
None. |
|
| PharmacistDto | PharmacistDto |
None. |
|
| BranchDetailsDto | TenantBranchDetailsDto |
None. |
|
| BookingDto | InAppConsultationBookingDto |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
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.