Lorenzo
02/07/2025, 10:55 AMCeligo AI
02/07/2025, 10:55 AMAI generated answer (using internal Slack threads):Based on the conversations, it appears that you cannot directly associate multiple subsidiaries with a single location in NetSuite via the REST API. Locations are subsidiary-specific as they are a financial segment. If multiple subsidiaries share the same location, you would need to create separate location entries for each subsidiary. Here is a sample of how you might set a subsidiary in a location request:
json
{
"subsidiary": {
"items": [{ "id": "2" }]
}
}
However, this will only set one subsidiary. If you need to associate the location with multiple subsidiaries, you would need to create separate location entries for each subsidiary.
******
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
02/07/2025, 10:55 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.874280632
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.853485882
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.837963581
Celigo AI
02/07/2025, 10:55 AM