Set a unique integer value from InstanceCounter in the provided namespace.This call will acquire a lock on the object, scoped to this activity. If the object already has an integer value at the provided namespace, that value will be returned. Returns (Task.)
Overview of SetIdentifierAsync goes here.
Name | Description |
---|---|
baseInfo | The base information. |
namespace | The namespace to use for the moniker. |
Example in C#
// Returns: Int32
var item = await client.SetIdentifierAsync(BaseInfo baseInfo, String namespace);
Example in CURL
curl -X POST \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/people/PERSON.KEY/identifier?namespace=yourapp-identifiers \