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 would be beneficial to extend the current API that creates/updates the BusinessCards in order to let in every single request to decide if that particular BusinessCard will be notified to the Peppol directory or not regardless the SMP configuration is configured as TRUE.
API path: PUT /businesscard/{ServiceGroupId}
The text was updated successfully, but these errors were encountered:
Forgot to mention about other APIs that could be also triggering the notifications to the PD. i guess that every PUT or DELETE API over ServiceGroupIds, ServiceRegistrations or BusinessCards could be affected as well.
Changing the "Directory automatic update" flag with the REST API is a bad idea. This setting is global and will continue to work so. However, I will add an API that will allow you to "only push" the Business Card of a specific Participant to the configured Directory. So if you know, that the automatic update is disabled, you can manually trigger this.
It would be beneficial to extend the current API that creates/updates the BusinessCards in order to let in every single request to decide if that particular BusinessCard will be notified to the Peppol directory or not regardless the SMP configuration is configured as TRUE.
API path: PUT /businesscard/{ServiceGroupId}
The text was updated successfully, but these errors were encountered: