POST GetPaceView

Request Information

URI Parameters

None.

Body Parameters

PriceOptimizationRequestEntity
NameDescriptionTypeAdditional information
LOS

string

None.

Guest

string

None.

ProductTypeID

string

None.

ProductTypeIDText

string

None.

InclusionID

Collection of string

None.

InclusionIDText

Collection of string

None.

Properties

Collection of integer

None.

Channels

Collection of integer

None.

PropertiesText

Collection of string

None.

ChannelsText

Collection of string

None.

Promotion

boolean

None.

Qualification

boolean

None.

Restriction

boolean

None.

RestrictionText

string

None.

PromotionText

string

None.

QualificationText

string

None.

CheckInStartDate

date

None.

CustomerDatetime

date

None.

CheckInEndDate

date

None.

SID

integer

None.

SubscriberPropertyID

integer

None.

SubscriberName

string

None.

MSIRequired

boolean

None.

BenchmarkRequired

boolean

None.

CompsetRatesRequired

boolean

None.

ShopDateTime

date

None.

IsILOSApplicable

boolean

None.

SIDData

Collection of SIDData

None.

ExcelSIDs

Collection of integer

None.

IsTrendCall

boolean

None.

IsSecondary

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "LOS": "sample string 1",
  "Guest": "sample string 2",
  "ProductTypeID": "sample string 3",
  "ProductTypeIDText": "sample string 4",
  "InclusionID": [
    "sample string 1",
    "sample string 2"
  ],
  "InclusionIDText": [
    "sample string 1",
    "sample string 2"
  ],
  "Properties": [
    1,
    2
  ],
  "Channels": [
    1,
    2
  ],
  "PropertiesText": [
    "sample string 1",
    "sample string 2"
  ],
  "ChannelsText": [
    "sample string 1",
    "sample string 2"
  ],
  "Promotion": true,
  "Qualification": true,
  "Restriction": true,
  "RestrictionText": "sample string 5",
  "PromotionText": "sample string 6",
  "QualificationText": "sample string 7",
  "CheckInStartDate": "2025-04-28T15:59:06.9974308+00:00",
  "CustomerDatetime": "2025-04-28T15:59:06.9974308+00:00",
  "CheckInEndDate": "2025-04-28T15:59:06.9974308+00:00",
  "SID": 11,
  "SubscriberPropertyID": 12,
  "SubscriberName": "sample string 13",
  "MSIRequired": true,
  "BenchmarkRequired": true,
  "CompsetRatesRequired": true,
  "ShopDateTime": "2025-04-28T15:59:06.9974308+00:00",
  "IsILOSApplicable": true,
  "SIDData": [
    {
      "SID": 1,
      "SubsPropID": 2
    },
    {
      "SID": 1,
      "SubsPropID": 2
    }
  ],
  "ExcelSIDs": [
    1,
    2
  ],
  "IsTrendCall": true,
  "IsSecondary": true
}

text/html

Sample:
{"LOS":"sample string 1","Guest":"sample string 2","ProductTypeID":"sample string 3","ProductTypeIDText":"sample string 4","InclusionID":["sample string 1","sample string 2"],"InclusionIDText":["sample string 1","sample string 2"],"Properties":[1,2],"Channels":[1,2],"PropertiesText":["sample string 1","sample string 2"],"ChannelsText":["sample string 1","sample string 2"],"Promotion":true,"Qualification":true,"Restriction":true,"RestrictionText":"sample string 5","PromotionText":"sample string 6","QualificationText":"sample string 7","CheckInStartDate":"2025-04-28T15:59:06.9974308+00:00","CustomerDatetime":"2025-04-28T15:59:06.9974308+00:00","CheckInEndDate":"2025-04-28T15:59:06.9974308+00:00","SID":11,"SubscriberPropertyID":12,"SubscriberName":"sample string 13","MSIRequired":true,"BenchmarkRequired":true,"CompsetRatesRequired":true,"ShopDateTime":"2025-04-28T15:59:06.9974308+00:00","IsILOSApplicable":true,"SIDData":[{"SID":1,"SubsPropID":2},{"SID":1,"SubsPropID":2}],"ExcelSIDs":[1,2],"IsTrendCall":true,"IsSecondary":true}

application/xml, text/xml

