Admin Documentation

Overview

General Points    

1. All the API functions are request by user only through HTTP.
2. All APIs are based on UTC timezone.

Auth & Change Password    

1. All API's are token based. User will receive token in login api after successfully login.
2. To change admin's password call Change Password api.

User List   

We provide this api to check list of users registered on IDAPP from client side.

Bank   

1. Client can only add that type of bank account which banks admin added by calling this add bank api.
2. Admin can check all added bank by calling getbanklist api.

Admin Payment Method   

This section has Api's to get, update and add a new bank account or upi account of admin so client can pay amount in that account.

Transaction Report   

This section has all transaction related Api's.
1. Admin can get report of all transactions request from clients by calling Getalltrnrequest Api.
2. Admin can also get report of specific client by passing client's uid in Getreportsbyuid api.
3. Admin can also get report of specific transaction by passing transaction id in Gettrnrequestbyid api.
4. For settle deposit, withdrawl we have provide Updatetrnrequest api and Id Creation request you need to call addplayer api with Updatetrnrequest api.

Site Related API   

This section has all site related Api's.
1. By Using Add site Api Admin can add any new site and also update site details by calling updatesite Api.
2. By Using add game Api Admin can add available games in added site and also update game by calling updategame Api.
3. By Using add site plan Api Admin can add plan of any specific added site and also update siteplan by calling updatesiteplan Api.

Concern   

This section has api to check list of concern raised by client and update status of concern after resolve.


To check the secured api responce you need to get token by login and add that token in Authorise option, after that click on the Try it out button now you will see the responce of api.