Entity extraData Key Value Pairs
Every entity in the FrankieOne system can include optional key-value pairs (KVPs) for storing additional data. These KVPs provide flexibility for custom data storage and enable special functionality within the FrankieOne service.
Customer Reference Number
The total size of the JSON entity structure (excluding identity documents) must not exceed 256KB.
The customer_reference
Key Value Pair (KVP) allows you to store and index your
organization’s unique identifier for an entity. This reference can later be used
for searching through the /search
API.
While the KvpType
is typically optional for most KVPs, you must set it to
id.external
for customer references to be properly indexed.
Customer Reference Configuration
FrankieOne indexes any KVP with kvpType
set to id.external
. However, the
portal displays only the customer_reference
KVP as “Customer ID”.
Example Implementation
Here’s a complete example showing how to create an entity with a customer reference:
Some customers have access to additional custom KVP features. Contact help@frankieone.com to learn about options available for your integration.