GET api/showPriceDetails?showID={showID}&layoutID={layoutID}&transactionType={transactionType}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
showID
No documentation available.

Define this parameter in the request URI.

layoutID
No documentation available.

Define this parameter in the request URI.

transactionType
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "PriceList": {
      "ID": 1,
      "ShowID": 2,
      "TheatreAuditoriumLayoutID": 3,
      "TheatreAuditoriumLayoutSectionID": 4,
      "NetPrice": 5.0,
      "PriceLevelName": "sample string 6",
      "EventID": 7,
      "TheatreSeatPriceLevelID": 8,
      "Price": 9.0,
      "IsSellable": true,
      "IsReservable": true,
      "LoyaltyProgramID": 12,
      "LoyaltyProgramMembershipID": 13,
      "LoyaltyProgramLevel": "sample string 14",
      "LoyaltyProgramName": "sample string 15",
      "MaxLoyaltyQuantity": 16,
      "LoyaltyProgramPolicyTicketCategoryUsageRestrictionID": 17,
      "Selected": 18,
      "Available": 19,
      "MaxAvailable": 20,
      "TicketCategoryID": 21,
      "UsageRestrictionDays": 22,
      "IsShowActiveForTransaction": true,
      "NoOfTickets": 24
    },
    "IsAvailable": true
  },
  {
    "PriceList": {
      "ID": 1,
      "ShowID": 2,
      "TheatreAuditoriumLayoutID": 3,
      "TheatreAuditoriumLayoutSectionID": 4,
      "NetPrice": 5.0,
      "PriceLevelName": "sample string 6",
      "EventID": 7,
      "TheatreSeatPriceLevelID": 8,
      "Price": 9.0,
      "IsSellable": true,
      "IsReservable": true,
      "LoyaltyProgramID": 12,
      "LoyaltyProgramMembershipID": 13,
      "LoyaltyProgramLevel": "sample string 14",
      "LoyaltyProgramName": "sample string 15",
      "MaxLoyaltyQuantity": 16,
      "LoyaltyProgramPolicyTicketCategoryUsageRestrictionID": 17,
      "Selected": 18,
      "Available": 19,
      "MaxAvailable": 20,
      "TicketCategoryID": 21,
      "UsageRestrictionDays": 22,
      "IsShowActiveForTransaction": true,
      "NoOfTickets": 24
    },
    "IsAvailable": true
  },
  {
    "PriceList": {
      "ID": 1,
      "ShowID": 2,
      "TheatreAuditoriumLayoutID": 3,
      "TheatreAuditoriumLayoutSectionID": 4,
      "NetPrice": 5.0,
      "PriceLevelName": "sample string 6",
      "EventID": 7,
      "TheatreSeatPriceLevelID": 8,
      "Price": 9.0,
      "IsSellable": true,
      "IsReservable": true,
      "LoyaltyProgramID": 12,
      "LoyaltyProgramMembershipID": 13,
      "LoyaltyProgramLevel": "sample string 14",
      "LoyaltyProgramName": "sample string 15",
      "MaxLoyaltyQuantity": 16,
      "LoyaltyProgramPolicyTicketCategoryUsageRestrictionID": 17,
      "Selected": 18,
      "Available": 19,
      "MaxAvailable": 20,
      "TicketCategoryID": 21,
      "UsageRestrictionDays": 22,
      "IsShowActiveForTransaction": true,
      "NoOfTickets": 24
    },
    "IsAvailable": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfShowPricesTheatreAuditoriumSectionViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AMTIX.Models">
  <ShowPricesTheatreAuditoriumSectionViewModel>
    <IsAvailable>true</IsAvailable>
    <PriceList xmlns:d3p1="http://schemas.datacontract.org/2004/07/AMTIX.Domain">
      <d3p1:Available>19</d3p1:Available>
      <d3p1:EventID>7</d3p1:EventID>
      <d3p1:ID>1</d3p1:ID>
      <d3p1:IsReservable>true</d3p1:IsReservable>
      <d3p1:IsSellable>true</d3p1:IsSellable>
      <d3p1:IsShowActiveForTransaction>true</d3p1:IsShowActiveForTransaction>
      <d3p1:LoyaltyProgramID>12</d3p1:LoyaltyProgramID>
      <d3p1:LoyaltyProgramLevel>sample string 14</d3p1:LoyaltyProgramLevel>
      <d3p1:LoyaltyProgramMembershipID>13</d3p1:LoyaltyProgramMembershipID>
      <d3p1:LoyaltyProgramName>sample string 15</d3p1:LoyaltyProgramName>
      <d3p1:LoyaltyProgramPolicyTicketCategoryUsageRestrictionID>17</d3p1:LoyaltyProgramPolicyTicketCategoryUsageRestrictionID>
      <d3p1:MaxAvailable>20</d3p1:MaxAvailable>
      <d3p1:MaxLoyaltyQuantity>16</d3p1:MaxLoyaltyQuantity>
      <d3p1:NetPrice>5</d3p1:NetPrice>
      <d3p1:NoOfTickets>24</d3p1:NoOfTickets>
      <d3p1:Price>9</d3p1:Price>
      <d3p1:PriceLevelName>sample string 6</d3p1:PriceLevelName>
      <d3p1:Selected>18</d3p1:Selected>
      <d3p1:ShowID>2</d3p1:ShowID>
      <d3p1:TheatreAuditoriumLayoutID>3</d3p1:TheatreAuditoriumLayoutID>
      <d3p1:TheatreAuditoriumLayoutSectionID>4</d3p1:TheatreAuditoriumLayoutSectionID>
      <d3p1:TheatreSeatPriceLevelID>8</d3p1:TheatreSeatPriceLevelID>
      <d3p1:TicketCategoryID>21</d3p1:TicketCategoryID>
      <d3p1:UsageRestrictionDays>22</d3p1:UsageRestrictionDays>
    </PriceList>
  </ShowPricesTheatreAuditoriumSectionViewModel>
  <ShowPricesTheatreAuditoriumSectionViewModel>
    <IsAvailable>true</IsAvailable>
    <PriceList xmlns:d3p1="http://schemas.datacontract.org/2004/07/AMTIX.Domain">
      <d3p1:Available>19</d3p1:Available>
      <d3p1:EventID>7</d3p1:EventID>
      <d3p1:ID>1</d3p1:ID>
      <d3p1:IsReservable>true</d3p1:IsReservable>
      <d3p1:IsSellable>true</d3p1:IsSellable>
      <d3p1:IsShowActiveForTransaction>true</d3p1:IsShowActiveForTransaction>
      <d3p1:LoyaltyProgramID>12</d3p1:LoyaltyProgramID>
      <d3p1:LoyaltyProgramLevel>sample string 14</d3p1:LoyaltyProgramLevel>
      <d3p1:LoyaltyProgramMembershipID>13</d3p1:LoyaltyProgramMembershipID>
      <d3p1:LoyaltyProgramName>sample string 15</d3p1:LoyaltyProgramName>
      <d3p1:LoyaltyProgramPolicyTicketCategoryUsageRestrictionID>17</d3p1:LoyaltyProgramPolicyTicketCategoryUsageRestrictionID>
      <d3p1:MaxAvailable>20</d3p1:MaxAvailable>
      <d3p1:MaxLoyaltyQuantity>16</d3p1:MaxLoyaltyQuantity>
      <d3p1:NetPrice>5</d3p1:NetPrice>
      <d3p1:NoOfTickets>24</d3p1:NoOfTickets>
      <d3p1:Price>9</d3p1:Price>
      <d3p1:PriceLevelName>sample string 6</d3p1:PriceLevelName>
      <d3p1:Selected>18</d3p1:Selected>
      <d3p1:ShowID>2</d3p1:ShowID>
      <d3p1:TheatreAuditoriumLayoutID>3</d3p1:TheatreAuditoriumLayoutID>
      <d3p1:TheatreAuditoriumLayoutSectionID>4</d3p1:TheatreAuditoriumLayoutSectionID>
      <d3p1:TheatreSeatPriceLevelID>8</d3p1:TheatreSeatPriceLevelID>
      <d3p1:TicketCategoryID>21</d3p1:TicketCategoryID>
      <d3p1:UsageRestrictionDays>22</d3p1:UsageRestrictionDays>
    </PriceList>
  </ShowPricesTheatreAuditoriumSectionViewModel>
  <ShowPricesTheatreAuditoriumSectionViewModel>
    <IsAvailable>true</IsAvailable>
    <PriceList xmlns:d3p1="http://schemas.datacontract.org/2004/07/AMTIX.Domain">
      <d3p1:Available>19</d3p1:Available>
      <d3p1:EventID>7</d3p1:EventID>
      <d3p1:ID>1</d3p1:ID>
      <d3p1:IsReservable>true</d3p1:IsReservable>
      <d3p1:IsSellable>true</d3p1:IsSellable>
      <d3p1:IsShowActiveForTransaction>true</d3p1:IsShowActiveForTransaction>
      <d3p1:LoyaltyProgramID>12</d3p1:LoyaltyProgramID>
      <d3p1:LoyaltyProgramLevel>sample string 14</d3p1:LoyaltyProgramLevel>
      <d3p1:LoyaltyProgramMembershipID>13</d3p1:LoyaltyProgramMembershipID>
      <d3p1:LoyaltyProgramName>sample string 15</d3p1:LoyaltyProgramName>
      <d3p1:LoyaltyProgramPolicyTicketCategoryUsageRestrictionID>17</d3p1:LoyaltyProgramPolicyTicketCategoryUsageRestrictionID>
      <d3p1:MaxAvailable>20</d3p1:MaxAvailable>
      <d3p1:MaxLoyaltyQuantity>16</d3p1:MaxLoyaltyQuantity>
      <d3p1:NetPrice>5</d3p1:NetPrice>
      <d3p1:NoOfTickets>24</d3p1:NoOfTickets>
      <d3p1:Price>9</d3p1:Price>
      <d3p1:PriceLevelName>sample string 6</d3p1:PriceLevelName>
      <d3p1:Selected>18</d3p1:Selected>
      <d3p1:ShowID>2</d3p1:ShowID>
      <d3p1:TheatreAuditoriumLayoutID>3</d3p1:TheatreAuditoriumLayoutID>
      <d3p1:TheatreAuditoriumLayoutSectionID>4</d3p1:TheatreAuditoriumLayoutSectionID>
      <d3p1:TheatreSeatPriceLevelID>8</d3p1:TheatreSeatPriceLevelID>
      <d3p1:TicketCategoryID>21</d3p1:TicketCategoryID>
      <d3p1:UsageRestrictionDays>22</d3p1:UsageRestrictionDays>
    </PriceList>
  </ShowPricesTheatreAuditoriumSectionViewModel>
</ArrayOfShowPricesTheatreAuditoriumSectionViewModel>