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": "1a60f763-b371-40e8-8bdf-0dd30d11f497",
"AuctionSessionId": "faa387fe-cdbc-4d8d-8b99-d1e703aa6473"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.