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": "8b72bbef-b32c-44eb-b8c2-ed6b1d44d5f5",
"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>8b72bbef-b32c-44eb-b8c2-ed6b1d44d5f5</clubcardId> </ChargeClubcardByAPayRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"45a785a4-a96f-4ff9-bb43-94ac0ca024f0"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">45a785a4-a96f-4ff9-bb43-94ac0ca024f0</guid>