GET api/TradeInApp/Action/GetProgressAttachmentByDealers?dealers={dealers}&date={date}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dealers | string |
Required |
|
date | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TupleOfStringAndStringName | 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" } ]