{
"id": 1,
"patient": {
"id": 1
},
"doctor": {
"id": 1
},
"observation": "Tomar de 12 em 12 horas",
"userCreated": {
"id": -1
},
"userChanged": {
"id": null
},
"userDeleted": {
"id": null
},
"dateHourCreated": "2018-05-25T09:54:15.000Z",
"dateHourChanged": "2018-05-25T09:54:15.000Z",
"dateHourDeleted": null
}curl --location --request PUT 'https://prod.your-api-server.com/api/v1/prescription' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"patient": {
"id": 1
},
"doctor": {
"id": 1
},
"observation": "Tomar de 12 em 12 horas",
"userCreated": {
"id": -1
},
"userChanged": {
"id": null
},
"userDeleted": {
"id": null
},
"dateHourCreated": "2018-05-25T09:54:15.000Z",
"dateHourChanged": "2018-05-25T09:54:15.000Z",
"dateHourDeleted": null
}'{}