Sources
Get all sources
Returns all sources from which reservations can originate. Note this operation uses Pagination.
Request
[PlatformAddress]/api/connector/v1/sources/getAll
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
| array of string | optional, max 1000 items | Unique identifiers of Sources. |
| optional, max length 3 months | Interval in which the source was updated. | |
| required | Limitation on the quantity of data returned. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of Source | required | The reservation sources. |
| string | optional | Unique identifier of the last and hence oldest source returned. This can be used in Limitation in a subsequent request to fetch the next batch of older sources. |
Source
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Unique identifier of the source. |
| string | required | Name of the source. |
| required | Type of the source. | |
| string | required | Date and time when the source was last updated, expressed in UTC timezone in ISO 8601 format. |
| integer | required | Code of the source. |
Source type
OnlineTravelAgency
CentralReservationSystem
GlobalDistributionSystem
AlternativeDistributionSystem
SalesAndCateringSystem
PropertyManagementSystem
TourOperatorSystem
OnlineBookingEngine
Kiosk
Agent
Last updated