POST v1/dealer/{dealerId}/dealerpayment/commercialrecreational
Update Dealer Payment Configuration for Commercial and Recreational
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dealerId | string |
Required |
Body Parameters
DealerCommercialRecreationalPaymentDataName | Description | Type | Additional information |
---|---|---|---|
DealerId | string |
None. |
|
CRPaymentFlag | boolean |
None. |
|
ParentCategoryId | integer |
None. |
|
DealerCategories | Collection of integer |
None. |
|
IsCategoryEnabled | boolean |
None. |
|
Enabled | boolean |
None. |
|
FinanceFee | Money |
None. |
|
MonthlyPayment | boolean |
None. |
|
BiWeeklyPayment | boolean |
None. |
|
WeeklyPayment | boolean |
None. |
|
Term | DealerCommercialRecreationalPaymentTermDefaultData |
None. |
|
Terms | Collection of DealerCommercialRecreationalPaymentTermData |
None. |
Request Formats
application/json, text/json
Sample:
{ "dealerId": "sample string 1", "crPaymentFlag": true, "parentCategoryId": 3, "dealerCategories": [ 1, 2 ], "isCategoryEnabled": true, "enabled": true, "financeFee": null, "monthlyPayment": true, "biWeeklyPayment": true, "weeklyPayment": true, "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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.