Introduction
Adds a new Entity to the database. This method is used to add the different entities to the database, for example Device, User or Zone. In addition to the credentials, the method will require a minimum of two parameters - the type of entity that is being added (typeName) and the entity itself. In most cases, the entity being added will need to be fully constructed. In other words, all its properties need to be defined. These requirements are defined in each of the entity definitions below.
Parameters

credentials

The user's Geotab login credentials.

entity

The new Entity to add to the database.

typeName

The entity type this operation targets (e.g. "Device", "User").
Return value
The Id for the newly added Entity.
Code samples
Rate limits

This rate limit only applies to objects that do not have a more specific rate limit. Review the object reference to determine the specific rate limit.

MethodDescriptionLimitPeriodStatus
AddLimit of 100 requests per 1m.1001mInactive

Loading API Runner...