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": "b0ac2ffa-2dd4-4d44-aa44-8a9bfbefc263",
"TotalPaymentAmount": 3.0,
"LocationGuid": "73afdff9-412b-47c5-bda6-7df90f52c771",
"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 |