POST v1/payment
Gets payment lease and finance information
Request Information
URI Parameters
None.
Body Parameters
Collection of PaymentInformationRequestName | Description | Type | Additional information |
---|---|---|---|
Vehicle | Vehicle |
None. |
|
Cash | CashPayment |
None. |
|
Lease | LeasePayment |
None. |
|
Finance | FinancePayment |
None. |
|
PostalCode | string |
None. |
|
IncludeLpdi | boolean |
None. |
|
IncludeOemToDealer | boolean |
None. |
|
ExcludeIncentives | Collection of string |
None. |
|
ApplicableTaxes | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[ { "vehicle": { "acode": "sample string 1", "vin": "sample string 2", "styleId": "sample string 3", "price": null, "msrp": null, "baseMsrp": null, "make": "sample string 4", "modelCode": "sample string 5", "freightPdi": null, "leviesTaxes": null, "packageCodes": [ "sample string 1", "sample string 2" ] }, "cash": { "discount": null, "incentives": [ "sample string 1", "sample string 2" ] }, "lease": { "deposit": null, "residual": 1.1, "term": 2, "interest": null, "institution": "sample string 3", "monthlyPayment": null, "dueAtSigning": null, "yearlyKm": 4.1, "yearlyKmExcess": null, "discount": null, "incentives": [ "sample string 1", "sample string 2" ] }, "finance": { "deposit": null, "term": 1, "interest": null, "costOfBorrowing": null, "institution": "sample string 2", "monthlyPayment": null, "depositPrcnt": null, "discount": null, "incentives": [ "sample string 1", "sample string 2" ] }, "postalCode": "sample string 1", "includeLpdi": true, "includeOemToDealer": true, "excludeIncentives": [ "sample string 1", "sample string 2" ], "applicableTaxes": 4.1 }, { "vehicle": { "acode": "sample string 1", "vin": "sample string 2", "styleId": "sample string 3", "price": null, "msrp": null, "baseMsrp": null, "make": "sample string 4", "modelCode": "sample string 5", "freightPdi": null, "leviesTaxes": null, "packageCodes": [ "sample string 1", "sample string 2" ] }, "cash": { "discount": null, "incentives": [ "sample string 1", "sample string 2" ] }, "lease": { "deposit": null, "residual": 1.1, "term": 2, "interest": null, "institution": "sample string 3", "monthlyPayment": null, "dueAtSigning": null, "yearlyKm": 4.1, "yearlyKmExcess": null, "discount": null, "incentives": [ "sample string 1", "sample string 2" ] }, "finance": { "deposit": null, "term": 1, "interest": null, "costOfBorrowing": null, "institution": "sample string 2", "monthlyPayment": null, "depositPrcnt": null, "discount": null, "incentives": [ "sample string 1", "sample string 2" ] }, "postalCode": "sample string 1", "includeLpdi": true, "includeOemToDealer": true, "excludeIncentives": [ "sample string 1", "sample string 2" ], "applicableTaxes": 4.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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.