POST api/ECommerceCreditGateway/GetQuotationValues
Recupera i costi di noleggio per un elenco specifico di beni trasmessi attraverso la RentalAssetList.
Informazioni sulla richiesta
Parametri URI
Nessuno.
Parametri del corpo
Carrello di beni selezionato dall'utente
GetQuotationValuesModel| Nome | Descrizione | Tipo | Informazioni aggiuntive |
|---|---|---|---|
| Login |
Accesso |
string |
Obbligatorio |
| RentalAssetList |
Elenco dei beni da noleggiare |
Collection of RentalAsset |
Obbligatorio |
| VatIncluded |
Usato per indicare se l'IVA è inclusa negli importi dei beni e delle operazioni |
boolean |
Nessuno. |
| FacilityCode |
Codice convenzione |
string |
Nessuno. |
| AgreementCode |
Codice accordo |
string |
Nessuno. |
| MLAToken |
|
string |
Nessuno. |
| Frequency |
Frequenza |
integer |
Nessuno. |
| MlaAmount |
|
decimal number |
Nessuno. |
Formati di richiesta
application/json
{
"Login": "sample string 1",
"RentalAssetList": [
{
"CategoryCode": "sample string 1",
"BrandCode": "sample string 2",
"ModelCode": "sample string 3",
"Amount": 4.0,
"Description": "sample string 5",
"ExternalCode": "sample string 6",
"OriginalAmount": 7.0,
"RealCost": 8.0,
"DealerAmount": 9.0,
"DealerCost": 10.0,
"SupplierCode": "sample string 11",
"SupplierOrderCode": "sample string 12",
"VatCode": "sample string 13",
"ExternalCategoryCode1": "sample string 14",
"ExternalCategoryCode2": "sample string 15",
"ExternalCategoryCode3": "sample string 16",
"Availability": true,
"IsDealerBuyer": true,
"IsProtectionPlan": true,
"IsDealerSupplier": true,
"InitialAmount": 19.0,
"InitialGain": 20.0,
"MinimumGain": 21.0,
"DealerMarkup": 22.0,
"MarkupJumpTable": 23.0,
"DealerMarkupJumpTable": 24.0,
"Rate": 25.0,
"Fee": 26.0,
"FeeDiscount": 27.0,
"DifrentlyServiceCost": 28.0,
"SelfRentPrice": 29.0,
"Quantity": 1,
"IsUsedAsset": true,
"AssetType": "sample string 30",
"AssetRelease": "sample string 31"
},
{
"CategoryCode": "sample string 1",
"BrandCode": "sample string 2",
"ModelCode": "sample string 3",
"Amount": 4.0,
"Description": "sample string 5",
"ExternalCode": "sample string 6",
"OriginalAmount": 7.0,
"RealCost": 8.0,
"DealerAmount": 9.0,
"DealerCost": 10.0,
"SupplierCode": "sample string 11",
"SupplierOrderCode": "sample string 12",
"VatCode": "sample string 13",
"ExternalCategoryCode1": "sample string 14",
"ExternalCategoryCode2": "sample string 15",
"ExternalCategoryCode3": "sample string 16",
"Availability": true,
"IsDealerBuyer": true,
"IsProtectionPlan": true,
"IsDealerSupplier": true,
"InitialAmount": 19.0,
"InitialGain": 20.0,
"MinimumGain": 21.0,
"DealerMarkup": 22.0,
"MarkupJumpTable": 23.0,
"DealerMarkupJumpTable": 24.0,
"Rate": 25.0,
"Fee": 26.0,
"FeeDiscount": 27.0,
"DifrentlyServiceCost": 28.0,
"SelfRentPrice": 29.0,
"Quantity": 1,
"IsUsedAsset": true,
"AssetType": "sample string 30",
"AssetRelease": "sample string 31"
}
],
"VatIncluded": true,
"FacilityCode": "sample string 3",
"AgreementCode": "sample string 4",
"MLAToken": "sample string 5",
"Frequency": 6,
"MlaAmount": 1.0
}
Informazioni sulla risposta
Descrizione della risorsa
Costi di noleggio comprensivi di spese di gestione, costi assicurativi, durate possibili e relative tariffe.
GET_RENTAL_VALUES_RESPONSE| Nome | Descrizione | Tipo | Informazioni aggiuntive |
|---|---|---|---|
| InstallmentList |
Elenco delle Rate |
Collection of Installment |
Nessuno. |
| InsuranceCost |
Ignorare |
decimal number |
Nessuno. |
| InitialPayment |
Pagamento Iniziale |
decimal number |
Nessuno. |
| Commission |
Ignorare |
decimal number |
Nessuno. |
| isFacilityDiscount |
Ignorare |
boolean |
Nessuno. |
| ErrorList |
Elenco Errori |
Collection of Error |
Nessuno. |
| HasError |
Ha Errori |
boolean |
Nessuno. |
Formato di risposta
application/json
Esempio non disponibile.