Service
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the Service. |
code | String | true | Code of the Service. |
name | String | true | Name of the Service. |
forecastList | ProductServiceAvailability | false | A 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 } ] }