Search customersAsk AIget https://restapi.rev.io/v1/CustomersSearch for one or more customers.Metadatasearch.customer_idarray of int32sQuery by customer account identifier.search.customer_idADD int32search.account_numberarray of stringsQuery by all or part of customized account identifier.search.account_numberADD stringsearch.parent_customer_idarray of int32sQuery by parent account identifier.search.parent_customer_idADD int32search.is_parentbooleanOnly return parent accounts, if true.truefalsesearch.bill_profile_idarray of int32sQuery by bill profile identifier.search.bill_profile_idADD int32search.statusstringenumQuery by status.ALLPROSPECTPENDINGCLOSEDOPENAllowed:ALLPROSPECTPENDINGCLOSEDOPENsearch.namestringQuery by all or part of name.search.created_date_startdate-timeReturn only entries created after this date.search.created_date_enddate-timeReturn only entries created before this date.search.agent_idarray of int32sQuery by agent identifier.search.agent_idADD int32search.updated_date_startdate-timeReturn only entries updated after this date.search.updated_date_enddate-timeReturn only entries updated before this date.search.suspendedbooleanQuery for customers that are suspended or not.truefalsesearch.page_sizeint32Defines how many items to return at a time.search.pageint32Specifies which page to display (i.e. 3rd page of 50 items out of 1000 items)search.sortstringSpecifies the model member you wish to sort by. Defaults to Ascending order, add a "-" sign to the beginning to indicate Descending order.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 200OK 500InternalServerErrorUpdated 7 months ago