Versions Compared

Key

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

Structure

Excerpt


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

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