POST api/TradeInApp/Action/UpdateLeadStatusInAMS?tradeInId={tradeInId}&leadStatus={leadStatus}
Update AMS TradeIn Lead Status
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tradeInId | integer |
Required |
|
| leadStatus | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageVM| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
|
| total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"message": "sample string 2",
"data": {},
"total": 4
}