http://localhost:8080/api/v1/person
{
"name": "NewPerson",
"dateOfBirth": "2000-12-31",
"email": "person@test.com"
}
http://localhost:8080/api/v1/person/3
http://localhost:8080/api/v1/person/3?name=Kasper&eMail=Kasper@kasper.it
http://localhost:8080/api/v1/product
{
"name": "Beans",
"price": "2.99"
}
http://localhost:8080/api/v1/purchase
{
"productName": "Bean",
"orderNumber": "NBAEW",
"buyerName": "Person"
}