Versions Compared

Key

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

Structure

Excerpt

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 

property (Only for multiproperty request)

JSON representation

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