Skip to main content
Clear Configuration Cache

Headers

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

Application, Instance, ForAllAssociates

ClearConfigurationCache: Configuration XML's may be expensive to build and parse, and are therefore cached to the database. Cahcing is per application/instance/associate, and can be turned off through the config file. If caching is on, and the configuration is changed, it is necessary to clear the cached configurations from the database, through this call.Note that changes to the externalapplication table require cache invalidation. SoAdmin will do so automatically.

Application
string
Instance
string
ForAllAssociates
boolean

Response

204

No Content