Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
Structure
Field | Type | Required | Description |
---|
id | int | true | Unique identifier for the Product. |
code | String | true | Code of the Product. |
name | String | true | Name of the Product. |
productType | ProductType | true | Type of Product (payment, service, accomodation... |
JSON representation
{
"id": 1,
"code": "DBL",
"name": "Double Room",
"productType": {
"code": "ACC",
"name": "Accomodation"
}
}