Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Operation

Information of the operation

GET
https://{environment}.ulysescloud.com/api/{version}/chain/{chainId}/property/{propertyId}/offer


Request


PropertyTypeRequiredDefault valueDescription
chainIdIntegertrue
Unique identificator of the chain.
propertyIdIntegertrue
Unique identificator of the property.
offsetIntegerfalse0Offset of the array of results.
limitIntegerfalse10Limit of results.
sortstringfalseidProperty of the entity to sort by.
sortModestringfalseAscMode of sorting.

Example request

GET https://prod.ulysescloud.com/api/v1/chain/1/property/1/offer


Response

PropertyTypeRequiredDescription
PagePagetrueDescription of the response of the success operation

Entity



FieldTypeRequiredDescription
idinttrueId of the Offer
codestringtrueCode of the Offer
namestringtrueName of the Offer
releaseDayinttrueReleaseDay of the Offer
deadLineDayinttrueDeadLineDay of the Offer
startDateLocalDatetrueStartDate of the Offer
endDateLocalDatetrueEndDate of the Offer
startSellDateLocalDatefalseStartSellDate of the Offer
endSellDateLocalDatefalseEndSellDate of the Offer

Example response

{
  "count": 17,
  "offset": 0,
  "limit": 10,
  "list": [
    {
      "id": 1,
      "code": "TEST1",
      "name": "Offer Test 1"
    },
    {
      "id": 2,
      "code": "TEST2",
      "name": "Offer Test 2"
    },
    {
      "id": 3,
      "code": "TEST3",
      "name": "Offer Test 3"
    },
    {
      "id": 4,
      "code": "OLDNR",
      "name": "OLD Non Refundable"
    },
    {
      "id": 5,
      "code": "OLDMIN3",
      "name": "OLD Minimum 3 nights"
    },
    {
      "id": 6,
      "code": "OLDMIN7",
      "name": "OLD Minimum 7 nights"
    },
    {
      "id": 7,
      "code": "OLDMIN14",
      "name": "OLD Minimum 14 nights"
    },
    {
      "id": 8,
      "code": "OLDEB15D",
      "name": "OLD Early Booking 15 Days"
    },
    {
      "id": 9,
      "code": "OLDEB30D",
      "name": "OLD Early Booking 30 Days"
    },
    {
      "id": 10,
      "code": "OLDEB60D",
      "name": "OLD Early Booking 60 Days"
    }
  ]
}
  • No labels