POST api/customer/exportQr

Request Information

URI Parameters

None.

Body Parameters

ExportQrByAssetChild
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

AuctionSessionId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "1addb21e-59ea-4964-8367-c649bc33661a",
  "AuctionSessionId": "6b1d9e82-dfcd-4e7d-bc95-089391aa2b13"
}

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 'ExportQrByAssetChild'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.