POST api/customer/update-buyrecord-status
Request Information
URI Parameters
None.
Body Parameters
UpdateBuyRecordStatusDto| 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": "bc048b21-4a66-4641-8946-c3babaef2ce0",
"AuctionSessionId": "4cf215b8-82c7-4b21-b036-729dcb459599",
"Status": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.