Wes Gamble
06/06/2022, 4:29 AMsubsidiary
like so, per the API documentation…
...
subsidiary: {
items: [{ id: "2" }]
},
...
This results in the error
Failed post on resource location: Error while accessing a resource. You have entered an Invalid Field Value null for the following field: subsidiary. Error code: USER_ERROR
Everywhere else in the REST API, id
alone is sufficient to establish a reference to another NS object.
Any thoughts on what we might be doing wrong or what might be keeping us from setting the subsidiary on a location would be appreciated.tdietrich
06/06/2022, 8:59 AMWes Gamble
06/06/2022, 2:18 PMbattk
06/06/2022, 3:37 PM