purchaseAuthorizationConfigUpdate
Update an existing purchase authorization configuration.
Modifies the authorization parameters for a contact's purchase authority within a company, including role changes and limit adjustments.
Possible errors:
- PURCHASE_AUTHORIZATION_CONFIG_NOT_FOUND_ERROR: Configuration with the specified ID does not exist
- PURCHASE_AUTHORIZATION_CONFIG_UPDATE_ERROR: Failed to update the authorization configuration AUTH: Role=[user.OWNER,user.EDITOR] OR ('user is authenticated'),
purchaseAuthorizationConfigUpdate(
id: String!
input: PurchaseAuthorizationConfigUpdateInput
): PurchaseAuthorizationConfig!
Arguments
purchaseAuthorizationConfigUpdate.id
● String!
non-null scalar
Unique identifier for the purchase authorization configuration.
Primary key in UUID v7 format used to reference this specific authorization configuration throughout the system.
purchaseAuthorizationConfigUpdate.input
● PurchaseAuthorizationConfigUpdateInput
input
Input data for modifying an existing purchase authorization configuration.
Contains the fields that can be updated for an authorization configuration, allowing changes to role, limits, and other authorization parameters.