Via the API you can read, create, edit, and retire sales tracking codes at the account level. sales tracking codes are a way of segmenting the customer base for reporting purposes.
Sales Tracking Code Object Fields
Property | Type | Description |
---|---|---|
type | String | The category name this code falls under. Fusebill supports 5 distinct categories. By default the names are "Sales Tracking Code 1", "Sales Tracking Code 2",..."Sales Tracking Code 5" but they can be customized. [Max Length: 255 characters] |
code | String | The code from the category pick-list. [Max Length: 255 characters] |
name | String | The name associated with the code [Max Length: 255 characters] |
description | String | A description of the pick-list value [Max Length: 1000 characters] |
email | String | An email associated with the sales tracking code. [Max Length: 255 characters] |
status | Enum:{Active, Retired} | Indicates the usability of the sales tracking code |
deletable | Boolean | True if this code can be deleted without impact |
id | Integer | The Fusebill generated ID that uniquely identifies this sales tracking code [Read Only] |
uri | String | The full string path to this resource [Read Only] |