POST api/TradeInApp/Action/SaveWholeSalerPrice
Save whole saler price
Request Information
URI Parameters
None.
Body Parameters
SavePrice| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DealerCode | string |
None. |
|
| WholeSalerPrice | decimal number |
None. |
|
| OnBehalfUserId | integer |
None. |
|
| Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"DealerCode": "sample string 2",
"WholeSalerPrice": 3.0,
"OnBehalfUserId": 1,
"Notes": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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
}