Offer

Structure

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

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
}