-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gate: Only External-ID in Generic Business Partner Input is required #476
Comments
So, as I understand a And what about the output version? And |
|
We got an update on this. The idea is really to make every single field optional in the generic business partner model except the external-id. This also includes fields like identifier type value. Idea is to accept in the Gate all possible business partners without performing any kind of validation that prevents it from being persisted in the input. |
These changes should only affect the Gate DTOs used for upserting business partners in the input stage. No changes in the persistence layer needed. |
Should we also update the redoc about this endpoints ? |
When upserting generic business partner data input only the externalId is required. All other fields are optional. If the externalId is empty or null it should return an error.
Tasks
The text was updated successfully, but these errors were encountered: