Skip to main content

Add a webview information for an event.

Based on the specified property in the request body the different type of webview details will be created.

Only one of websitetext, websiteurl, htmlcontent should be set and remaining two should be NULL to avoid error.

Follow the request body description to avoid any error.

Request Body

Description:

  • eventid is mandatory
  • websiteurl should be a valid redirectable url string. If setting this, send websitetext & htmlcontent as NULL.
  • websitetext should be any string type data as plain text. If setting this, send websiteurl & htmlcontent as NULL.
  • htmlcontent should be a valid parseable HTML page content with styles mentioned (if any). If setting this, send websitetext & websiteurl as NULL
eventid integer
websiteurl string
websitetext string
htmlcontent string
Responses
200

PostPatchResponse

Schema
object[]
id integer
default

Error Response

Schema
code int32

Error code.

message string

String description of the error.