{
"patientOrigin": {
"id": 1
},
"patientDestiny": {
"id": 2
},
"justification": "Cagada",
"movedFile": 2,
"fileType": "IMG",
"userChange": {
"id": 1
},
"dateHourCreated": "2019-03-25T14:07:20.000Z",
"dateHourChanged": "2019-03-25T14:07:20.000Z",
"dateHourDeleted": null
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/movefile' \
--header 'Content-Type: application/json' \
--data-raw '{
"patientOrigin": {
"id": 1
},
"patientDestiny": {
"id": 2
},
"justification": "Cagada",
"movedFile": 2,
"fileType": "IMG",
"userChange": {
"id": 1
},
"dateHourCreated": "2019-03-25T14:07:20.000Z",
"dateHourChanged": "2019-03-25T14:07:20.000Z",
"dateHourDeleted": null
}'{}