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.
namestringStringtrueName of the Product.
productTypeProductTypetrueType of Product (payment, service, accomodation...



JSON representation

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