{
status: "error",
msg: "wrong operator operator userhash",
code: 1001
}
{
status: "error",
msg: "operator disabled",
code: 1002
}
{
status: "error",
msg: "this user not exist",
code: 1003
}
{
status: "error",
msg: "user exist but, this user does not belong to you",
code: 1004
}
{
status: "error",
msg: "transaction not found",
code: 1005
}
{
status: "error",
msg: "shop not found",
code: 1006
}
{
status: "error",
msg: "wrong family this shop not belong to you",
code: 1007
}
{
status: "error",
msg: "balance is empty",
code: 1008
}
{
status: "error",
msg: "wrong family this user not belong to you",
code: 1009
}
{
status: "error",
msg: "this shop does not have enough credits",
code: 1010
}
{
status: "error",
msg: "wrong family or username exist in our database please choose another",
code: 1011
}
{
status: "error",
msg: "this shop doesn't have hangout account limits",
code: 1012
}
{
status: "error",
msg: "this shop not exist",
code: 1013
}
{
status: "success",
username: "p100",
shopname: "cash100",
userhash: "a976e28e6a04442d76f93126807ca396",
enabled: 1,
panic: 1,
credits: 600,
time: 0.0071
}
{
status: "success",
action: "credits in",
credits: 100,
transactionID: 6370,
time: 0.248
}
{
status: "success",
action: "credits out",
credits: 100,
transactionID: 6371,
time: 0.007
}
{
status: "success",
transactionID: 6357,
in: 100,
out: 0,
description: "Api",
time: 0.0068
}
{
status: "success",
users: [
{
email: "atm_pc1",
userhash: "2f95b2360c8dff801c65183808fbe5d9",
score: 0,
alarm: 1,
enabled: 1
},
{
email: "atm_pc2",
userhash: "2f95b2360c8dff801c65183808fbsfsd",
score: 0,
alarm: 1,
enabled: 1
}
],
time: 0.0074
}
{
status "success"
msg "player created successfully"
msg1 "balance not load"
msg2 "shop don't have engout credits"
userhash "098f6bcd4621d373cade4e832627b4f6"
credits 0
code 2002
time 3.3979
}
RESULT PLAYER CREATED AND CREDITS LOAD
{
status "success"
action "player created successfully"
action2 "credits in"
userhash "098f6bcd4621d373cade4e832627b4f6"
transactionID 6407
credits 100
code 2001
time 3.6071
}
RESULT PLAYER EXIST AND CREDITS LOAD
{
status "success"
action "credits in"
credits 100
transactionID 6413
code 2003
time 0.2607
}