GET GetProcessSID

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AirbnbProcessdata
NameDescriptionTypeAdditional information
ScheduleID

integer

None.

SID

integer

None.

CheckinDate

date

None.

CheckOutDate

date

None.

CrawalDate

date

None.

Country

string

None.

City

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ScheduleID": 1,
    "SID": 2,
    "CheckinDate": "2025-04-28T16:07:51.9799514+00:00",
    "CheckOutDate": "2025-04-28T16:07:51.9799514+00:00",
    "CrawalDate": "2025-04-28T16:07:51.9799514+00:00",
    "Country": "sample string 6",
    "City": "sample string 7"
  },
  {
    "ScheduleID": 1,
    "SID": 2,
    "CheckinDate": "2025-04-28T16:07:51.9799514+00:00",
    "CheckOutDate": "2025-04-28T16:07:51.9799514+00:00",
    "CrawalDate": "2025-04-28T16:07:51.9799514+00:00",
    "Country": "sample string 6",
    "City": "sample string 7"
  }
]

text/html

Sample:
[{"ScheduleID":1,"SID":2,"CheckinDate":"2025-04-28T16:07:51.9799514+00:00","CheckOutDate":"2025-04-28T16:07:51.9799514+00:00","CrawalDate":"2025-04-28T16:07:51.9799514+00:00","Country":"sample string 6","City":"sample string 7"},{"ScheduleID":1,"SID":2,"CheckinDate":"2025-04-28T16:07:51.9799514+00:00","CheckOutDate":"2025-04-28T16:07:51.9799514+00:00","CrawalDate":"2025-04-28T16:07:51.9799514+00:00","Country":"sample string 6","City":"sample string 7"}]

application/xml, text/xml

Sample:
<ArrayOfAirbnbProcessdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.AirBNB">
  <AirbnbProcessdata>
    <CheckOutDate>2025-04-28T16:07:51.9799514+00:00</CheckOutDate>
    <CheckinDate>2025-04-28T16:07:51.9799514+00:00</CheckinDate>
    <City>sample string 7</City>
    <Country>sample string 6</Country>
    <CrawalDate>2025-04-28T16:07:51.9799514+00:00</CrawalDate>
    <SID>2</SID>
    <ScheduleID>1</ScheduleID>
  </AirbnbProcessdata>
  <AirbnbProcessdata>
    <CheckOutDate>2025-04-28T16:07:51.9799514+00:00</CheckOutDate>
    <CheckinDate>2025-04-28T16:07:51.9799514+00:00</CheckinDate>
    <City>sample string 7</City>
    <Country>sample string 6</Country>
    <CrawalDate>2025-04-28T16:07:51.9799514+00:00</CrawalDate>
    <SID>2</SID>
    <ScheduleID>1</ScheduleID>
  </AirbnbProcessdata>
</ArrayOfAirbnbProcessdata>