Sample:
<PriceOptimizationRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common">
  <BenchmarkRequired>true</BenchmarkRequired>
  <Channels xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </Channels>
  <ChannelsText xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </ChannelsText>
  <CheckInEndDate>2025-04-28T15:59:06.9974308+00:00</CheckInEndDate>
  <CheckInStartDate>2025-04-28T15:59:06.9974308+00:00</CheckInStartDate>
  <CompsetRatesRequired>true</CompsetRatesRequired>
  <CustomerDatetime>2025-04-28T15:59:06.9974308+00:00</CustomerDatetime>
  <ExcelSIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ExcelSIDs>
  <Guest>sample string 2</Guest>
  <InclusionID xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </InclusionID>
  <InclusionIDText xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </InclusionIDText>
  <IsILOSApplicable>true</IsILOSApplicable>
  <IsSecondary>true</IsSecondary>
  <IsTrendCall>true</IsTrendCall>
  <LOS>sample string 1</LOS>
  <MSIRequired>true</MSIRequired>
  <ProductTypeID>sample string 3</ProductTypeID>
  <ProductTypeIDText>sample string 4</ProductTypeIDText>
  <Promotion>true</Promotion>
  <PromotionText>sample string 6</PromotionText>
  <Properties xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </Properties>
  <PropertiesText xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </PropertiesText>
  <Qualification>true</Qualification>
  <QualificationText>sample string 7</QualificationText>
  <Restriction>true</Restriction>
  <RestrictionText>sample string 5</RestrictionText>
  <SID>11</SID>
  <SIDData>
    <SIDData>
      <SID>1</SID>
      <SubsPropID>2</SubsPropID>
    </SIDData>
    <SIDData>
      <SID>1</SID>
      <SubsPropID>2</SubsPropID>
    </SIDData>
  </SIDData>
  <ShopDateTime>2025-04-28T15:59:06.9974308+00:00</ShopDateTime>
  <SubscriberName>sample string 13</SubscriberName>
  <SubscriberPropertyID>12</SubscriberPropertyID>
</PriceOptimizationRequestEntity>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PriceOptimizationRequestEntity'.

Response Information

Resource Description

ResponseOfPaceViewCollectionEntity
NameDescriptionTypeAdditional information
Message

string

None.

Status

boolean

None.

Body

