POST api/customer/update-auctionsession-status
Request Information
URI Parameters
None.
Body Parameters
UpdateAuctionSessionStatusDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
None. |
|
| AuctionSessionId | globally unique identifier |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "0ce2c93c-0e53-4e28-8a1f-f50d9400c7da",
"AuctionSessionId": "740d51eb-5d42-44cf-9cd3-ded76f950a8f",
"Status": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.