POST api/ManagerCoin/GetInforCoinCustomer
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of DataCoinModel| Name | Description | Type | Additional information |
|---|---|---|---|
| inforCustomer | InforCustomer |
None. |
|
| HistoryUseCoin | Collection of HistoryUseCoin |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"inforCustomer": {
"CustomerName": "sample string 1",
"CustomerPhone": "sample string 2",
"Coin": 3
},
"HistoryUseCoin": [
{
"CreateDate": "sample string 1",
"Voucher": "sample string 2",
"CoinUse": 3
},
{
"CreateDate": "sample string 1",
"Voucher": "sample string 2",
"CoinUse": 3
}
]
},
{
"inforCustomer": {
"CustomerName": "sample string 1",
"CustomerPhone": "sample string 2",
"Coin": 3
},
"HistoryUseCoin": [
{
"CreateDate": "sample string 1",
"Voucher": "sample string 2",
"CoinUse": 3
},
{
"CreateDate": "sample string 1",
"Voucher": "sample string 2",
"CoinUse": 3
}
]
}
]