POST api/customer/exportQr
Request Information
URI Parameters
None.
Body Parameters
ExportQrByAssetChild| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
None. |
|
| AuctionSessionId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "2c1aa3c7-8123-4357-b9e1-bdaaea0e5672",
"AuctionSessionId": "ce00ce0e-d3fa-40c0-83ac-0417db9e3677"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.