This REST API will be consumed for https://github.com/namichetti/webclient-spring-boot
- POST: https://rest-api-customer.herokuapp.com/customer/
- GET: https://rest-api-customer.herokuapp.com/customer/{customer_id}
- GET https://rest-api-customer.herokuapp.com/customer/{address}
- PUT: https://rest-api-customer.herokuapp.com/customer/{customer_id}
- DELETE: https://rest-api-customer.herokuapp.com/customer/{customer_id}
- POST: https://rest-api-customer.herokuapp.com/order/{customer_id}
- GET: https://rest-api-customer.herokuapp.com/order/{order_id}
- GET https://rest-api-customer.herokuapp.com/order/search?{firstDate=yyyy-MM-dd'T'HH:mm:ss&secondDate=yyyy-MM-dd'T'HH:mm:ss}
- PUT: https://rest-api-customer.herokuapp.com/order/{order_id}/{customer_id}
- DELETE: https://rest-api-customer.herokuapp.com/order/{id}
