GET api/OuterGateBookingBulletin/GetBookingCart?uniqueCodeOfCart={uniqueCodeOfCart}

In funzione del codice univoco del carrello ritorna tutte le informazioni sul carrello e una lista dei bollettini prenotati solo se ci sono bollettini da pagare

Request Information

URI Parameters

NameDescriptionTypeAdditional information
uniqueCodeOfCart

Codice univoco della prenotazione

string

Required

Body Parameters

None.

Response Information

Resource Description

Modello di output del carrello delle prenotazioni

OuterBookingCartBulletinModelOut
NameDescriptionTypeAdditional information
BookingPayments

Lista dei bollettini prenotati ancora da pagare

Collection of OuterBookingPaymentsBulletinModelOut

None.

DenominationUserRegistered

Denominazione dell'utente registrato al portale che ha effettuato la richiesta di prenotazione

string

None.

UniqueCodeOfCart

Codice univo della prenotazione

string

None.

BookingCartState

Enumerativo dello stato della prenotazione

EnumBookingCartState

None.

BookingCartStateValue

Valore dell'enumerativo dello stato della prenotazione

string

None.

CreatedOnDate

Data di creazione

date time

None.

TotalPayments

Numero totale di tutti i pagamenti presenti in questo carrello

integer

None.

TotalAmountOfPayments

Importo totale di tutti i pagamenti presenti in questo carrello

decimal number

None.

TotalPaymentsPaid

Numero totale dei pagamenti prenotati già pagati presenti in questo carrello

integer

None.

TotalPaymentsToPay

Numero totale dei pagamenti prenotati ancora da pagare presenti in questo carrello

integer

None.

TotalAmountOfPaymentsToPay

Importo totale dei pagamenti prenotati ancora da pagare presenti in questo carrello

decimal number

None.

TotalPaymentsExpired

Numero totale dei pagamenti prenotati che sono scaduti e non è più possibile pagare presenti in questo carrello

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "BookingPayments": [
    {
      "PayeeCcp": 1,
      "PayeeName": "sample string 1",
      "BankPaymentSlipCode": "sample string 2",
      "CustomData1": "sample string 3",
      "CustomData2": "sample string 4",
      "CustomData3": "sample string 5",
      "CheckVerificationDeptPositionId": 6,
      "BookingPaymentId": 7,
      "PaymentState": 0,
      "PaymentStateValue": "sample string 8",
      "TypeBookingBulletin": 50,
      "TypeBookingBulletinValue": "PagoPa",
      "TransferAmount": 9.0,
      "PayableOnlyWithPos": true,
      "Cause": "sample string 12",
      "PaymentReason": "sample string 13",
      "CustomerId": 1,
      "CustomerLastNameOrBusinessName": "sample string 14",
      "CustomerName": "sample string 15",
      "CustomerAddress": "sample string 16",
      "CustomerCity": "sample string 17",
      "CustomerProvince": "sample string 18",
      "CustomerCountry": "sample string 19",
      "CustomerZipCode": "sample string 20",
      "CustomerExecutorId": 1,
      "CustomerExecutorLastNameOrBusinessName": "sample string 21",
      "CustomerExecutorName": "sample string 22",
      "DateOfBooking": "2025-05-14T03:31:19.5685078+02:00",
      "FeesAmount": 24.0,
      "PaymentDate": "2025-05-14T03:31:19.5685078+02:00",
      "Creditor": "sample string 25",
      "NoticeNumber": "sample string 26",
      "LicensePlate": "sample string 27"
    },
    {
      "PayeeCcp": 1,
      "PayeeName": "sample string 1",
      "BankPaymentSlipCode": "sample string 2",
      "CustomData1": "sample string 3",
      "CustomData2": "sample string 4",
      "CustomData3": "sample string 5",
      "CheckVerificationDeptPositionId": 6,
      "BookingPaymentId": 7,
      "PaymentState": 0,
      "PaymentStateValue": "sample string 8",
      "TypeBookingBulletin": 50,
      "TypeBookingBulletinValue": "PagoPa",
      "TransferAmount": 9.0,
      "PayableOnlyWithPos": true,
      "Cause": "sample string 12",
      "PaymentReason": "sample string 13",
      "CustomerId": 1,
      "CustomerLastNameOrBusinessName": "sample string 14",
      "CustomerName": "sample string 15",
      "CustomerAddress": "sample string 16",
      "CustomerCity": "sample string 17",
      "CustomerProvince": "sample string 18",
      "CustomerCountry": "sample string 19",
      "CustomerZipCode": "sample string 20",
      "CustomerExecutorId": 1,
      "CustomerExecutorLastNameOrBusinessName": "sample string 21",
      "CustomerExecutorName": "sample string 22",
      "DateOfBooking": "2025-05-14T03:31:19.5685078+02:00",
      "FeesAmount": 24.0,
      "PaymentDate": "2025-05-14T03:31:19.5685078+02:00",
      "Creditor": "sample string 25",
      "NoticeNumber": "sample string 26",
      "LicensePlate": "sample string 27"
    }
  ],
  "DenominationUserRegistered": "sample string 1",
  "UniqueCodeOfCart": "sample string 2",
  "BookingCartState": 0,
  "BookingCartStateValue": "Booked",
  "CreatedOnDate": "2025-05-14T03:31:19.5685078+02:00",
  "TotalPayments": 4,
  "TotalAmountOfPayments": 5.0,
  "TotalPaymentsPaid": 6,
  "TotalPaymentsToPay": 7,
  "TotalAmountOfPaymentsToPay": 8.0,
  "TotalPaymentsExpired": 9
}

