POST v1/dealer/{dealerId}/dealerpayment/usedcar
Update Dealer Payment Configuration for Used Car
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dealerId | string |
Required |
Body Parameters
DealerUsedCarPaymentDataName | Description | Type | Additional information |
---|---|---|---|
DealerId | string |
None. |
|
Used | DealerUsedCarPaymentUsedData |
None. |
|
Cpo | DealerUsedCarPaymentCpoData |
None. |
Request Formats
application/json, text/json
Sample:
{ "dealerId": "sample string 1", "used": { "enabled": true, "monthlyPayment": true, "biWeeklyPayment": true, "weeklyPayment": true, "financeFee": null, "term": { "from": 1, "to": 2, "fromIsDefault": true, "toIsDefault": true, "rateIsDefault": true }, "terms": [ { "year": 1, "rangeId": 2, "enabled": true, "from": 4, "to": 5, "fromIsDefault": true, "toIsDefault": true, "rateIsDefault": true }, { "year": 1, "rangeId": 2, "enabled": true, "from": 4, "to": 5, "fromIsDefault": true, "toIsDefault": true, "rateIsDefault": true } ] }, "cpo": { "financeFee": null, "term": { "from": 1, "to": 2, "fromIsDefault": true, "toIsDefault": true, "rateIsDefault": true }, "terms": [ { "year": 1, "rangeId": 2, "enabled": true, "from": 4, "to": 5, "fromIsDefault": true, "toIsDefault": true, "rateIsDefault": true }, { "year": 1, "rangeId": 2, "enabled": true, "from": 4, "to": 5, "fromIsDefault": true, "toIsDefault": true, "rateIsDefault": true } ] } }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Task<IHttpActionResult>.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.