POST api/DCMLitigationReport
Request Information
URI Parameters
None.
Body Parameters
Collection of DCMLitigationDetailReportDownloadModelName | Description | Type | Additional information |
---|---|---|---|
LitigationTrackerID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[ { "LitigationTrackerID": "541c1185-5c4b-432f-98f2-a0d226640a0a" }, { "LitigationTrackerID": "541c1185-5c4b-432f-98f2-a0d226640a0a" } ]
application/xml, text/xml
Sample:
<ArrayOfDCMLitigationDetailReportDownloadModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.Models"> <DCMLitigationDetailReportDownloadModel> <LitigationTrackerID>541c1185-5c4b-432f-98f2-a0d226640a0a</LitigationTrackerID> </DCMLitigationDetailReportDownloadModel> <DCMLitigationDetailReportDownloadModel> <LitigationTrackerID>541c1185-5c4b-432f-98f2-a0d226640a0a</LitigationTrackerID> </DCMLitigationDetailReportDownloadModel> </ArrayOfDCMLitigationDetailReportDownloadModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of DCMLitigationDetailReportDownloadModelName | Description | Type | Additional information |
---|---|---|---|
LitigationTrackerID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "LitigationTrackerID": "b8a8019f-e05b-4bc0-8518-98805c4c1637" }, { "LitigationTrackerID": "b8a8019f-e05b-4bc0-8518-98805c4c1637" } ]
application/xml, text/xml
Sample:
<ArrayOfDCMLitigationDetailReportDownloadModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.Models"> <DCMLitigationDetailReportDownloadModel> <LitigationTrackerID>b8a8019f-e05b-4bc0-8518-98805c4c1637</LitigationTrackerID> </DCMLitigationDetailReportDownloadModel> <DCMLitigationDetailReportDownloadModel> <LitigationTrackerID>b8a8019f-e05b-4bc0-8518-98805c4c1637</LitigationTrackerID> </DCMLitigationDetailReportDownloadModel> </ArrayOfDCMLitigationDetailReportDownloadModel>