application/xml, text/xml

Sample:
<OuterBookingCartBulletinModelOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">
  <BookingCartState>Booked</BookingCartState>
  <CreatedOnDate>2025-05-14T03:31:19.5685078+02:00</CreatedOnDate>
  <TotalAmountOfPayments>5</TotalAmountOfPayments>
  <TotalAmountOfPaymentsToPay>8</TotalAmountOfPaymentsToPay>
  <TotalPayments>4</TotalPayments>
  <TotalPaymentsExpired>9</TotalPaymentsExpired>
  <TotalPaymentsPaid>6</TotalPaymentsPaid>
  <TotalPaymentsToPay>7</TotalPaymentsToPay>
  <UniqueCodeOfCart>sample string 2</UniqueCodeOfCart>
  <BookingPayments>
    <OuterBookingPaymentsBulletinModelOut>
      <Amount>10</Amount>
      <BookingPaymentId>7</BookingPaymentId>
      <Cause>sample string 12</Cause>
      <CheckVerificationDeptPositionId>6</CheckVerificationDeptPositionId>
      <Creditor>sample string 25</Creditor>
      <CustomerAddress>sample string 16</CustomerAddress>
      <CustomerCity>sample string 17</CustomerCity>
      <CustomerCountry>sample string 19</CustomerCountry>
      <CustomerExecutorId>1</CustomerExecutorId>
      <CustomerExecutorLastNameOrBusinessName>sample string 21</CustomerExecutorLastNameOrBusinessName>
      <CustomerExecutorName>sample string 22</CustomerExecutorName>
      <CustomerId>1</CustomerId>
      <CustomerLastNameOrBusinessName>sample string 14</CustomerLastNameOrBusinessName>
      <CustomerName>sample string 15</CustomerName>
      <CustomerProvince>sample string 18</CustomerProvince>
      <CustomerZipCode>sample string 20</CustomerZipCode>
      <DateOfBooking>2025-05-14T03:31:19.5685078+02:00</DateOfBooking>
      <FeesAmount>24</FeesAmount>
      <LicensePlate>sample string 27</LicensePlate>
      <NoticeNumber>sample string 26</NoticeNumber>
      <PayableOnlyWithPos>true</PayableOnlyWithPos>
      <PaymentDate>2025-05-14T03:31:19.5685078+02:00</PaymentDate>
      <PaymentReason>sample string 13</PaymentReason>
      <PaymentState>Booked</PaymentState>
      <PaymentStateValue>sample string 8</PaymentStateValue>
      <TransferAmount>9</TransferAmount>
      <TypeBookingBulletin>PagoPa</TypeBookingBulletin>
      <BankPaymentSlipCode>sample string 2</BankPaymentSlipCode>
      <CustomData1>sample string 3</CustomData1>
      <CustomData2>sample string 4</CustomData2>
      <CustomData3>sample string 5</CustomData3>
      <PayeeCcp>1</PayeeCcp>
      <PayeeName>sample string 1</PayeeName>
    </OuterBookingPaymentsBulletinModelOut>
    <OuterBookingPaymentsBulletinModelOut>
      <Amount>10</Amount>
      <BookingPaymentId>7</BookingPaymentId>
      <Cause>sample string 12</Cause>
      <CheckVerificationDeptPositionId>6</CheckVerificationDeptPositionId>
      <Creditor>sample string 25</Creditor>
      <CustomerAddress>sample string 16</CustomerAddress>
      <CustomerCity>sample string 17</CustomerCity>
      <CustomerCountry>sample string 19</CustomerCountry>
      <CustomerExecutorId>1</CustomerExecutorId>
      <CustomerExecutorLastNameOrBusinessName>sample string 21</CustomerExecutorLastNameOrBusinessName>
      <CustomerExecutorName>sample string 22</CustomerExecutorName>
      <CustomerId>1</CustomerId>
      <CustomerLastNameOrBusinessName>sample string 14</CustomerLastNameOrBusinessName>
      <CustomerName>sample string 15</CustomerName>
      <CustomerProvince>sample string 18</CustomerProvince>
      <CustomerZipCode>sample string 20</CustomerZipCode>
      <DateOfBooking>2025-05-14T03:31:19.5685078+02:00</DateOfBooking>
      <FeesAmount>24</FeesAmount>
      <LicensePlate>sample string 27</LicensePlate>
      <NoticeNumber>sample string 26</NoticeNumber>
      <PayableOnlyWithPos>true</PayableOnlyWithPos>
      <PaymentDate>2025-05-14T03:31:19.5685078+02:00</PaymentDate>
      <PaymentReason>sample string 13</PaymentReason>
      <PaymentState>Booked</PaymentState>
      <PaymentStateValue>sample string 8</PaymentStateValue>
      <TransferAmount>9</TransferAmount>
      <TypeBookingBulletin>PagoPa</TypeBookingBulletin>
      <BankPaymentSlipCode>sample string 2</BankPaymentSlipCode>
      <CustomData1>sample string 3</CustomData1>
      <CustomData2>sample string 4</CustomData2>
      <CustomData3>sample string 5</CustomData3>
      <PayeeCcp>1</PayeeCcp>
      <PayeeName>sample string 1</PayeeName>
    </OuterBookingPaymentsBulletinModelOut>
  </BookingPayments>
  <DenominationUserRegistered>sample string 1</DenominationUserRegistered>
</OuterBookingCartBulletinModelOut>