POST api/ECommerceCreditGateway/GetMultipleProposalInfo

Restituisce informazioni da diverse proposte in una singola chiamata

Informazioni sulla richiesta

Parametri URI

Nessuno.

Parametri del corpo

GET_MULTIPLE_INFO_REQUEST
NomeDescrizioneTipoInformazioni aggiuntive
Login

Accesso

string

Nessuno.

TokenList

Inserisci tutti i token ricevuti in precedenza da SendProposal

Collection of string

Obbligatorio

Formati di richiesta

application/json

Esempio:
{
  "Login": "sample string 1",
  "TokenList": [
    "sample string 1",
    "sample string 2"
  ]
}

Informazioni sulla risposta

Descrizione della risorsa

Informazioni su diverse proposte: codice ordine, codice proposta e stato

GET_MULTIPLE_INFO_RESPONSE
NomeDescrizioneTipoInformazioni aggiuntive
InfoResultList

Collection of GET_INFO_RESPONSE

Nessuno.

ErrorList

Elenco Errori

Collection of Error

Nessuno.

HasError

Ha Errori

boolean

Nessuno.

Formato di risposta

application/json

Esempio:

Esempio non disponibile.