Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


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



JSON representation

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