GET api/InternalApp/GetEbayPrices?stockItemId={stockItemId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| stockItemId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PricesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| price | Object |
None. |
|
| timestamp | date |
None. |
|
| stockItemPrice | decimal number |
None. |
|
| name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"price": {
"$id": "2"
},
"timestamp": "2026-03-11T04:42:32.8740951+00:00",
"stockItemPrice": 3.1,
"name": "sample string 4"
},
{
"$ref": "1"
}
]