POST api/ECommerceCreditGateway/GetFunderContract

Recupera il contratto firmato dal funder

Informazioni sulla richiesta

Parametri URI

Nessuno.

Parametri del corpo

GetFunderContract_Request
NomeDescrizioneTipoInformazioni aggiuntive
Login

Accesso

string

Obbligatorio

TOKEN

Il token restituito in precedenza da SendProposal

string

Nessuno.

Formati di richiesta

application/json

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

Informazioni sulla risposta

Descrizione della risorsa

GetFunderContract_Response
NomeDescrizioneTipoInformazioni aggiuntive
documento

Documento

FunderContract

Nessuno.

ErrorList

Elenco Errori

Collection of Error

Nessuno.

HasError

Ha Errori

boolean

Nessuno.

Formato di risposta

application/json

Esempio:

Esempio non disponibile.