ChainProductSubGroupBudget

Structure

FieldTypeRequiredDescription
nameStringtrue
productBudgetListList of ProductBudgettrue

JSON representation

{
	"name": "Room Types",
	"productBudgetList": [{
		"product": {
			"id": 692,
			"code": "SGL",
			"name": "Single",
			"productType": null
		},
		"productBudgetDailyList": [],
		"productBudgetMonthlyList": [{
				"month": 1,
				"pax": 0,
				"roomNights": 0,
				"revenue": 0
			},
			{
				"month": 2,
				"pax": 0,
				"roomNights": 0,
				"revenue": 0
			},
			{
				"month": 3,
				"pax": 0,
				"roomNights": 0,
				"revenue": 0
			}
		]
	}]
}