PurchaseAuthorizationConfigUpdateInput
No description
input PurchaseAuthorizationConfigUpdateInput {
purchaseRole: PurchaseRole
authorizationLimit: Float
}
Fields
PurchaseAuthorizationConfigUpdateInput.purchaseRole
● PurchaseRole
enum
Purchase role defining the contact's authorization level.
Specifies the type of purchase authority the contact has within the company, determining their responsibilities and capabilities in the procurement process.
PurchaseAuthorizationConfigUpdateInput.authorizationLimit
● Float
scalar
Maximum monetary amount the contact can authorize per transaction.
Financial limit that restricts the maximum value of individual purchase orders or transactions that the contact can approve without additional authorization.
Member Of
purchaseAuthorizationConfigUpdate
mutation