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": "8f3d6334-5953-4f1e-9aa0-4e89825cf129",
"AuctionSessionId": "260b6027-966d-47c7-9330-dd5be3ffdbec"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.