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": "94b071a3-5fc7-477a-81b7-0cd23e6b5e52",
  "AuctionSessionId": "d571f0fe-a565-46be-9300-f170c47b847c",
  "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.