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": "39b9d68a-244a-4b4f-a9c8-d03ccc474d1f",
"AuctionSessionId": "2d8d7da3-81f1-4e45-a7c2-ce26d313b9cf",
"Status": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.