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": "a03d5781-dba0-46a1-8803-538b4745524a",
"AuctionSessionId": "28b547c1-b001-4460-86e2-0fef2f6b7829",
"Status": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.