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": "e82e0555-9c54-4e24-bd35-e0c71d357d5c",
"AuctionSessionId": "ee0a423a-f63f-428a-8286-2f42f59c2b6b",
"Status": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.