POST api/Payment
Request Information
URI Parameters
None.
Body Parameters
ConformPayment| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentId | globally unique identifier |
None. |
|
| AppointmentId | string |
Required |
|
| TransactionId | globally unique identifier |
None. |
|
| TransactionNo | string |
None. |
|
| Amount | decimal number |
None. |
|
| Currency | string |
Required |
|
| Status | string |
Required |
|
| Type | string |
Required |
|
| AccountId | globally unique identifier |
None. |
|
| PaymentStatus | string |
None. |
|
| PayMethod | string |
None. |
|
| Last4Digit | string |
None. |
|
| DiscountId | globally unique identifier |
None. |
|
| DiscountAmount | decimal number |
None. |
|
| MemberShipEnrollmentDetailId | globally unique identifier |
None. |
|
| PlanId | globally unique identifier |
None. |
|
| NextBillDate | date |
None. |
|
| EffectiveDate | date |
None. |
|
| TotalBillCycle | integer |
None. |
|
| CurrentBillCycle | integer |
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
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"