CompanyCategories

This entity represents company (account) categories in Autotask. A company's category determines the layout of the entity's pages, which fields are visible, and which picklist options are available.

NOTE  You can refer to the Online Help to find root and child access URLs of the entity you wish to query. Refer to Finding resource and child access URLs of REST API entities for more information.

Entity details

Entity Name: CompanyCategory

Entity Path:

/atservicesrest/v1.0/CompanyCategories

Can Create:  
Can Update:
Can Query:
Can Delete:  
Can Have UDFs:  

Conditions and requirements

General

  • On create of a company, if no CompanyCategory is passed in, the API will use the default category.

  • CompanyCategory default values will apply unless another value is passed in the API request.

  • It is not possible to create companies with inactive categories.

  • On Update, you cannot change a CompanyCategory to another category that is inactive.

  • While it is not possible to do so in the UI, you can use the API to create Companies with a CompanyCategory of 'API.'

Field definitions

Field Name Datatype Read-Only Is Required Reference Name Picklist
displayColorRGB integer    
id long    
isActive boolean      
isApiOnly boolean        
isGlobalDefault boolean      
name string (30)      
nickname (3)        

Additional resources