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": "64a6720d-731f-4113-95eb-dfeaa09255f1",
"TotalPaymentAmount": 3.0,
"LocationGuid": "759a1125-32ad-4cec-ab8c-739c76504b70",
"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 |