Offer
Offer
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the Offer |
code | string | true | Code of the Offer |
name | string | true | Name of the Offer |
releaseDay | int | true | ReleaseDay of the Offer |
deadLineDay | int | true | DeadLineDay of the Offer |
startDate | LocalDate | true | StartDate of the Offer |
endDate | LocalDate | true | EndDate of the Offer |
startSellDate | LocalDate | false | StartSellDate of the Offer |
endSellDate | LocalDate | false | EndSellDate of the Offer |
JSON representation
{ "id": 1, "code": "NR", "name": "Non Refundable", "releaseDay": 0, "deadLineDay": 0, "minStay": 0, "maxStay": 0, "startDate": "2022-01-01", "endDate": "2025-12-31", "startSellDate": null, "endSellDate": null }
, multiple selections available,
Related content
Rate
More like this
Promotion
Promotion
More like this
OfferProductOccupancyAvailabilityInterval
OfferProductOccupancyAvailabilityInterval
More like this
Policy
Policy
More like this
AvailabilityDay
AvailabilityDay
More like this
Allotment
Allotment
More like this