POST v1/dealer/{dealerId}/dealerpayment/newcar

Update Dealer Payment Configuration for New Car

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dealerId

string

Required

Body Parameters

DealerNewCarPaymentData
NameDescriptionTypeAdditional information
DealerId

string

None.

Lease

DealerNewCarPaymentLeaseData

None.

Finance

DealerNewCarPaymentFinanceData

None.

Disclaimer

DealerNewCarPaymentDisclaimerData

None.

Request Formats

application/json, text/json

Sample:
{
  "dealerId": "sample string 1",
  "lease": {
    "enabled": true,
    "fcaEnabled": true,
    "priceToUse": "sample string 3",
    "monthlyPayment": true,
    "biWeeklyPayment": true,
    "weeklyPayment": true,
    "terms": [
      {
        "termId": 1,
        "term": 2,
        "enabled": true
      },
      {
        "termId": 1,
        "term": 2,
        "enabled": true
      }
    ],
    "oemDiscount": true,
    "doNotOverwriteLowerPrices": true
  },
  "finance": {
    "enabled": true,
    "fcaEnabled": true,
    "priceToUse": "sample string 3",
    "monthlyPayment": true,
    "biWeeklyPayment": true,
    "weeklyPayment": true,
    "terms": [
      {
        "termId": 1,
        "term": 2,
        "enabled": true
      },
      {
        "termId": 1,
        "term": 2,
        "enabled": true
      }
    ],
    "oemDiscount": true,
    "doNotOverwriteLowerPrices": true
  },
  "disclaimer": {
    "disclaimerForPayments": "sample string 1"
  }
}

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>.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.