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": "5e1d957d-04c5-4f5a-84f3-0d4f1d06fdcc",
"AuctionSessionId": "7c12a31f-f554-42b3-90bb-63ce9f3c18fe",
"Status": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.