...
Info |
---|
Creates a new Event in the Learning Hub and returns its system-assigned The API Key used for authentication must have rights to modify data for |
JSON Payload
Code Block |
---|
{ "PublisherProgramId": "ProgramId", "PublisherEventId": "some_key_id", "EventType": "Event Type indicator", "PublisherParticipantId": "joebob@example.com", "PublisherEventData": { JSON }, "EventStartUTC": "UTC date/time", "EventEndUTC": "UTC date/time" } |
...