Structure


FieldTypeRequiredDescription
idinttrueId
chainPromotionIdintfalseChain Promotion Id
namestringfalseName
nameI18nStringfalseName translated
descriptionStringfalseDescription
descriptionI18nStringfalseDescription translated
orderintfalseorder
tagListList<Tag>falselist of related tags



JSON representation

{
  "id": 129,
  "chainPromotionId": 2,
  "name": "Web Promotion",
  "nameI18n": "PromociĆ³n Web",
  "description": "Web Promotion for new Clients",
  "descriptionI18n": "PromociĆ³n web para nuevos Clientes",
  "order": 1
  "tagList": [
				{
					"id": 1,
					"name": "holiday"
				}
			]
}