Skip to content

Get Max Payout Amount

Request to be POSTed to uri : /NorenWClientTP/GetMaxPayoutAmount

Request Details

Parameter Name Possible value Description
jData* Should send json object with fields in below list
jKey* Key Obtained on login success.
Json Fields Possible value Description
uid* User id of the logged in user
actid* Login users account ID

Response Details

Response data will have below fields:

Json Fields Possible value Description
stat success or failure indication
request_time This will be present only in a successful response.
actid Account id
payout Maximum payout amount

Sample Success Response

{
"request_time":"15:52:26 10-05-2021",
"stat":"Ok",
"actid":"C-GURURAJ",
"payout":"21200.20"
}

Sample Failure Response

{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}