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 /cmsapi/form/acceptform

undefined

Request Example
{
  "FormId": "integer",
  "CreateContactIfDoesntExist": "boolean",
  "Source": "string",
  "Fields": "string",
  "UserAddress": "string",
  "UserAgent": "string",
  "FormSourceId": "string"
}
Response Example (200 OK)
{
  "Success": "boolean"
}

Schema Definitions

AcceptFormResultModel: object

Success: boolean
Example
{
  "Success": "boolean"
}

AcceptFormModel: object

FormId: integer
CreateContactIfDoesntExist: boolean
Source: string
Fields: string
UserAddress: string
UserAgent: string
FormSourceId: string
Example
{
  "FormId": "integer",
  "CreateContactIfDoesntExist": "boolean",
  "Source": "string",
  "Fields": "string",
  "UserAddress": "string",
  "UserAgent": "string",
  "FormSourceId": "string"
}