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": "c847a2e7-c897-4d87-ae62-57fc2411c43f",
"TotalPaymentAmount": 3.0,
"LocationGuid": "02f5581c-aae7-4ec0-98bb-b66af43101da",
"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 |