Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
idinttrueUnique identifier for the Product.
codeStringtrueCode of the Product.
nameStringtrueName of the Product.
productTypeProductTypetrueType of Product (payment, service, accomodation...
nameI18nStringfalse
itemListItemfalseList of Items. ItemCONModel. 






JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1,
	"code": "DBL",
	"name": "Double Room",
	"productType": {
        "code": "ACC",
        "name": "Accomodation"
    }
}