GET api/ECommerceCreditGateway/GetProposalInfo?TOKEN={TOKEN}&CheckForDocs={CheckForDocs}

Consente di ricevere lo stato corrente di una proposta insieme ad altre informazioni.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TOKEN

il token restituito in precedenza dalla SendProposal

string

Required

CheckForDocs

deprecated

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

le informazioni della proposta: codice ordine, codice proposta e stato

GET_INFO_RESPONSE
NameDescriptionTypeAdditional information
TOKEN

string

None.

ProposalID

string

None.

OrderID

string

None.

DossierID

string

None.

Business

Business

None.

Consumer

Consumer

None.

ProposalStatus

string

None.

FunderNotes

string

None.

ErrorList

Collection of Error

None.

HasError

boolean

None.

WarningList

Collection of Warning

None.

HasCI

boolean

None.

HasCF

boolean

None.

HasCTR

boolean

None.

HasVC

boolean

None.

HasFattura

boolean

None.

HasLACC

boolean

None.

InternetNR

string

None.

NumRichiesta

string

None.

NumContratto

string

None.

OutcomeDate

date

None.

RentalCost

RentalCost

None.

AssetList

None.

Response Formats

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

Sample:

Sample not available.