API structure has changed
4 structure changes including:
4 Modifications
Modified
4
Breaking
GET /customers
- Response
-
200 response Modified
- application/json content type Modified
GET /customers/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
id property Modified
-
Full types went from
number
tointeger(int32)
Breaking
-
Full types went from
- address property Modified
-
id property Modified
-
application/json content type Modified
PATCH /customers/{id}
- Body
-
application/json content type Modified
-
address property Modified
- postal property Modified
-
address property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
id property Modified
-
Full types went from
number
tointeger(int32)
Breaking
-
Full types went from
- address property Modified
-
id property Modified
-
application/json content type Modified
POST /customers
- Response
-
201 response Modified
-
application/json content type Modified
-
id property Modified
-
Full types went from
number
tointeger(int32)
Breaking
-
Full types went from
- address property Modified
-
id property Modified
-
application/json content type Modified