Change Updates

Do not miss any my.nethesis.it API changes, ever again

Subscribe to the my.nethesis.it API changelog to be up to date on recent changes.

RSS

16 days ago

main
0.3.0
Compare

API structure has changed

18 structure changes including:
18 Modifications
Modified 18
GET /customers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • customers property Modified
GET /customers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count properties Added
GET /distributors
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • distributors property Modified
GET /distributors/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count properties Added
GET /resellers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • resellers property Modified
GET /resellers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count properties Added
PATCH /customers/{id}/reactivate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • customer property Modified
PATCH /customers/{id}/suspend
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • customer property Modified
PATCH /distributors/{id}/reactivate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • distributor property Modified
PATCH /distributors/{id}/suspend
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • distributor property Modified
PATCH /resellers/{id}/reactivate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • reseller property Modified
PATCH /resellers/{id}/suspend
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • reseller property Modified
POST /customers
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count properties Added
POST /distributors
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count properties Added
POST /resellers
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count properties Added
PUT /customers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count properties Added
PUT /distributors/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count properties Added
PUT /resellers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count properties Added