Query General
Methods related querying general information such as enum values
Last updated
Was this helpful?
Methods related querying general information such as enum values
Last updated
Was this helpful?
A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.
A1842D663E9A4A72XXXXXXXX303541303234373138
application/json
application/json
The enumeration type to query.
TXStatus
Possible values: POST /APIcardProcREST/v1.0.0/Query/Enum HTTP/1.1
Host: easypay5.com
SessKey: A1842D663E9A4A72XXXXXXXX303541303234373138
Content-Type: application/json
Accept: application/json
Content-Length: 20
{
"Query": "TXStatus"
}
Successfully returned enum records
{
"Enum_QueryResult": {
"EnumItems": [
{
"EnumText": "ALL",
"EnumValue": -1
}
],
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"RespMsg": "Successfully Returned Enum Records : 6"
}
}