POST api/Report/Detailed_IMEI_No_ActivationReport
Request Information
URI Parameters
None.
Body Parameters
IMEI_No_ActivationReportInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| PeriodFilterOn | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| DocumentTypeCode | string |
None. |
|
| PartyTypeCode | string |
None. |
|
| PartySearchCode | string |
None. |
|
| ItemModelSearchCode | string |
None. |
|
| DealerColumnListCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| BrandCodeList | string |
None. |
|
| SalespersonCodeList | string |
None. |
|
| ProductCodeList | string |
None. |
|
| ProdCatgCodeList | string |
None. |
|
| ItemModelCatgCodeList | string |
None. |
|
| ItemClassTypeCodeList | string |
None. |
|
| ItemClassCodeList | string |
None. |
|
| IMEINo | string |
None. |
|
| Groupby1 | string |
None. |
|
| Groupby2 | string |
None. |
|
| Groupby3 | string |
None. |
|
| Group1Name | string |
None. |
|
| Group2Name | string |
None. |
|
| Group3Name | string |
None. |
|
| ShowIMEINo | boolean |
None. |
|
| DownloadReport | boolean |
None. |
|
| RemoveColumns | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"PeriodFilterOn": "sample string 4",
"StartDate": 5,
"EndDate": 6,
"DocumentTypeCode": "sample string 7",
"PartyTypeCode": "sample string 8",
"PartySearchCode": "sample string 9",
"ItemModelSearchCode": "sample string 10",
"DealerColumnListCode": "sample string 11",
"BranchCodeList": "sample string 12",
"BrandCodeList": "sample string 13",
"SalespersonCodeList": "sample string 14",
"ProductCodeList": "sample string 15",
"ProdCatgCodeList": "sample string 16",
"ItemModelCatgCodeList": "sample string 17",
"ItemClassTypeCodeList": "sample string 18",
"ItemClassCodeList": "sample string 19",
"IMEINo": "sample string 20",
"Groupby1": "sample string 21",
"Groupby2": "sample string 22",
"Groupby3": "sample string 23",
"Group1Name": "sample string 24",
"Group2Name": "sample string 25",
"Group3Name": "sample string 26",
"ShowIMEINo": true,
"DownloadReport": true,
"RemoveColumns": "sample string 29"
}
application/xml, text/xml
Sample:
<IMEI_No_ActivationReportInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchCodeList>sample string 12</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <BrandCodeList>sample string 13</BrandCodeList> <DBName>sample string 1</DBName> <DealerColumnListCode>sample string 11</DealerColumnListCode> <DocumentTypeCode>sample string 7</DocumentTypeCode> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <Group1Name>sample string 24</Group1Name> <Group2Name>sample string 25</Group2Name> <Group3Name>sample string 26</Group3Name> <Groupby1>sample string 21</Groupby1> <Groupby2>sample string 22</Groupby2> <Groupby3>sample string 23</Groupby3> <IMEINo>sample string 20</IMEINo> <ItemClassCodeList>sample string 19</ItemClassCodeList> <ItemClassTypeCodeList>sample string 18</ItemClassTypeCodeList> <ItemModelCatgCodeList>sample string 17</ItemModelCatgCodeList> <ItemModelSearchCode>sample string 10</ItemModelSearchCode> <PartySearchCode>sample string 9</PartySearchCode> <PartyTypeCode>sample string 8</PartyTypeCode> <PeriodFilterOn>sample string 4</PeriodFilterOn> <ProdCatgCodeList>sample string 16</ProdCatgCodeList> <ProductCodeList>sample string 15</ProductCodeList> <RemoveColumns>sample string 29</RemoveColumns> <SalespersonCodeList>sample string 14</SalespersonCodeList> <ShowIMEINo>true</ShowIMEINo> <StartDate>5</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </IMEI_No_ActivationReportInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |