POST api/Payment/SavePayment
Request Information
URI Parameters
None.
Body Parameters
Payment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ReceiptNo | string |
None. |
|
| TenderedAmount | decimal number |
None. |
|
| PaidAmount | decimal number |
None. |
|
| PayMethodId | integer |
None. |
|
| PaidDate | date |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| Note | string |
None. |
|
| StatusId | integer |
None. |
|
| Reference | string |
None. |
|
| TranscationNo | string |
None. |
|
| Type | string |
None. |
|
| Reason | string |
None. |
|
| AppointmentNo | string |
None. |
|
| PaymentMethod | string |
None. |
|
| ServiceType | string |
None. |
|
| PaymentStatus | string |
None. |
|
| Price | string |
None. |
|
| TypeId | integer |
None. |
|
| KarepayReference | globally unique identifier |
None. |
|
| AppointmentId | globally unique identifier |
None. |
|
| ServiceId | globally unique identifier |
None. |
|
| BillPayments | Collection of BillPayment |
None. |
|
| PatientPayment | PatientPayment |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| Modified | Member |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.