Implements functionality to register event exhibitors and get Event environment for that page 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

GET /api/public/events/eventexhibitor/getenv/{id}

id: integer
in path

(no description)

Response Example (200 OK)
{
  "Status": "integer",
  "StatusMessage": "string",
  "Data": "string"
}

POST /api/public/events/exhibitorregister/{id}

id: integer
in path

(no description)

Request Example
{
  "ReCaptchaResponse": "string",
  "DisableReCaptchaCheck": "boolean",
  "IsFirstStep": "boolean",
  "WebReferralSourceTypeId": "string",
  "BillingInfo": "string",
  "Models": "string"
}
Response Example (200 OK)
{
  "Status": "integer",
  "StatusMessage": "string",
  "Data": "string"
}

Schema Definitions

PublicApiResponseObject<EventExhibitorRegistrationModel>: object

Status: integer
StatusMessage: string
Data: string
Example
{
  "Status": "integer",
  "StatusMessage": "string",
  "Data": "string"
}

PublicApiResponseObject<RegistrationPurchasesParameters>: object

Status: integer
StatusMessage: string
Data: string
Example
{
  "Status": "integer",
  "StatusMessage": "string",
  "Data": "string"
}

SaveRegisterExhibitorsModel: object

ReCaptchaResponse: string
DisableReCaptchaCheck: boolean
IsFirstStep: boolean
WebReferralSourceTypeId: string
BillingInfo: string
Models: string
Example
{
  "ReCaptchaResponse": "string",
  "DisableReCaptchaCheck": "boolean",
  "IsFirstStep": "boolean",
  "WebReferralSourceTypeId": "string",
  "BillingInfo": "string",
  "Models": "string"
}