Skip to main content

CompanyPurchaseAuthorizationConfigSearchInput

No description

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

Fields

CompanyPurchaseAuthorizationConfigSearchInput.ids ● [String!] list scalar

List of unique purchase auhorization config ids

CompanyPurchaseAuthorizationConfigSearchInput.contactIds ● [Int!] list scalar

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

CompanyPurchaseAuthorizationConfigSearchInput.purchaseRoles ● [PurchaseRole!] list enum

Purchase roles of a contact within a company

CompanyPurchaseAuthorizationConfigSearchInput.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.

CompanyPurchaseAuthorizationConfigSearchInput.createdAt ● DateSearchInput input

Search by date created

CompanyPurchaseAuthorizationConfigSearchInput.lastModifiedAt ● DateSearchInput input

Search by date changed

CompanyPurchaseAuthorizationConfigSearchInput.page ● Int! non-null scalar

CompanyPurchaseAuthorizationConfigSearchInput.offset ● Int! non-null scalar