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": "a2f86b96-67cd-46ea-9dd5-17c77c4320f1",
"AuctionSessionId": "55563b2b-305b-436a-8158-521c3111a056"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.