POST api/TradeInApp/Action/UpdateLeadStatusInAMS?tradeInId={tradeInId}&leadStatus={leadStatus}

Update AMS TradeIn Lead Status

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tradeInId

integer

Required

leadStatus

string

Required

Body Parameters

None.

Response Information

Resource Description

MessageVM
NameDescriptionTypeAdditional 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
}