Skip to main content

ContactPurchaseAuthorizationConfigSearchInput

No description

input ContactPurchaseAuthorizationConfigSearchInput {
ids: [String!]
companyIds: [Int!]
purchaseRoles: [PurchaseRole!]
authorizationLimit: DecimalSearchInput
createdAt: DateSearchInput
lastModifiedAt: DateSearchInput
page: Int!
offset: Int!
}

Fields

ContactPurchaseAuthorizationConfigSearchInput.ids ● [String!] list scalar

List of unique purchase auhorization config ids

ContactPurchaseAuthorizationConfigSearchInput.companyIds ● [Int!] list scalar

List of unique company ids the purchase authorization config is valid for

ContactPurchaseAuthorizationConfigSearchInput.purchaseRoles ● [PurchaseRole!] list enum

Purchase roles of a contact within a company

ContactPurchaseAuthorizationConfigSearchInput.authorizationLimit ● DecimalSearchInput input

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.

ContactPurchaseAuthorizationConfigSearchInput.createdAt ● DateSearchInput input

Search by date created

ContactPurchaseAuthorizationConfigSearchInput.lastModifiedAt ● DateSearchInput input

Search by date changed

ContactPurchaseAuthorizationConfigSearchInput.page ● Int! non-null scalar

ContactPurchaseAuthorizationConfigSearchInput.offset ● Int! non-null scalar