/ItemsWon/{itemID} PUT

Returns a user's won items as a List Response.

URL
/ItemsWon/{itemID}
Verb
PUT

Headers

Header Data Type Valid Values Required Description
Content-Type string application/json YES The format your data will be sent to our site.
X-DevKey string string YES The devkey assigned to the developer.
X-AccessToken string string YES The token acquired from a POST to Users/AccessToken.

Input

NOTE: Variables to place in the body of the request.

Parameter Data Type Valid Values Description
HasBuyerSentPayment boolean true/false Optional - Mark item has payment received.
HasBuyerSentFFL boolean true/false Optional - Mark item received a FFL
HasBuyerReceivedItem boolean true/false Optional - Mark item has been received by buyer

Output

If there are no errors with the input parameters, this call will respond with a 200 OK and a Message Response indicating the item was updated.

Links

Rel Description Condition
self The item details