POST api/TradeInApp/Action/UpdateCustomerfromAMS

Request Information

URI Parameters

None.

Body Parameters

SingleIdLongVM
NameDescriptionTypeAdditional 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

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
}