Hi,
I would like to select were to save the zip file using post.
How can we pass the location of the zip file using post ? e.g:Z:\temp files\my dicomstudy.zip
with Curl i am doing the following:
CURL:
curl http://localhost:8042/studies/54664989-cee1e445-9c7561f0-44b87332-72809a61/media > Z:\temp files\my dicomstudy.zip
POSTMAN ??? need some help:
http://localhost:8042/studies/54664989-cee1e445-9c7561f0-44b87332-72809a61/media
{
“Asynchronous”: true,
“Extended”: true,
“Priority”: 0,
“Synchronous”: false
}
thanks