GET api/TestSolds
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TestSold| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| sku | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"sku": "sample string 2"
},
{
"id": 1,
"sku": "sample string 2"
}
]