eclipse-tractusx / eclipse-tractusx/bpdm
BPDM Pool: CreatedAt/UpdatedAt Timestamps Differ From Creation Response
- Dominant language
- Kotlin
- Stars
- 12
- Forks
- 28
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 41
Description
### Current Behavior
When I create a new legal entity in the Pool over the POST legal-entities endpoint I receive the created legal entity information. However, when I search the created legal entity in the API again (POST or GET search) the returned legal entity information have slightly different createdAt and updatedAt timestamps.
### Expected Behavior
The createdAt and updatedAt timestamps should be the same to the timestamps I receive when creating legal entity (If the legal entity has not been changed in-between).
### Steps To Reproduce
1. POST legal-entities
2. Check received timestamps on legal entity and legal address
3. POST legal-entities/search with created BPNL
4. See different timestamps on legal entity and legal address
Contributor guide
Assessment
This issue has not been assessed yet.