Reference for https://rest.interfax.net/accounts/self/ppcards/balance
Url: https://rest.interfax.net/accounts/self/ppcards/balance
HTTP Method: GET
Message direction | Format | Body |
---|---|---|
Request | N/A | The Request body is empty. |
Response | Xml | Example,Schema |
Response | Json | Example |
The following is an example response Xml body:
<decimal>12678967.543233</decimal>
The following is an example response Json body:
12678967.543233
The following is the response Xml Schema:
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="decimal" type="xs:decimal" /> </xs:schema>