Skip to main content

Link session associates

This endpoint allows you to link either speaker, exhibitor or sponsor to a selected session.

Path Parameters
sessionid integer REQUIRED
Query Parameters
eventid integer REQUIRED
Request Body

Multiple insertion is allowed, so the structure should be list of objects. Each list item should have the these two properties:

  • type Enum String | Value should be either speaker, exhibitor, sponsor.
  • id Integer | Primary id of selected associated type. Ids should be of existing associates and cab be accessed from their respective sections.
object[]
type string

Possible values: [speaker, exhibitor, sponsor]

id integer

Simple ids

Responses
200

PostPatchResponse

Schema
object[]
id integer

Simple ids

default

Error Response

Schema
code int32

Error code.

message string

String description of the error.