Search service productsAsk AIget https://api.revioapi.com/v1/ServiceProductSearch for one or more service products.Query Paramssearch.service_idarray of int32sQuery by one or more service identifiers.search.service_idADD int32search.customer_idarray of int32sQuery by one or more customer identifiers.search.customer_idADD int32search.product_idarray of int32sQuery by one or more product identifiers.search.product_idADD int32search.package_idarray of int32sQuery by one or more package identifiers.search.package_idADD int32search.descriptionarray of stringsQuery by one or more product description.search.descriptionADD stringsearch.code_1array of stringsQuery by one or more code 1 values.search.code_1ADD stringsearch.statusarray of stringsQuery by one or more statuses.search.statusADD stringsearch.billed_through_date_startdate-timeFormat - date-time (as date-time in RFC3339). Return products with billed-through-date on or after provided date.search.billed_through_date_enddate-timeFormat - date-time (as date-time in RFC3339). Return products with billed-through-date on or before provided date.search.activation_date_startdate-timeFormat - date-time (as date-time in RFC3339). Return products with activation date on or after provided date.search.activation_date_enddate-timeFormat - date-time (as date-time in RFC3339). Return products with activation date on or before provided date.search.canceled_date_startdate-timeFormat - date-time (as date-time in RFC3339). Return products with canceled date on or after provided date.search.canceled_date_enddate-timeFormat - date-time (as date-time in RFC3339). Return products with canceled date on or before provided date.search.created_date_startdate-timeFormat - date-time (as date-time in RFC3339). Return products with created date on or after provided date.search.created_date_enddate-timeFormat - date-time (as date-time in RFC3339). Return products with created date on or before provided date.search.status_date_startdate-timeFormat - date-time (as date-time in RFC3339). Return products with status date on or after provided date.search.status_date_enddate-timeFormat - date-time (as date-time in RFC3339). Return products with status date on or before provided date.search.contract_start_date_startdate-timeFormat - date-time (as date-time in RFC3339). Return products with contract-start-date on or after provided date.search.contract_start_date_enddate-timeFormat - date-time (as date-time in RFC3339). Return products with contract-start-date on or before provided date.search.contract_end_date_startdate-timeFormat - date-time (as date-time in RFC3339). Return products with contract-end-date on or after provided date.search.contract_end_date_enddate-timeFormat - date-time (as date-time in RFC3339). Return products with contract-end-date on or before provided date.search.automatic_expiration_end_date_startdate-timeFormat - date-time (as date-time in RFC3339). Return products with automatic-expiration-end-date on or after provided date.search.automatic_expiration_end_date_enddate-timeFormat - date-time (as date-time in RFC3339). Return products with automatic-expiration-end-date on or before provided date.search.page_sizeint32Format - int32. Defines how many items to return at a time.search.pageint32Format - int32. Specifies 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.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 200OK 500InternalServerErrorUpdated 6 months ago