GET api/OuterGateBookingBulletin/GetBookingReceiptJson?uniqueCodeOfCart={uniqueCodeOfCart}
Ritorna un modello json di output della ricevuta della prenotazione in funzione del codice univoco della prenotazione
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
uniqueCodeOfCart |
Codice univoco della prenotazione |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Modello di output in formato json della ricevuta.
OuterBookingReceiptJsonModelOutOfOuterReceiptBulletinName | Description | Type | Additional information |
---|---|---|---|
Currency | OuterReceiptCurrency |
None. |
|
Header | OuterReceiptHeader |
None. |
|
Body | OuterReceiptBodyOfOuterReceiptBulletin |
None. |
|
Footer | OuterReceiptFooter |
None. |
Response Formats
application/json, text/json
Sample:
{ "Currency": { "Code": "sample string 1", "Symbol": "sample string 2" }, "Header": { "Base64Logo": "sample string 1", "InfoLine1": "sample string 2", "InfoLine2": "sample string 3", "Recap": "sample string 4", "DateOfBooking": "2025-09-16T11:05:14.3145953+02:00" }, "Body": { "OuterReceiptPayments": [ { "BookingPaymentId": 1, "TypeOfBulletin": "sample string 2", "Amount": 3.0, "PayableOnlyWithPos": true, "AmountWarning": "sample string 5", "DateOfBooking": "2025-09-16T11:05:14.3145953+02:00", "PayeeCcp": 7, "PayeeName": "sample string 8", "Cause": "sample string 9", "CustomerDenomination": "sample string 10", "CustomerFullAddress": "sample string 11" }, { "BookingPaymentId": 1, "TypeOfBulletin": "sample string 2", "Amount": 3.0, "PayableOnlyWithPos": true, "AmountWarning": "sample string 5", "DateOfBooking": "2025-09-16T11:05:14.3145953+02:00", "PayeeCcp": 7, "PayeeName": "sample string 8", "Cause": "sample string 9", "CustomerDenomination": "sample string 10", "CustomerFullAddress": "sample string 11" } ] }, "Footer": { "TotalAmountLabel": "sample string 1", "TotalAmount": 2.0, "LegalInfo": "sample string 3", "Base64BarCode": "sample string 4", "UniqueCodeOfCart": "sample string 5", "Base64InstituteLogo": "sample string 6", "InstituteInfo": "sample string 7" } }
application/xml, text/xml
Sample:
<OuterBookingReceiptJsonModelOutOfOuterReceiptBulletinMTQWGKT8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking.Receipt"> <Body> <OuterReceiptPayments> <OuterReceiptBulletin> <Amount>3</Amount> <AmountWarning>sample string 5</AmountWarning> <BookingPaymentId>1</BookingPaymentId> <Cause>sample string 9</Cause> <CustomerDenomination>sample string 10</CustomerDenomination> <CustomerFullAddress>sample string 11</CustomerFullAddress> <DateOfBooking>2025-09-16T11:05:14.3145953+02:00</DateOfBooking> <PayableOnlyWithPos>true</PayableOnlyWithPos> <PayeeCcp>7</PayeeCcp> <PayeeName>sample string 8</PayeeName> <TypeOfBulletin>sample string 2</TypeOfBulletin> </OuterReceiptBulletin> <OuterReceiptBulletin> <Amount>3</Amount> <AmountWarning>sample string 5</AmountWarning> <BookingPaymentId>1</BookingPaymentId> <Cause>sample string 9</Cause> <CustomerDenomination>sample string 10</CustomerDenomination> <CustomerFullAddress>sample string 11</CustomerFullAddress> <DateOfBooking>2025-09-16T11:05:14.3145953+02:00</DateOfBooking> <PayableOnlyWithPos>true</PayableOnlyWithPos> <PayeeCcp>7</PayeeCcp> <PayeeName>sample string 8</PayeeName> <TypeOfBulletin>sample string 2</TypeOfBulletin> </OuterReceiptBulletin> </OuterReceiptPayments> </Body> <Currency> <Code>sample string 1</Code> <Symbol>sample string 2</Symbol> </Currency> <Footer> <Base64BarCode>sample string 4</Base64BarCode> <Base64InstituteLogo>sample string 6</Base64InstituteLogo> <InstituteInfo>sample string 7</InstituteInfo> <LegalInfo>sample string 3</LegalInfo> <TotalAmount>2</TotalAmount> <TotalAmountLabel>sample string 1</TotalAmountLabel> <UniqueCodeOfCart>sample string 5</UniqueCodeOfCart> </Footer> <Header> <Base64Logo>sample string 1</Base64Logo> <DateOfBooking>2025-09-16T11:05:14.3145953+02:00</DateOfBooking> <InfoLine1>sample string 2</InfoLine1> <InfoLine2>sample string 3</InfoLine2> <Recap>sample string 4</Recap> </Header> </OuterBookingReceiptJsonModelOutOfOuterReceiptBulletinMTQWGKT8>