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": "6e090b15-586e-40b3-a77b-ca92f39030a8",
"AuctionSessionId": "c4dd9cd2-dbd5-4168-b899-89e94d96a2c5",
"Status": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.