PaceViewCollectionEntity

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "Body": {
    "CheckInDateTime": "2025-04-28T15:59:06.9974308+00:00",
    "Event": [
      {
        "EventDate": "2025-04-28T15:59:06.9974308+00:00",
        "EventDetails": [
          {
            "EventName": "sample string 1",
            "EventId": 2,
            "Color": "sample string 3",
            "EventImpact": 4
          },
          {
            "EventName": "sample string 1",
            "EventId": 2,
            "Color": "sample string 3",
            "EventImpact": 4
          }
        ]
      },
      {
        "EventDate": "2025-04-28T15:59:06.9974308+00:00",
        "EventDetails": [
          {
            "EventName": "sample string 1",
            "EventId": 2,
            "Color": "sample string 3",
            "EventImpact": 4
          },
          {
            "EventName": "sample string 1",
            "EventId": 2,
            "Color": "sample string 3",
            "EventImpact": 4
          }
        ]
      }
    ],
    "PaceViewEntityList": [
      {
        "ShopDateTime": "2025-04-28T15:59:06.9974308+00:00",
        "CompetitivenessEntity": {
          "PriceCompetitivenessRates": [
            {
              "PropertName": "sample string 1",
              "PropertyID": 2,
              "ProductName": "sample string 3",
              "ProductId": 4,
              "AvgOTARank": 5.0,
              "Rate": 6.0,
              "AvgSupply": 7.0,
              "IsAirbnb": true,
              "ChannelName": "sample string 9",
              "Status": "sample string 10",
              "StatusHover": "sample string 11",
              "RateDifference": 1.0,
              "RateDifferenceText": "sample string 12",
              "RateDescription": "sample string 13",
              "RateDescriptionShort": "sample string 13",
              "LOS": 14,
              "Guest": 15,
              "Currency": "sample string 16",
              "IsSubscriber": true,
              "IsDottedLine": true,
              "SegmentId": 19,
              "ShopDateTime": "2025-04-28T15:59:06.9974308+00:00"
            },
            {
              "PropertName": "sample string 1",
              "PropertyID": 2,
              "ProductName": "sample string 3",
              "ProductId": 4,
              "AvgOTARank": 5.0,
              "Rate": 6.0,
              "AvgSupply": 7.0,
              "IsAirbnb": true,
              "ChannelName": "sample string 9",
              "Status": "sample string 10",
              "StatusHover": "sample string 11",
              "RateDifference": 1.0,
              "RateDifferenceText": "sample string 12",
              "RateDescription": "sample string 13",
              "RateDescriptionShort": "sample string 13",
              "LOS": 14,
              "Guest": 15,
              "Currency": "sample string 16",
              "IsSubscriber": true,
              "IsDottedLine": true,
              "SegmentId": 19,
              "ShopDateTime": "2025-04-28T15:59:06.9974308+00:00"
            }
          ]
        }
      },
      {
        "ShopDateTime": "2025-04-28T15:59:06.9974308+00:00",
        "CompetitivenessEntity": {
          "PriceCompetitivenessRates": [
            {
              "PropertName": "sample string 1",
              "PropertyID": 2,
              "ProductName": "sample string 3",
              "ProductId": 4,
              "AvgOTARank": 5.0,
              "Rate": 6.0,
              "AvgSupply": 7.0,
              "IsAirbnb": true,
              "ChannelName": "sample string 9",
              "Status": "sample string 10",
              "StatusHover": "sample string 11",
              "RateDifference": 1.0,
              "RateDifferenceText": "sample string 12",
              "RateDescription": "sample string 13",
              "RateDescriptionShort": "sample string 13",
              "LOS": 14,
              "Guest": 15,
              "Currency": "sample string 16",
              "IsSubscriber": true,
              "IsDottedLine": true,
              "SegmentId": 19,
              "ShopDateTime": "2025-04-28T15:59:06.9974308+00:00"
            },
            {
              "PropertName": "sample string 1",
              "PropertyID": 2,
              "ProductName": "sample string 3",
              "ProductId": 4,
              "AvgOTARank": 5.0,
              "Rate": 6.0,
              "AvgSupply": 7.0,
              "IsAirbnb": true,
              "ChannelName": "sample string 9",
              "Status": "sample string 10",
              "StatusHover": "sample string 11",
              "RateDifference": 1.0,
              "RateDifferenceText": "sample string 12",
              "RateDescription": "sample string 13",
              "RateDescriptionShort": "sample string 13",
              "LOS": 14,
              "Guest": 15,
              "Currency": "sample string 16",
              "IsSubscriber": true,
              "IsDottedLine": true,
              "SegmentId": 19,
              "ShopDateTime": "2025-04-28T15:59:06.9974308+00:00"
            }
          ]
        }
      }
    ]
  }
}

text/html

Sample:
{"Message":"sample string 1","Status":true,"Body":{"CheckInDateTime":"2025-04-28T15:59:06.9974308+00:00","Event":[{"EventDate":"2025-04-28T15:59:06.9974308+00:00","EventDetails":[{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4},{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4}]},{"EventDate":"2025-04-28T15:59:06.9974308+00:00","EventDetails":[{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4},{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4}]}],"PaceViewEntityList":[{"ShopDateTime":"2025-04-28T15:59:06.9974308+00:00","CompetitivenessEntity":{"PriceCompetitivenessRates":[{"PropertName":"sample string 1","PropertyID":2,"ProductName":"sample string 3","ProductId":4,"AvgOTARank":5.0,"Rate":6.0,"AvgSupply":7.0,"IsAirbnb":true,"ChannelName":"sample string 9","Status":"sample string 10","StatusHover":"sample string 11","RateDifference":1.0,"RateDifferenceText":"sample string 12","RateDescription":"sample string 13","RateDescriptionShort":"sample string 13","LOS":14,"Guest":15,"Currency":"sample string 16","IsSubscriber":true,"IsDottedLine":true,"SegmentId":19,"ShopDateTime":"2025-04-28T15:59:06.9974308+00:00"},{"PropertName":"sample string 1","PropertyID":2,"ProductName":"sample string 3","ProductId":4,"AvgOTARank":5.0,"Rate":6.0,"AvgSupply":7.0,"IsAirbnb":true,"ChannelName":"sample string 9","Status":"sample string 10","StatusHover":"sample string 11","RateDifference":1.0,"RateDifferenceText":"sample string 12","RateDescription":"sample string 13","RateDescriptionShort":"sample string 13","LOS":14,"Guest":15,"Currency":"sample string 16","IsSubscriber":true,"IsDottedLine":true,"SegmentId":19,"ShopDateTime":"2025-04-28T15:59:06.9974308+00:00"}]}},{"ShopDateTime":"2025-04-28T15:59:06.9974308+00:00","CompetitivenessEntity":{"PriceCompetitivenessRates":[{"PropertName":"sample string 1","PropertyID":2,"ProductName":"sample string 3","ProductId":4,"AvgOTARank":5.0,"Rate":6.0,"AvgSupply":7.0,"IsAirbnb":true,"ChannelName":"sample string 9","Status":"sample string 10","StatusHover":"sample string 11","RateDifference":1.0,"RateDifferenceText":"sample string 12","RateDescription":"sample string 13","RateDescriptionShort":"sample string 13","LOS":14,"Guest":15,"Currency":"sample string 16","IsSubscriber":true,"IsDottedLine":true,"SegmentId":19,"ShopDateTime":"2025-04-28T15:59:06.9974308+00:00"},{"PropertName":"sample string 1","PropertyID":2,"ProductName":"sample string 3","ProductId":4,"AvgOTARank":5.0,"Rate":6.0,"AvgSupply":7.0,"IsAirbnb":true,"ChannelName":"sample string 9","Status":"sample string 10","StatusHover":"sample string 11","RateDifference":1.0,"RateDifferenceText":"sample string 12","RateDescription":"sample string 13","RateDescriptionShort":"sample string 13","LOS":14,"Guest":15,"Currency":"sample string 16","IsSubscriber":true,"IsDottedLine":true,"SegmentId":19,"ShopDateTime":"2025-04-28T15:59:06.9974308+00:00"}]}}]}}

