POST api/Purchase/CheckAuctionDataHistory

Created By: Nishanth Created On: 2018/02/13 Checks the posted bid in the history table..

Request Information

URI Parameters

None.

Body Parameters

AuctionBid
NameDescriptionTypeAdditional information
AuctionDetailID

integer

None.

BidAmount

decimal number

None.

AuctionStatusPL

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "AuctionDetailID": 1,
  "BidAmount": 2.0,
  "AuctionStatusPL": 3,
  "CreatedBy": 4,
  "CreatedDate": "2020-02-27T04:48:34.1444185+11:00"
}

application/xml, text/xml

Sample:
<AuctionBid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models">
  <AuctionDetailID>1</AuctionDetailID>
  <AuctionStatusPL>3</AuctionStatusPL>
  <BidAmount>2</BidAmount>
  <CreatedBy>4</CreatedBy>
  <CreatedDate>2020-02-27T04:48:34.1444185+11:00</CreatedDate>
</AuctionBid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.