Skip to main content

Add new sponsors in an event.

This api creates sponsor under an selected event.

Request Body

Request body description:

  • eventid are mandatory.
  • name, form_number, details_form can not be null. form_number and details_form should always match or it will cause errors.
  • For profileimage and bannerimage expected valid URLs from which an image data can be accessed. Both can be null but not empty string.
  • For videos and documents, expected is valid URL so that files can be downloaded. Can be null but not empty string.
  • categoryid here should be one of the title id fetched from /sponsors/titles response.

Follow this structure to avoid any errors.

eventid integer
name string
description string
logoimage string
bannerimage string
categoryid integer
form_number integer
details_form object[]
id string
value object
Responses
200

PostPatchResponse

Schema
object[]
id integer
default

Error Response

Schema
code int32

Error code.

message string

String description of the error.