europace / baufismart-kundenangaben-api

API zum Importieren von Kundenangaben in einen neuen Vorgang in BaufiSmart.
https://developer.europace.de
14 stars 4 forks source link

Entity ids #164

Closed dneukirchen closed 7 months ago

dneukirchen commented 1 year ago

To make mapping easier it would be nice to include entity ids in nested objects (should be the same ids that are already returned by the vorgänge api).

see https://europace.github.io/baufismart-vorgaenge-api/docs/index.html#get-/v2/vorgaenge/-vorgangsNummer-

win36 commented 1 year ago

This would be especially useful for objects in arrays that are currently only addressable using their index which can easily change.

dneukirchen commented 7 months ago

looks like this is implemented in https://github.com/europace/baufismart-kundenangaben-api/commit/c8e7871e2155de2613aac2b3d1345d8c79aaab92

thank you very much!

win36 commented 7 months ago

This is going to solve some serious data synchronization issues for us. Thanks a lot!