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": "7ceed842-b2dd-4d46-9413-175fcd8aaf11",
  "AuctionSessionId": "b0273788-0bfd-4579-8cb6-52948d4c16dd"
}

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.