POST api/reports/individualcompanypdf
Request Information
URI Parameters
None.
Body Parameters
IndividualCompanyPdfRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Order | Collection of Collection of Object |
None. |
|
| ColumnsVisible | Collection of boolean |
None. |
|
| SearchTerm | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Order": [
[
{},
{}
],
[
{},
{}
]
],
"ColumnsVisible": [
true,
true
],
"SearchTerm": "sample string 1"
}
application/xml, text/xml
Sample:
<IndividualCompanyPdfRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UEP.Core.Models">
<ColumnsVisible xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:boolean>true</d2p1:boolean>
<d2p1:boolean>true</d2p1:boolean>
</ColumnsVisible>
<Order xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:ArrayOfanyType>
<d2p1:anyType />
<d2p1:anyType />
</d2p1:ArrayOfanyType>
<d2p1:ArrayOfanyType>
<d2p1:anyType />
<d2p1:anyType />
</d2p1:ArrayOfanyType>
</Order>
<SearchTerm>sample string 1</SearchTerm>
</IndividualCompanyPdfRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.