GET api/TradeInApp/{Id}?userId={userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| userId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TupleOfStringAndString| Name | Description | Type | Additional information |
|---|---|---|---|
| Item1 | string |
None. |
|
| Item2 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"m_Item1": "sample string 1",
"m_Item2": "sample string 2"
},
{
"m_Item1": "sample string 1",
"m_Item2": "sample string 2"
}
]