salescategories_CSP.json File
The salescategories_CSP.json
file contains definitions of Office 365 sales categories. A sales category is represented as a key-value pair: the key is the internal identifier of the sales category; the value is the definition of the sales category.
The definition of a sales category is a JSON object with the following properties:
- name: The name of this sales category.
- Description: The description of this sales category.
- ShowInStore: Reserved for future use.
For instance, the Office 365 Business sales category is defined in the following way:
"B": { "name": "Office 365 Business", "Description": "Office 365 Business Plans", "ShowInStore": 1 }
The Office 365 Business sales category is created based on this definition.