GrowthZone REST API API Reference

undefined

API Endpoint
https://app.memberzone.org
Request Content-Types: application/json
Response Content-Types: application/json
Schemes: https
Version: v1.0

Paths

POST /api/paymentprofile/getpaymentprofiles

Request Example
{
  "Filter": "string",
  "PaymentProfiles": "string",
  "PaymentProfileIds": "string",
  "Count": "integer"
}
Response Example (200 OK)
{
  "Filter": "string",
  "PaymentProfiles": "string",
  "PaymentProfileIds": "string",
  "Count": "integer"
}

Schema Definitions

RemoveSavedPaymentProfiles: object

Filter: string
PaymentProfiles: string
PaymentProfileIds: string
Count: integer
Example
{
  "Filter": "string",
  "PaymentProfiles": "string",
  "PaymentProfileIds": "string",
  "Count": "integer"
}