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

Version 1 Current »

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the Reservation.
dateLocalDatetrueThe date that this group service Daily.
amountBigDecimaltrueamount.
currencyCurrencyfalseA few words about the group sent usually by the client.

JSON representation

{
	"id": 1,
	"date": "2020-12-25",
	"amount": 100,
	"currency": 1000
}
  • No labels