POST api/v1/Customer_Reward4M_History/List
Request Information
URI Parameters
None.
Body Parameters
Customer_Reward4M_HistoryParamModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode | string |
None. |
|
| CustomerId | string |
None. |
|
| FromDate | decimal number |
None. |
|
| ToDate | decimal number |
None. |
|
| ConfigReward4MId | string |
None. |
|
| MaterialId | string |
None. |
|
| MaterialCode | string |
None. |
|
| CounterId | string |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| IsExportExcel | boolean |
None. |
|
| FilterQuery | Dictionary of string [key] and Object [value] |
None. |
|
| ScreenGUID | string |
None. |
|
| DocumentWidth | integer |
None. |
|
| Url | string |
None. |
|
| OptionConfigsMore | Dictionary of string [key] and Object [value] |
None. |
|
| QuerySearch | Dictionary of string [key] and Object [value] |
None. |
|
| IsTestCase | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Barcode": "sample string 1",
"CustomerId": "sample string 2",
"FromDate": 1.1,
"ToDate": 1.1,
"ConfigReward4MId": "sample string 3",
"MaterialId": "sample string 4",
"MaterialCode": "sample string 5",
"CounterId": "sample string 6",
"Page": 7,
"PageSize": 8,
"IsExportExcel": true,
"FilterQuery": null,
"ScreenGUID": "sample string 10",
"DocumentWidth": 11,
"Url": "sample string 12",
"OptionConfigsMore": null,
"QuerySearch": null,
"IsTestCase": true
}
application/xml, text/xml
Sample:
<Customer_Reward4M_HistoryParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models"> <DocumentWidth xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">11</DocumentWidth> <FilterQuery xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <IsTestCase xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">true</IsTestCase> <OptionConfigsMore xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <QuerySearch xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <ScreenGUID xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 10</ScreenGUID> <Url xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 12</Url> <Barcode>sample string 1</Barcode> <ConfigReward4MId>sample string 3</ConfigReward4MId> <CounterId>sample string 6</CounterId> <CustomerId>sample string 2</CustomerId> <FromDate>1.1</FromDate> <IsExportExcel>true</IsExportExcel> <MaterialCode>sample string 5</MaterialCode> <MaterialId>sample string 4</MaterialId> <Page>7</Page> <PageSize>8</PageSize> <ToDate>1.1</ToDate> </Customer_Reward4M_HistoryParamModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EzyResultObjectOfEzyDataSourceResultOfCustomer_Reward4M_HistoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | EzyDataSourceResultOfCustomer_Reward4M_HistoryModel |
None. |
|
| ExtraData | Dictionary of string [key] and Object [value] |
None. |
|
| StartTime | decimal number |
None. |
|
| EndTime | decimal number |
None. |
|
| TotalMili | decimal number |
None. |
|
| StatusCode | integer |
None. |
|
| Msg | string |
None. |
|
| MsgShowInUI | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Data": [
{
"Id": "sample string 1",
"CustomerId": "sample string 2",
"IM_CustomerBarcode": "sample string 3",
"CustomerCode": "sample string 4",
"CustomerName": "sample string 5",
"MaterialId": "sample string 6",
"MaterialCode": "sample string 7",
"MaterialName": "sample string 8",
"TotalRewardPoint": 1.0,
"LastBillEntDate": 1.1,
"ActionDate": 1.1,
"IM_Reward4MInfo": "sample string 9",
"IM_ApplyFrom": 1.1,
"IM_ApplyTo": 1.1,
"CounterName": "sample string 10",
"Exp_Details": "sample string 11"
},
{
"Id": "sample string 1",
"CustomerId": "sample string 2",
"IM_CustomerBarcode": "sample string 3",
"CustomerCode": "sample string 4",
"CustomerName": "sample string 5",
"MaterialId": "sample string 6",
"MaterialCode": "sample string 7",
"MaterialName": "sample string 8",
"TotalRewardPoint": 1.0,
"LastBillEntDate": 1.1,
"ActionDate": 1.1,
"IM_Reward4MInfo": "sample string 9",
"IM_ApplyFrom": 1.1,
"IM_ApplyTo": 1.1,
"CounterName": "sample string 10",
"Exp_Details": "sample string 11"
}
],
"DataTotal": [
{
"Id": "sample string 1",
"CustomerId": "sample string 2",
"IM_CustomerBarcode": "sample string 3",
"CustomerCode": "sample string 4",
"CustomerName": "sample string 5",
"MaterialId": "sample string 6",
"MaterialCode": "sample string 7",
"MaterialName": "sample string 8",
"TotalRewardPoint": 1.0,
"LastBillEntDate": 1.1,
"ActionDate": 1.1,
"IM_Reward4MInfo": "sample string 9",
"IM_ApplyFrom": 1.1,
"IM_ApplyTo": 1.1,
"CounterName": "sample string 10",
"Exp_Details": "sample string 11"
},
{
"Id": "sample string 1",
"CustomerId": "sample string 2",
"IM_CustomerBarcode": "sample string 3",
"CustomerCode": "sample string 4",
"CustomerName": "sample string 5",
"MaterialId": "sample string 6",
"MaterialCode": "sample string 7",
"MaterialName": "sample string 8",
"TotalRewardPoint": 1.0,
"LastBillEntDate": 1.1,
"ActionDate": 1.1,
"IM_Reward4MInfo": "sample string 9",
"IM_ApplyFrom": 1.1,
"IM_ApplyTo": 1.1,
"CounterName": "sample string 10",
"Exp_Details": "sample string 11"
}
],
"ExtraData": {},
"Errors": {},
"Total": 2
},
"ExtraData": null,
"StartTime": 1.1,
"EndTime": 2.1,
"TotalMili": 3.1,
"StatusCode": 4,
"Msg": "sample string 5",
"MsgShowInUI": "sample string 6"
}
application/xml, text/xml
Sample:
<EzyResultObjectOfEzyDataSourceResultOfCustomer_Reward4M_HistoryModel3BwjWE5fUXXDg0Sb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
<Msg>sample string 5</Msg>
<MsgShowInUI>sample string 6</MsgShowInUI>
<StatusCode>4</StatusCode>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.UI">
<d2p1:Errors />
<d2p1:ExtraData xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<d2p1:Total>2</d2p1:Total>
<d2p1:Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
<d3p1:Customer_Reward4M_HistoryModel>
<d3p1:ActionDate>1.1</d3p1:ActionDate>
<d3p1:CounterName>sample string 10</d3p1:CounterName>
<d3p1:CustomerCode>sample string 4</d3p1:CustomerCode>
<d3p1:CustomerId>sample string 2</d3p1:CustomerId>
<d3p1:CustomerName>sample string 5</d3p1:CustomerName>
<d3p1:Exp_Details>sample string 11</d3p1:Exp_Details>
<d3p1:IM_ApplyFrom>1.1</d3p1:IM_ApplyFrom>
<d3p1:IM_ApplyTo>1.1</d3p1:IM_ApplyTo>
<d3p1:IM_CustomerBarcode>sample string 3</d3p1:IM_CustomerBarcode>
<d3p1:IM_Reward4MInfo>sample string 9</d3p1:IM_Reward4MInfo>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:LastBillEntDate>1.1</d3p1:LastBillEntDate>
<d3p1:MaterialCode>sample string 7</d3p1:MaterialCode>
<d3p1:MaterialId>sample string 6</d3p1:MaterialId>
<d3p1:MaterialName>sample string 8</d3p1:MaterialName>
<d3p1:TotalRewardPoint>1</d3p1:TotalRewardPoint>
</d3p1:Customer_Reward4M_HistoryModel>
<d3p1:Customer_Reward4M_HistoryModel>
<d3p1:ActionDate>1.1</d3p1:ActionDate>
<d3p1:CounterName>sample string 10</d3p1:CounterName>
<d3p1:CustomerCode>sample string 4</d3p1:CustomerCode>
<d3p1:CustomerId>sample string 2</d3p1:CustomerId>
<d3p1:CustomerName>sample string 5</d3p1:CustomerName>
<d3p1:Exp_Details>sample string 11</d3p1:Exp_Details>
<d3p1:IM_ApplyFrom>1.1</d3p1:IM_ApplyFrom>
<d3p1:IM_ApplyTo>1.1</d3p1:IM_ApplyTo>
<d3p1:IM_CustomerBarcode>sample string 3</d3p1:IM_CustomerBarcode>
<d3p1:IM_Reward4MInfo>sample string 9</d3p1:IM_Reward4MInfo>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:LastBillEntDate>1.1</d3p1:LastBillEntDate>
<d3p1:MaterialCode>sample string 7</d3p1:MaterialCode>
<d3p1:MaterialId>sample string 6</d3p1:MaterialId>
<d3p1:MaterialName>sample string 8</d3p1:MaterialName>
<d3p1:TotalRewardPoint>1</d3p1:TotalRewardPoint>
</d3p1:Customer_Reward4M_HistoryModel>
</d2p1:Data>
<d2p1:DataTotal xmlns:d3p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
<d3p1:Customer_Reward4M_HistoryModel>
<d3p1:ActionDate>1.1</d3p1:ActionDate>
<d3p1:CounterName>sample string 10</d3p1:CounterName>
<d3p1:CustomerCode>sample string 4</d3p1:CustomerCode>
<d3p1:CustomerId>sample string 2</d3p1:CustomerId>
<d3p1:CustomerName>sample string 5</d3p1:CustomerName>
<d3p1:Exp_Details>sample string 11</d3p1:Exp_Details>
<d3p1:IM_ApplyFrom>1.1</d3p1:IM_ApplyFrom>
<d3p1:IM_ApplyTo>1.1</d3p1:IM_ApplyTo>
<d3p1:IM_CustomerBarcode>sample string 3</d3p1:IM_CustomerBarcode>
<d3p1:IM_Reward4MInfo>sample string 9</d3p1:IM_Reward4MInfo>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:LastBillEntDate>1.1</d3p1:LastBillEntDate>
<d3p1:MaterialCode>sample string 7</d3p1:MaterialCode>
<d3p1:MaterialId>sample string 6</d3p1:MaterialId>
<d3p1:MaterialName>sample string 8</d3p1:MaterialName>
<d3p1:TotalRewardPoint>1</d3p1:TotalRewardPoint>
</d3p1:Customer_Reward4M_HistoryModel>
<d3p1:Customer_Reward4M_HistoryModel>
<d3p1:ActionDate>1.1</d3p1:ActionDate>
<d3p1:CounterName>sample string 10</d3p1:CounterName>
<d3p1:CustomerCode>sample string 4</d3p1:CustomerCode>
<d3p1:CustomerId>sample string 2</d3p1:CustomerId>
<d3p1:CustomerName>sample string 5</d3p1:CustomerName>
<d3p1:Exp_Details>sample string 11</d3p1:Exp_Details>
<d3p1:IM_ApplyFrom>1.1</d3p1:IM_ApplyFrom>
<d3p1:IM_ApplyTo>1.1</d3p1:IM_ApplyTo>
<d3p1:IM_CustomerBarcode>sample string 3</d3p1:IM_CustomerBarcode>
<d3p1:IM_Reward4MInfo>sample string 9</d3p1:IM_Reward4MInfo>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:LastBillEntDate>1.1</d3p1:LastBillEntDate>
<d3p1:MaterialCode>sample string 7</d3p1:MaterialCode>
<d3p1:MaterialId>sample string 6</d3p1:MaterialId>
<d3p1:MaterialName>sample string 8</d3p1:MaterialName>
<d3p1:TotalRewardPoint>1</d3p1:TotalRewardPoint>
</d3p1:Customer_Reward4M_HistoryModel>
</d2p1:DataTotal>
</Data>
<EndTime>2.1</EndTime>
<ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<StartTime>1.1</StartTime>
<TotalMili>3.1</TotalMili>
</EzyResultObjectOfEzyDataSourceResultOfCustomer_Reward4M_HistoryModel3BwjWE5fUXXDg0Sb>