POST api/ECommerceCreditGateway/GetMultipleProposalInfo

Restituisce informazioni di più proposte in un’unica chiamata

Request Information

URI Parameters

None.

Body Parameters

Inserire tutti i Token ricevuti in precedenza da SendProposal

GET_MULTIPLE_INFO_REQUEST
NameDescriptionTypeAdditional information
TokenList

Collection of string

Required

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<GET_MULTIPLE_INFO_REQUEST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CreditGatewayBusiness">
  <TokenList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </TokenList>
</GET_MULTIPLE_INFO_REQUEST>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

le informazioni di piu' proposte: codice ordine, codice proposta e stato

GET_MULTIPLE_INFO_RESPONSE
NameDescriptionTypeAdditional information
InfoResultList

Collection of GET_INFO_RESPONSE

None.

ErrorList

Collection of Error

None.

HasError

boolean

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.