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": "d6803b37-e563-46d4-904c-97c0b5d58dc4",
"AuctionSessionId": "f5ae999d-d2aa-4e8a-a219-9273f8dc6422",
"Status": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.