You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it should be mapped from externalProductId from POST to productId to PUT.
I can create PR but i don't have access.
The text was updated successfully, but these errors were encountered:
vladirimia-iss
changed the title
parameter name for externalProductId for updating an arrangement is actually productId
parameter name for externalProductId for updating an arrangement should be productId
Jan 9, 2023
vladirimia-iss
changed the title
parameter name for externalProductId for updating an arrangement should be productId
there is no way to update the productId for an arrangement
Jan 9, 2023
When updating an arrangement, according to documentation, updating the externalProductId is actually done through productId field (externalProductId doesn't exist on update):
https://developer.backbase.com/apis/specs/arrangement-manager/arrangement-service-api/2.5.0/operations/Arrangements/putArran
gements/
Now the externalProductId of the arrangement doesn't get updated because the field is not mapped in
com.backbase.stream.product.mapping.ProductMapper
, and there is no way to map this:it should be mapped from externalProductId from POST to productId to PUT.
I can create PR but i don't have access.
The text was updated successfully, but these errors were encountered: