Hello, based on financials company segment / numbering setup white & trailing spaces are encoded to "+" character in the "relativeResourceUri" & "resourceUri" after the inventory id. We have an improvement case registered in our backlog. However, this is currently not prioritized, we'll update the case and emphasize the issue once again.
Trim trailing spaces on the server side before sending the webhook notification.
Alternatively, return b64(xxxx) encoded values in the "relativeResourceUri" & "resourceUri" for the objects that contains reserved characters / White & Trailing spaces.
Currently, handling the trim method on the client side appears to be the only way to cope with the case.
... View more