Hello Everyone,
I am trying to update [Patch] business partner via Service Layer and during that process I am sending revised "BPWithholdingTaxCollection".
During Add operation of Business Partner, I am sending [1, 2 and 3] in "BPWithholdingTaxCollection".
During Update Operation of Business Partner, I am sending [1, 3 and 4] in "BPWithholdingTaxCollection".
while submitting the request getting the following error -
{ "error": { "code": -223, "message": { "lang": "en-us", "value": "Deleting rows not supported for object Allowed WTax Codes for BP" } }}
Postman Screenshot -
