Change Updates

Do not miss any AZAV Pilot API changes, ever again

Subscribe to the AZAV Pilot API changelog to be up to date on recent changes.

RSS

Jun 7, 2024

development
Compare

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
GET /v1/participants
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/participants/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property 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
      • birthCity, birthCountry, customerNumber, firstName, gender, internalCustomerNumber, lastName, marketingChannel, preferredName, salutation, status properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
PUT /v1/participants/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified