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/realestate/contacts/{tenantkey}
tenantkey:
string
in path
(no description)
Request Example
[
"object"
]
200 OK
OK
type
Response Example (200 OK)
[
{
"TriggerData": "string"
}
]
GET /api/realestate/contacts/getchangessince/{utcdatetime}
utcdatetime:
string
in path
(no description)
options:
string
in query
(no description)
200 OK
OK
Response Example (200 OK)
{
"RealEstateSettingsMetaData": "string",
"Changes": "string",
"NextPageDateParameter": "string"
}
POST /api/realestate/payments/{tenantkey}
tenantkey:
string
in path
(no description)
Request Example
[
"object"
]
200 OK
OK
type
Response Example (200 OK)
[
{
"TriggerData": "string"
}
]