Auction Bidding

URL:
Method: POST	
https://saasapi.igainapp.in/v1/auction.php/auctionbidding
					

Request Parameters

Parameter Type Position # Description
Authorization string Header Required Authorization is the Enrypted Company API KEY
membershipid integer Body Required Membership ID
phoneno integer Body Required Phone number without country code
auctionid integer Body Required Auction id
bidvalue integer/float Body Required New bid value

Sample Request Body

{								
    "membershipid":"1234567890",
    "phoneno":"1234567890",
    "auctionid":"5",
    "bidvalue":"150"
}

Sample Request Response

{
    "errorcode": 1001,
    "message": "Ok"
}

Error Codes

Error Code Description
3121 Required field(s) is missing or empty
3122 Phone number is not valid
2003 Unable to locate membership id
2070 Bid value should be greater or equal to minimum bid Amount!
2014 You don't have sufficient balance
2015 Auction Id is blank or Invalid Auction
1001 OK