Service

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the Service.
codeStringtrueCode of the Service.
nameStringtrueName of the Service.
forecastListProductServiceAvailabilityfalseA list of associated ProductServiceAvailability to this Service. Only apears if we have data.

JSON representation

{
    "id": 60,
    "code": "SP",
    "name": "Extra Charge Room"
	"forecastList":[
		{
			"serviceId":60,
			"date":"2022-08-15",
			"quantityConsumed":50
		}
	]
}