Hi all, do you know how it works the Preferred subsidiary and additional subsidiaries sublist when adding a customer? We can only find the subsidiary field in the schema. Rest and/or Xml soap examples are appreciated
j
J. Scot Johnston
09/11/2020, 3:01 PM
to add additional subsidiaries to a customer via REST, I use "record/v1/customersubsidiaryrelationship"
J. Scot Johnston
09/11/2020, 3:01 PM
var data = {
'entity': {
'id': customerID
},
'subsidiary': {
'id': subsidiaryID
}
};