POST api/customer/update-buyrecord-status

Request Information

URI Parameters

None.

Body Parameters

UpdateBuyRecordStatusDto
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

AuctionSessionId

globally unique identifier

None.

Status

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "a03d5781-dba0-46a1-8803-538b4745524a",
  "AuctionSessionId": "28b547c1-b001-4460-86e2-0fef2f6b7829",
  "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 'UpdateBuyRecordStatusDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.