POST api/ECommerceCreditGateway/GetRentalBestPriceValue

Riceve in input un elenco di beni e restituisce la rata più conveniente per ciascuno.

Informazioni sulla richiesta

Parametri URI

Nessuno.

Parametri del corpo

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

Formati di richiesta

application/json

Esempio:
{
  "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,
      "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
    },
    {
      "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,
      "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
    }
  ],
  "VatIncluded": true
}

Informazioni sulla risposta

Descrizione della risorsa

GetRentalBestPriceValueResponseModel
NomeDescrizioneTipoInformazioni aggiuntive
RentalAssetList

Elenco dei beni da noleggiare

Collection of RentalAssetResponseModel

Nessuno.

ErrorList

Elenco Errori

Collection of Error

Nessuno.

HasError

Ha Errori

boolean

Nessuno.

Formato di risposta

application/json

Esempio:

Esempio non disponibile.