POST GetCCCardAmount

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "session": 1,
  "sequence": 2,
  "token": "sample string 3",
  "function": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<GetCCCardAmountRequest>
  <token>sample string 3</token>
  <function>AddCleanBag</function>
  <session>1</session>
  <sequence>2</sequence>
</GetCCCardAmountRequest>

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "data": 1.0,
  "valid": true,
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<GetCCCardAmountResponse>
  <valid>true</valid>
  <message>sample string 3</message>
  <data>1</data>
</GetCCCardAmountResponse>