PurchaseAuthorizationConfigCreateInput
No description
input PurchaseAuthorizationConfigCreateInput {
contactId: Int!
companyId: Int!
purchaseRole: PurchaseRole!
authorizationLimit: Float
}
Fields
PurchaseAuthorizationConfigCreateInput.contactId ● Int! non-null scalar
Identifier of the contact the purchase authorization config is valid for
PurchaseAuthorizationConfigCreateInput.companyId ● Int! non-null scalar
Identifier of the company the purchase authorization config is valid for
PurchaseAuthorizationConfigCreateInput.purchaseRole ● PurchaseRole! non-null enum
The purchase role of the contact within the company. Defaults to PURCHASER
PurchaseAuthorizationConfigCreateInput.authorizationLimit ● Float scalar
The purchaser's authorization limit i.e. maximum amount that can be spent per order
Member Of
purchaseAuthorizationConfigCreate mutation