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

« Previous Version 5 Current »

Structure

Field

Type

Required

Description

id

int

true

Id of the Promotion

code

string

true

Code of the Promotion

name

string

true

Name of the Promotion

endDate

LocalDate

true

EndDate of the Promotion

propertyId

int

false

Id of the property (Only for multiproperty request)

JSON representation

{
	"id": 1, 
	"code": "P1",
	"name": "Promotion1",
	"endDate": "2025-12-31"
}

  • No labels