Imad
10/28/2025, 12:19 PMCeligo AI
10/28/2025, 12:19 PMAI generated answer (using internal Slack threads):To use the
q parameter in the Records REST API to search for a bin by binNumber, you would need to pass a query string that specifies the field you want to search on (in this case, binNumber) and the value you're searching for.
Here's a general example of how you might structure this:
code
GET /record/v1/bin?q=(binNumber='Bin777')
In this example, binNumber is the field you're searching on, and 'Bin777' is the value you're searching for. The q parameter is used to pass this query string in the API request.
Please note that the actual field name and value will depend on your specific NetSuite setup. You may need to adjust this example to match your actual field names and values.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
10/28/2025, 12:19 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.80871588
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.80279547
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.801696897
Celigo AI
10/28/2025, 12:19 PMImad
10/28/2025, 12:21 PM