Gets price of FitPackageAction and checks whether user has sufficient rights. Returns (Task)
Overview of CheckFitPackageActionAndRightsAsync goes here.
| Name | Description |
|---|---|
| folder | The folder to send the query |
| item | The FitPackageActionQuery to send |
Example in C#
// Returns: FitPackageActionResponse
var fitPackageActionResponse = await client.CheckFitPackageActionAndRightsAsync(FolderInfo folder, FitPackageActionQuery item);
Example in CURL
curl -X POST \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/FitPackages/price \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '{
"$type":"Feenics.Keep.WebApi.Model.FitPackageActionQuery, Feenics.Keep.WebApi.Model",
"Action":"Update",
"BeforePackage": "aac_int_entra/00.00.0"
"AfterPackage": "aac_int_entra/00.00.1"
}'