POST api/Report/GetEmblishmentLineItemReport?providerId={providerId}&filterValues={filterValues}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| providerId | integer |
Required |
|
| filterValues | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DataTableReportsViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| draw | string |
None. |
|
| recordsTotal | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"draw": "sample string 1",
"recordsTotal": 2,
"recordsFiltered": 3,
"data": {}
}
application/xml, text/xml
Sample:
<DataTableReportsViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.ViewModels.Reports"> <data /> <draw>sample string 1</draw> <recordsFiltered>3</recordsFiltered> <recordsTotal>2</recordsTotal> </DataTableReportsViewModel>