POST api/InvoiceDashboardNew/GetAccountExpenseCharges
Request Information
URI Parameters
None.
Body Parameters
DataTableParamModel| Name | Description | Type | Additional information |
|---|---|---|---|
| sEcho |
Request sequence number sent by DataTable, same value must be returned in response |
string |
None. |
| sSearch |
Text used for filtering |
string |
None. |
| iDisplayLength |
Number of records that should be shown in table |
integer |
None. |
| iDisplayStart |
First record that should be shown(used for paging) |
integer |
None. |
| iColumns |
Number of columns in table |
integer |
None. |
| iSortingCols |
Number of columns that are used in sorting |
integer |
None. |
| sColumns |
Comma separated list of column names |
string |
None. |
| sortColumnIndex |
Comma separated list of column names |
integer |
None. |
| sortDirection |
Comma separated list of column names |
string |
None. |
| SearchParam1 | integer |
None. |
|
| SearchParam2 | integer |
None. |
|
| AcquisitionId | integer |
None. |
|
| DTSearchParam | string |
None. |
|
| MakeId | integer |
None. |
|
| ModelId | integer |
None. |
|
| YearPL | integer |
None. |
|
| BodyTypePL | integer |
None. |
|
| CustomerID | integer |
None. |
|
| SearchParam | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| Group1Id | integer |
None. |
|
| IsOweCustomers | boolean |
None. |
|
| DTSearchFrom | string |
None. |
|
| DTSearchTo | string |
None. |
|
| DTSearchBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"sEcho": "sample string 1",
"sSearch": "sample string 2",
"iDisplayLength": 3,
"iDisplayStart": 4,
"iColumns": 5,
"iSortingCols": 6,
"sColumns": "sample string 7",
"sortColumnIndex": 8,
"sortDirection": "sample string 9",
"SearchParam1": 10,
"SearchParam2": 11,
"AcquisitionId": 12,
"DTSearchParam": "sample string 13",
"MakeId": 14,
"ModelId": 15,
"YearPL": 16,
"BodyTypePL": 17,
"CustomerID": 18,
"SearchParam": "sample string 19",
"StartDate": "sample string 20",
"EndDate": "sample string 21",
"Group1Id": 22,
"IsOweCustomers": true,
"DTSearchFrom": "sample string 24",
"DTSearchTo": "sample string 25",
"DTSearchBy": 26
}
application/xml, text/xml
Sample:
<DataTableParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models"> <AcquisitionId>12</AcquisitionId> <BodyTypePL>17</BodyTypePL> <CustomerID>18</CustomerID> <DTSearchBy>26</DTSearchBy> <DTSearchFrom>sample string 24</DTSearchFrom> <DTSearchParam>sample string 13</DTSearchParam> <DTSearchTo>sample string 25</DTSearchTo> <EndDate>sample string 21</EndDate> <Group1Id>22</Group1Id> <IsOweCustomers>true</IsOweCustomers> <MakeId>14</MakeId> <ModelId>15</ModelId> <SearchParam>sample string 19</SearchParam> <SearchParam1>10</SearchParam1> <SearchParam2>11</SearchParam2> <StartDate>sample string 20</StartDate> <YearPL>16</YearPL> <iColumns>5</iColumns> <iDisplayLength>3</iDisplayLength> <iDisplayStart>4</iDisplayStart> <iSortingCols>6</iSortingCols> <sColumns>sample string 7</sColumns> <sEcho>sample string 1</sEcho> <sSearch>sample string 2</sSearch> <sortColumnIndex>8</sortColumnIndex> <sortDirection>sample string 9</sortDirection> </DataTableParamModel>
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.