POST ticket/clubcard/rechargeByAPay/{appId}/{auth}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId | integer |
Required |
|
| auth | string |
Required |
Body Parameters
ChargeClubcardByAPayRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| clubcardId | globally unique identifier |
None. |
|
| amount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"clubcardId": "ab3fba3d-d031-4c8b-bdc9-681362debb77",
"amount": 2
}
application/xml, text/xml
Sample:
<ChargeClubcardByAPayRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tiszamozi_API.Models"> <amount>2</amount> <clubcardId>ab3fba3d-d031-4c8b-bdc9-681362debb77</clubcardId> </ChargeClubcardByAPayRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"6513273d-9e56-4c6f-8ca3-944a8d01b56a"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6513273d-9e56-4c6f-8ca3-944a8d01b56a</guid>