POST api/TradeInApp/Action/GetPriceDetail
Send Complete TradeIn
Request Information
URI Parameters
None.
Body Parameters
SingleIdLongVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MessageVMOfIEnumerableOfTradeInLogAppVM| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| message | string |
None. |
|
| data | Collection of TradeInLogAppVM |
None. |
|
| total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"message": "sample string 2",
"data": [
{
"Id": 1,
"TradeInId": 1,
"DealerId": 1,
"Notes": "sample string 2",
"AddedBy": 1,
"AddedDate": "2025-12-16T20:51:11.256104Z"
},
{
"Id": 1,
"TradeInId": 1,
"DealerId": 1,
"Notes": "sample string 2",
"AddedBy": 1,
"AddedDate": "2025-12-16T20:51:11.256104Z"
}
],
"total": 3
}