POST api/customer/update-auctionsession-status

Request Information

URI Parameters

None.

Body Parameters

UpdateAuctionSessionStatusDto
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

AuctionSessionId

globally unique identifier

None.

Status

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "6297d9d4-e4d5-4046-ac0f-69b4bb68cf7b",
  "AuctionSessionId": "a44f78dc-bc2b-46b0-8ee9-fb58ec528c58",
  "Status": 3
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateAuctionSessionStatusDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.