/
ChainProductGroupBudget

ChainProductGroupBudget

Structure

FieldTypeRequiredDescription
nameStringtrue
chainProductSubGroupBudgetListList of ChainProductSubGroupBudgettrue

JSON representation

[{
	"name": "Accommodation",
	"chainProductSubGroupBudgetList": [{
		"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
				}
			]
		}]
	}]

}]

Related content