POST api/ECommerceCreditGateway/CompleteProposal

Completa la proposta pre-deliberata consentendo la trasmissione di IBAN per modulo SEPA e documenti necessari.

Request Information

URI Parameters

None.

Body Parameters

COMPLETE_PROPOSAL_REQUEST
NameDescriptionTypeAdditional information
TOKEN

string

Required

IBAN

string

Required

SignerDocType

string

None.

SignerDocNr

string

None.

SignerDocRelease

date

None.

SignerDocNationality

string

None.

SignerDocProvince

string

None.

SignerDocTown

string

None.

SignerDocExpiration

date

None.

Opecodunivoco

string

None.

Opepec

string

None.

DossierInfoToken

string

None.

RentalAssetList

Collection of RentalAsset

None.

Request Formats

application/json, text/json

Sample:
{
  "TOKEN": "sample string 1",
  "IBAN": "sample string 2",
  "SignerDocType": "sample string 3",
  "SignerDocNr": "sample string 4",
  "SignerDocRelease": "2024-09-19T19:05:37.6178301+02:00",
  "SignerDocNationality": "sample string 5",
  "SignerDocProvince": "sample string 6",
  "SignerDocTown": "sample string 7",
  "SignerDocExpiration": "2024-09-19T19:05:37.6178301+02:00",
  "Opecodunivoco": "sample string 8",
  "Opepec": "sample string 9",
  "DossierInfoToken": "sample string 10",
  "RentalAssetList": [
    {
      "CategoryCode": "sample string 1",
      "BrandCode": "sample string 2",
      "ModelCode": "sample string 3",
      "Amount": 4.0,
      "Description": "sample string 5",
      "ExternalCode": "sample string 6",
      "OriginalAmount": 7.0,
      "RealCost": 8.0,
      "DealerAmount": 9.0,
      "DealerCost": 10.0,
      "SupplierCode": "sample string 11",
      "SupplierOrderCode": "sample string 12",
      "VatCode": "sample string 13",
      "ExternalCategoryCode1": "sample string 14",
      "ExternalCategoryCode2": "sample string 15",
      "ExternalCategoryCode3": "sample string 16",
      "Availability": true,
      "IsDealerBuyer": true,
      "IsDealerSupplier": true,
      "InitialAmount": 19.0,
      "InitialGain": 20.0,
      "MinimumGain": 21.0,
      "DealerMarkup": 22.0,
      "MarkupJumpTable": 23.0,
      "DealerMarkupJumpTable": 24.0,
      "Rate": 25.0,
      "Fee": 26.0,
      "FeeDiscount": 27.0,
      "DifrentlyServiceCost": 28.0,
      "SelfRentPrice": 29.0,
      "Quantity": 1,
      "IsUsedAsset": true
    },
    {
      "CategoryCode": "sample string 1",
      "BrandCode": "sample string 2",
      "ModelCode": "sample string 3",
      "Amount": 4.0,
      "Description": "sample string 5",
      "ExternalCode": "sample string 6",
      "OriginalAmount": 7.0,
      "RealCost": 8.0,
      "DealerAmount": 9.0,
      "DealerCost": 10.0,
      "SupplierCode": "sample string 11",
      "SupplierOrderCode": "sample string 12",
      "VatCode": "sample string 13",
      "ExternalCategoryCode1": "sample string 14",
      "ExternalCategoryCode2": "sample string 15",
      "ExternalCategoryCode3": "sample string 16",
      "Availability": true,
      "IsDealerBuyer": true,
      "IsDealerSupplier": true,
      "InitialAmount": 19.0,
      "InitialGain": 20.0,
      "MinimumGain": 21.0,
      "DealerMarkup": 22.0,
      "MarkupJumpTable": 23.0,
      "DealerMarkupJumpTable": 24.0,
      "Rate": 25.0,
      "Fee": 26.0,
      "FeeDiscount": 27.0,
      "DifrentlyServiceCost": 28.0,
      "SelfRentPrice": 29.0,
      "Quantity": 1,
      "IsUsedAsset": true
    }
  ]
}

application/xml, text/xml

