POST api/ECommerceCreditGateway/SendCompletedDossier

Recupera il contratto firmato e notifica a Grenke.

Informazioni sulla richiesta

Parametri URI

Nessuno.

Parametri del corpo

SendCompletedDossierRequestModel
NomeDescrizioneTipoInformazioni aggiuntive
Login

Accesso

string

Obbligatorio

TOKEN

Il token restituito in precedenza da SendProposal

string

Obbligatorio

FacilityCode

Codice convenzione

string

Nessuno.

Formati di richiesta

application/json

Esempio:
{
  "Login": "sample string 1",
  "TOKEN": "sample string 2",
  "FacilityCode": "sample string 3"
}

Informazioni sulla risposta

Descrizione della risorsa

SendCompletedDossier_Response
NomeDescrizioneTipoInformazioni aggiuntive
TOKEN

Il token restituito in precedenza da SendProposal

string

Nessuno.

ErrorList

Elenco Errori

Collection of Error

Nessuno.

HasError

Ha Errori

boolean

Nessuno.

Formato di risposta

application/json

Esempio:

Esempio non disponibile.