API structure has changed
6 structure changes including:
1 Addition
5 Modifications
Modified
5
Breaking
GET /countries
- Response
-
200 response Modified
- application/json content type Modified
GET /producers/{ProducerNrn}/schemes
- Response
-
200 response Modified
-
application/json content type Modified
-
Full types went from
object
toarray[object]
Breaking
-
Full types went from
-
application/json content type Modified
GET /scheme-pros
- Response
-
200 response Modified
-
application/json content type Modified
- country property Added
-
application/json content type Modified
GET /users/{UserBubbleId}/producers/{ProducerNrn}/registrations
- Response
-
200 response Modified
-
application/json content type Modified
-
Full types went from
object
toarray[object]
Breaking
-
Full types went from
-
application/json content type Modified
POST /users/{UserBubbleId}/producers/{ProducerNrn}/registrations
- Response
-
200 response Modified
-
application/json content type Modified
-
Full types went from
object
toarray[object]
Breaking
-
Full types went from
-
application/json content type Modified
Added
1
POST /onboardings/{ProducerNrn}