latestOpenAPI 3.0.22026-07-26480119.6 KB

bc65b4950c7e

Partner::Individual Events

Update Event Occurrence by occurrenceUuid

Update Event Occurrence Data by occurrenceUuid

put/partner/event-occurrence/{occurrenceUuid}

Path parameters

occurrenceUuidstring required

Identification of EventOccurrence

Parameters

#/paths/~1partner~1events/get/parameters/0 — unresolved $ref

Request body

titlestring

Title of the class/event.

responsiblestring

Name of the responsible person.

durationinteger

Duration of the class in minutes.

descriptionstring

Description of the event/class.

externalReferencestring

This is a non-unique string field. It can be used internally as a loose identifier for one or more events.

Example request

{
  "title": "Yoga",
  "responsible": "Cisne",
  "duration": 45,
  "description": "A Yoga melhora o funcionamento do coração, pois regula a circulação sanguínea e o sistema nervoso, além de equilibrar o sistema endócrino, controlando os níveis de hormônios do estresse.",
  "externalReference": "event-test-123"
}

Response

OK

object required