Prismm REST API





Get User Token:


Login Request

The login request URL:

The data is passed as a JSON string with a POST method:

Exampe of the data JSON:

Set the header to:


Login Response

  • ERRORSTRING - the error message
  • ERRORCODE - the error code
  • TOKEN - the user token to store in your data base

Error Codes

  1. 9000: Invalid user mail or password
  2. 9001: Internal Error
  3. 9002: Fatal error

A Response example:


Create New Occasion:


Create New Occasion Request

Create new Occasion URL:

The data is passed as a JSON string with a POST method:

Available Occasion Types

  1. Wedding
  2. Corporate
  3. Not-for-Profit
  4. Bar/Bat Mitzvah
  5. Dinner Party
  6. Other

Exampe of the data JSON:

Set the header to:


Create new Occasion Response

  • ERRORSTRING - the error message
  • ERRORCODE - the error code
  • OccasionId - the new Occasion Id

A Response example:


Search Venue:


Search Venue Request

Search Venue request URL:

The data is passed as a JSON string with a POST method:

Exampe of the data JSON:

Set the header to:


Search Venue Response

  • ERRORSTRING - the error message
  • ERRORCODE - the error code
  • VenuesArray - venues list

A Response example:



Loading...
Loading...


  • 9000: General Error
  • 9001: Invalid Username and/or Password
  • 9002: Internal Server Error
  • 9003: Internal DB Error
  • 9004: Create Occasion Error
  • 9005: File Error
  • 9006: Search String is to short
  • 9007: Update Venue Error

Event Link: