GET api/V2/GetPointWallet?customerId={customerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PointWalletVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Point | decimal number |
None. |
|
| Wallet | decimal number |
None. |
|
| PointWallet | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Point": 1.0,
"Wallet": 2.0,
"PointWallet": 3.0
}
multipart/form-data
Sample:
{"Point":1.0,"Wallet":2.0,"PointWallet":3.0}
application/xml, text/xml
Sample:
<PointWalletVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.ViewModel"> <Point>1</Point> <PointWallet>3</PointWallet> <Wallet>2</Wallet> </PointWalletVm>