Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
idinttrueUnique identifier for the Product.
namestringtrueName of the Product.
productTypeProductTypetrueType of Product (payment, service, accomodation...



JSON representation

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