Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the Product. |
name | string | true | Name of the Product. |
productType | ProductType | true | Type of Product (payment, service, accomodation... |
JSON representation
{ "id": 1, "name": "Double Room", "productType": { "code": "ACC", "name": "Accomodation" } }