POST api/v1/patients/updateDicomDownloadTaskStatus
Request Information
URI Parameters
None.
Body Parameters
FileIOParameterName | Description | Type | Additional information |
---|---|---|---|
FileIOInfoList | Collection of FileIOInfo |
None. |
Request Formats
application/json, text/json
Sample:
{ "fileIOInfoList": [ { "globalTaskId": "sample string 1", "requestId": "sample string 2", "source": "sample string 3", "fileName": "sample string 4" }, { "globalTaskId": "sample string 1", "requestId": "sample string 2", "source": "sample string 3", "fileName": "sample string 4" } ] }
text/html
Sample:
{"fileIOInfoList":[{"globalTaskId":"sample string 1","requestId":"sample string 2","source":"sample string 3","fileName":"sample string 4"},{"globalTaskId":"sample string 1","requestId":"sample string 2","source":"sample string 3","fileName":"sample string 4"}]}
application/xml, text/xml
Sample:
<FileIOParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Csh.Hcis.GC.PatientCenter.Service.Dtos"> <FileIOInfoList> <FileIOInfo> <FileName>sample string 4</FileName> <GlobalTaskId>sample string 1</GlobalTaskId> <RequestId>sample string 2</RequestId> <Source>sample string 3</Source> </FileIOInfo> <FileIOInfo> <FileName>sample string 4</FileName> <GlobalTaskId>sample string 1</GlobalTaskId> <RequestId>sample string 2</RequestId> <Source>sample string 3</Source> </FileIOInfo> </FileIOInfoList> </FileIOParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.