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"
}
200 OK
OK
Response Example (200 OK)
{
"Success": "boolean"
}
Schema Definitions
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"
}