Returns a list of items won by the specified buyer.
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. |
NOTE: Variables to place in the query string of the request.
Parameter | Data Type | Valid Values | Description |
---|---|---|---|
BuyerID | integer | Valid User ID | The buyer's UserID to search. |
DaysBack | integer | Optional, defaults to 45. A number greater than 0. | The number of days to search. |
If there are no errors with the input parameters, this call will respond with a 200 OK
and the following data as serialized JSON
Parameter | Data Type | Valid Values | Description |
---|---|---|---|
Buyer | User Info | The User Info object for the specified Buyer. | |
Items | Array of Warranty Item | A list of items matching the provided Buyer ID for the requested number of days back. |