FitPackageActionResponse

Represents a response for doing installs/upgrades/deletes on FitPackages detailing price of action and whether current user has requisite permissions

Overview of FitPackageActionResponse goes here.

FitPackageActionResponse Properties

FitPackageActionResponse

Field Type Inherited from Description
ActionPrice Int32 FitPackageActionResponse price of action of installing/upgrading/deleting a FitPackage
UserHasPermissions Boolean FitPackageActionResponse boolean to flag whether user has the permissions to carry out the action

JSON Structure of FitPackageActionResponse

{
   "ActionPrice"	:	"Int32",
   "UserHasPermissions"	:	"Boolean"
}