External Membership Payment
| From Body | Type | Description | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ContactGuid | Guid | ||||||||||||||||||||||||||||
| ExternalPaymentReference | String | Optional. Max 50 characters | |||||||||||||||||||||||||||
| LocationGuid | Guid | ||||||||||||||||||||||||||||
| TotalPaymentAmount | Decimal | ||||||||||||||||||||||||||||
| [ExternalMembershipPaymentFee] | Optional. | ||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
{
"ExternalPaymentReference": "sample string 1",
"ContactGuid": "08a6bafc-ac4b-4e14-ab81-5c133bb79745",
"TotalPaymentAmount": 3.0,
"LocationGuid": "985fd660-051a-4aa3-b8f3-86a86b827b98",
"ExternalMembershipPaymentFees": [
{
"FeeType": 1,
"FeeAmount": 1.0,
"FeeReference": "sample string 2"
},
{
"FeeType": 1,
"FeeAmount": 1.0,
"FeeReference": "sample string 2"
},
{
"FeeType": 1,
"FeeAmount": 1.0,
"FeeReference": "sample string 2"
}
]
}
ExternalMembershipPaymentResponse
| Name | Type | Description |
|---|---|---|
| Success | Boolean |
{
"Success": true
}
| Bundle(s) |
|---|
| Cap2 |