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": "ccf540dc-32db-4f8e-9489-277090cf382e",
"AuctionSessionId": "26d39c7e-cbe8-41c7-8ba3-b228b540d23f"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.