POST api/report/exportcomposite
Request Information
URI Parameters
None.
Body Parameters
CompositeReportInputRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SampleTypeID | integer |
None. |
|
| ProjectID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SampleTypeID": 1,
"ProjectID": "sample string 2"
}
application/xml, text/xml
Sample:
<CompositeReportInputRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Enterprise.Report.Services"> <ProjectID>sample string 2</ProjectID> <SampleTypeID>1</SampleTypeID> </CompositeReportInputRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.