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": "b1b53ec8-9d55-4b55-9d09-b97f36e8f4fd",
"AuctionSessionId": "bd18258c-31ca-415f-bbd0-73dbd7ec5906",
"Status": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.