SearchNetsuiteContactsInput
No description
input SearchNetsuiteContactsInput {
customerId: String!
searchTerm: String!
limit: Int
}
Fields
SearchNetsuiteContactsInput.customerId ● String! non-null scalar
Internal id of the NetSuite customer entity to search within.
SearchNetsuiteContactsInput.searchTerm ● String! non-null scalar
Term to match against contact name, email, and title.
SearchNetsuiteContactsInput.limit ● Int scalar
Maximum number of contacts to return (defaults to 10).
Member Of
searchNetsuiteContacts query