Represents a query for doing installs/upgrades/deletes on FitPackages asking for price of action and whether current user has requisite permissions
Overview of FitPackageActionQuery goes here.
FitPackageActionQuery
| Field | Type | Inherited from | Description |
|---|---|---|---|
| Action | FitPackageActionType | FitPackageActionQuery | Action being undertaken - installing/upgrading/deleting a FitPackage |
| AfterPackage | String | FitPackageActionQuery | Representation of package after action, e.g. aac_int_entra/00.00.1 |
| BeforePackage | String | FitPackageActionQuery | Representation of package before action, e.g. aac_int_entra/00.00.0 |
{
"Action" : "[FitPackageActionType](/object-model/fitpackageactiontype)",
"AfterPackage" : "String",
"BeforePackage" : "String"
}