Versions Compared

Key

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

Structure

Excerpt


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

Code Block
languagepowershell
themeDJango
{
	"id": 1,
	"date": "2020-12-25",
	"amount": 100,
	"currency": 1000 {
        "id": 1,
        "code": "EUR",
        "name": "Euro"
    }
}