Set moniker as an asynchronous operation. Returns (Task.)
Connect a Moniker to the designated Base.
Name | Description |
---|---|
baseInfo | The base information. |
monikerItem | The moniker item. |
Example in C#
// Returns: nothing
await client.SetMonikerAsync(BaseInfo baseInfo, MonikerItem monikerItem);
Example in CURL
curl -X POST \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/people/PERSON.KEY/monikers \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '{
"$type":"Feenics.Keep.WebApi.Model.MonikerItem, Feenics.Keep.WebApi.Model",
"Namespace":"cUrlExmaple",
"Nickname":"SetMonikerOnPersonForcUrlExample"
}'