Skip to content

Commit dc695c0

Browse files
committed
Update client.md
1 parent 2df3146 commit dc695c0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

examples/client.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,18 @@ Service method:
4949
```php
5050
$response = $api->getClientByUsername($username);
5151
```
52+
53+
#### GET /client/usergroup/{id} - Get Clients Info by usergroup
54+
55+
Service method:
56+
```php
57+
$response = $api->getClientsByUsergroup(1);
58+
```
59+
60+
#### GET /client/status/{id} - Get Clients Info by status
61+
0 = pending, 1 = active, 2 = cancel, 3 = fraud
62+
63+
Service method:
64+
```php
65+
$response = $api->getClientsByStatus("fraud");
66+
```

0 commit comments

Comments
 (0)