Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

Structure

Excerpt


FieldTypeRequiredDescription
idinttrueId of the Promotion
codestringtrueCode of the Promotion
namestringtrueName of the Promotion
propertyIdintfalseId of the property (Only for multiproperty request)



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1, 
	"code": "P1",
	"name": "Promotion1"
}