application/xml, text/xml

Sample:
<ResponseOfPaceViewCollectionEntityQzIzD0mn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common">
  <Body>
    <CheckInDateTime>2025-04-28T15:59:06.9974308+00:00</CheckInDateTime>
    <Event xmlns:d3p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Events">
      <d3p1:EventEntites>
        <d3p1:EventDate>2025-04-28T15:59:06.9974308+00:00</d3p1:EventDate>
        <d3p1:EventDetails>
          <d3p1:PricePostioningEventView>
            <d3p1:Color>sample string 3</d3p1:Color>
            <d3p1:EventId>2</d3p1:EventId>
            <d3p1:EventImpact>4</d3p1:EventImpact>
            <d3p1:EventName>sample string 1</d3p1:EventName>
          </d3p1:PricePostioningEventView>
          <d3p1:PricePostioningEventView>
            <d3p1:Color>sample string 3</d3p1:Color>
            <d3p1:EventId>2</d3p1:EventId>
            <d3p1:EventImpact>4</d3p1:EventImpact>
            <d3p1:EventName>sample string 1</d3p1:EventName>
          </d3p1:PricePostioningEventView>
        </d3p1:EventDetails>
      </d3p1:EventEntites>
      <d3p1:EventEntites>
        <d3p1:EventDate>2025-04-28T15:59:06.9974308+00:00</d3p1:EventDate>
        <d3p1:EventDetails>
          <d3p1:PricePostioningEventView>
            <d3p1:Color>sample string 3</d3p1:Color>
            <d3p1:EventId>2</d3p1:EventId>
            <d3p1:EventImpact>4</d3p1:EventImpact>
            <d3p1:EventName>sample string 1</d3p1:EventName>
          </d3p1:PricePostioningEventView>
          <d3p1:PricePostioningEventView>
            <d3p1:Color>sample string 3</d3p1:Color>
            <d3p1:EventId>2</d3p1:EventId>
            <d3p1:EventImpact>4</d3p1:EventImpact>
            <d3p1:EventName>sample string 1</d3p1:EventName>
          </d3p1:PricePostioningEventView>
        </d3p1:EventDetails>
      </d3p1:EventEntites>
    </Event>
    <PaceViewEntityList>
      <PaceViewEntity>
        <CompetitivenessEntity>
          <PriceCompetitivenessRates>
            <PriceCompetitivenessEntity>
              <AvgOTARank>5</AvgOTARank>
              <AvgSupply>7</AvgSupply>
              <ChannelName>sample string 9</ChannelName>
              <Currency>sample string 16</Currency>
              <Guest>15</Guest>
              <IsAirbnb>true</IsAirbnb>
              <IsDottedLine>true</IsDottedLine>
              <IsSubscriber>true</IsSubscriber>
              <LOS>14</LOS>
              <ProductId>4</ProductId>
              <ProductName>sample string 3</ProductName>
              <PropertName>sample string 1</PropertName>
              <PropertyID>2</PropertyID>
              <Rate>6</Rate>
              <RateDescription>sample string 13</RateDescription>
              <RateDifference>1</RateDifference>
              <RateDifferenceText>sample string 12</RateDifferenceText>
              <SegmentId>19</SegmentId>
              <ShopDateTime>2025-04-28T15:59:06.9974308+00:00</ShopDateTime>
              <Status>sample string 10</Status>
              <StatusHover>sample string 11</StatusHover>
            </PriceCompetitivenessEntity>
            <PriceCompetitivenessEntity>
              <AvgOTARank>5</AvgOTARank>
              <AvgSupply>7</AvgSupply>
              <ChannelName>sample string 9</ChannelName>
              <Currency>sample string 16</Currency>
              <Guest>15</Guest>
              <IsAirbnb>true</IsAirbnb>
              <IsDottedLine>true</IsDottedLine>
              <IsSubscriber>true</IsSubscriber>
              <LOS>14</LOS>
              <ProductId>4</ProductId>
              <ProductName>sample string 3</ProductName>
              <PropertName>sample string 1</PropertName>
              <PropertyID>2</PropertyID>
              <Rate>6</Rate>
              <RateDescription>sample string 13</RateDescription>
              <RateDifference>1</RateDifference>
              <RateDifferenceText>sample string 12</RateDifferenceText>
              <SegmentId>19</SegmentId>
              <ShopDateTime>2025-04-28T15:59:06.9974308+00:00</ShopDateTime>
              <Status>sample string 10</Status>
              <StatusHover>sample string 11</StatusHover>
            </PriceCompetitivenessEntity>
          </PriceCompetitivenessRates>
        </CompetitivenessEntity>
        <ShopDateTime>2025-04-28T15:59:06.9974308+00:00</ShopDateTime>
      </PaceViewEntity>
      <PaceViewEntity>
        <CompetitivenessEntity>
          <PriceCompetitivenessRates>
            <PriceCompetitivenessEntity>
              <AvgOTARank>5</AvgOTARank>
              <AvgSupply>7</AvgSupply>
              <ChannelName>sample string 9</ChannelName>
              <Currency>sample string 16</Currency>
              <Guest>15</Guest>
              <IsAirbnb>true</IsAirbnb>
              <IsDottedLine>true</IsDottedLine>
              <IsSubscriber>true</IsSubscriber>
              <LOS>14</LOS>
              <ProductId>4</ProductId>
              <ProductName>sample string 3</ProductName>
              <PropertName>sample string 1</PropertName>
              <PropertyID>2</PropertyID>
              <Rate>6</Rate>
              <RateDescription>sample string 13</RateDescription>
              <RateDifference>1</RateDifference>
              <RateDifferenceText>sample string 12</RateDifferenceText>
              <SegmentId>19</SegmentId>
              <ShopDateTime>2025-04-28T15:59:06.9974308+00:00</ShopDateTime>
              <Status>sample string 10</Status>
              <StatusHover>sample string 11</StatusHover>
            </PriceCompetitivenessEntity>
            <PriceCompetitivenessEntity>
              <AvgOTARank>5</AvgOTARank>
              <AvgSupply>7</AvgSupply>
              <ChannelName>sample string 9</ChannelName>
              <Currency>sample string 16</Currency>
              <Guest>15</Guest>
              <IsAirbnb>true</IsAirbnb>
              <IsDottedLine>true</IsDottedLine>
              <IsSubscriber>true</IsSubscriber>
              <LOS>14</LOS>
              <ProductId>4</ProductId>
              <ProductName>sample string 3</ProductName>
              <PropertName>sample string 1</PropertName>
              <PropertyID>2</PropertyID>
              <Rate>6</Rate>
              <RateDescription>sample string 13</RateDescription>
              <RateDifference>1</RateDifference>
              <RateDifferenceText>sample string 12</RateDifferenceText>
              <SegmentId>19</SegmentId>
              <ShopDateTime>2025-04-28T15:59:06.9974308+00:00</ShopDateTime>
              <Status>sample string 10</Status>
              <StatusHover>sample string 11</StatusHover>
            </PriceCompetitivenessEntity>
          </PriceCompetitivenessRates>
        </CompetitivenessEntity>
        <ShopDateTime>2025-04-28T15:59:06.9974308+00:00</ShopDateTime>
      </PaceViewEntity>
    </PaceViewEntityList>
  </Body>
  <Message>sample string 1</Message>
  <Status>true</Status>
</ResponseOfPaceViewCollectionEntityQzIzD0mn>