Sample:
<COMPLETE_PROPOSAL_REQUEST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CreditGatewayBusiness">
  <DossierInfoToken>sample string 10</DossierInfoToken>
  <IBAN>sample string 2</IBAN>
  <Opecodunivoco>sample string 8</Opecodunivoco>
  <Opepec>sample string 9</Opepec>
  <RentalAssetList>
    <RentalAsset>
      <Amount>4</Amount>
      <Availability>true</Availability>
      <BrandCode>sample string 2</BrandCode>
      <CategoryCode>sample string 1</CategoryCode>
      <DealerAmount>9</DealerAmount>
      <DealerCost>10</DealerCost>
      <DealerMarkup>22</DealerMarkup>
      <DealerMarkupJumpTable>24</DealerMarkupJumpTable>
      <Description>sample string 5</Description>
      <DifrentlyServiceCost>28</DifrentlyServiceCost>
      <ExternalCategoryCode1>sample string 14</ExternalCategoryCode1>
      <ExternalCategoryCode2>sample string 15</ExternalCategoryCode2>
      <ExternalCategoryCode3>sample string 16</ExternalCategoryCode3>
      <ExternalCode>sample string 6</ExternalCode>
      <Fee>26</Fee>
      <FeeDiscount>27</FeeDiscount>
      <InitialAmount>19</InitialAmount>
      <InitialGain>20</InitialGain>
      <IsDealerBuyer>true</IsDealerBuyer>
      <IsDealerSupplier>true</IsDealerSupplier>
      <IsUsedAsset>true</IsUsedAsset>
      <MarkupJumpTable>23</MarkupJumpTable>
      <MinimumGain>21</MinimumGain>
      <ModelCode>sample string 3</ModelCode>
      <OriginalAmount>7</OriginalAmount>
      <Quantity>1</Quantity>
      <Rate>25</Rate>
      <RealCost>8</RealCost>
      <SelfRentPrice>29</SelfRentPrice>
      <SupplierCode>sample string 11</SupplierCode>
      <SupplierOrderCode>sample string 12</SupplierOrderCode>
      <VatCode>sample string 13</VatCode>
    </RentalAsset>
    <RentalAsset>
      <Amount>4</Amount>
      <Availability>true</Availability>
      <BrandCode>sample string 2</BrandCode>
      <CategoryCode>sample string 1</CategoryCode>
      <DealerAmount>9</DealerAmount>
      <DealerCost>10</DealerCost>
      <DealerMarkup>22</DealerMarkup>
      <DealerMarkupJumpTable>24</DealerMarkupJumpTable>
      <Description>sample string 5</Description>
      <DifrentlyServiceCost>28</DifrentlyServiceCost>
      <ExternalCategoryCode1>sample string 14</ExternalCategoryCode1>
      <ExternalCategoryCode2>sample string 15</ExternalCategoryCode2>
      <ExternalCategoryCode3>sample string 16</ExternalCategoryCode3>
      <ExternalCode>sample string 6</ExternalCode>
      <Fee>26</Fee>
      <FeeDiscount>27</FeeDiscount>
      <InitialAmount>19</InitialAmount>
      <InitialGain>20</InitialGain>
      <IsDealerBuyer>true</IsDealerBuyer>
      <IsDealerSupplier>true</IsDealerSupplier>
      <IsUsedAsset>true</IsUsedAsset>
      <MarkupJumpTable>23</MarkupJumpTable>
      <MinimumGain>21</MinimumGain>
      <ModelCode>sample string 3</ModelCode>
      <OriginalAmount>7</OriginalAmount>
      <Quantity>1</Quantity>
      <Rate>25</Rate>
      <RealCost>8</RealCost>
      <SelfRentPrice>29</SelfRentPrice>
      <SupplierCode>sample string 11</SupplierCode>
      <SupplierOrderCode>sample string 12</SupplierOrderCode>
      <VatCode>sample string 13</VatCode>
    </RentalAsset>
  </RentalAssetList>
  <SignerDocExpiration>2024-09-19T19:05:37.6178301+02:00</SignerDocExpiration>
  <SignerDocNationality>sample string 5</SignerDocNationality>
  <SignerDocNr>sample string 4</SignerDocNr>
  <SignerDocProvince>sample string 6</SignerDocProvince>
  <SignerDocRelease>2024-09-19T19:05:37.6178301+02:00</SignerDocRelease>
  <SignerDocTown>sample string 7</SignerDocTown>
  <SignerDocType>sample string 3</SignerDocType>
  <TOKEN>sample string 1</TOKEN>
</COMPLETE_PROPOSAL_REQUEST>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

COMPLETE_PROPOSAL_RESPONSE
NameDescriptionTypeAdditional information
TOKEN

string

None.

ErrorList

Collection of Error

None.

HasError

boolean

None.

Response Formats

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

Sample:

Sample not available.