API structure has changed
  5 structure changes including:
    
    5 Modifications
        Modified
        5
          Breaking
      
      DELETE /v1/participants/{id}
              - Response
- 
  204 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /v1/participants
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /v1/participants/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /v1/participants
              - Body
- 
  application/json content type Modified
    - 
  user property Modified
    - 
  name property Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
- birthCity, birthCountry, customerNumber, firstName, gender, internalCustomerNumber, lastName, marketingChannel, preferredName, salutation, status properties Added
 
- 
  name property Removed
    
 
- 
  user property Modified
    
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PUT /v1/participants/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
