Feature/clear last update #122
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Greetings @wistefan
As for the lastUpdate feature, we all agreed that TMForum should be compliant to the original TMForum specification as you said in the last pull request.
With that said, I was requested to add a few things that are required:
e.g. when querying with ?fields=none it always returns id and href but no lastUpdate. The condition checks if the field exist on the class and imposes it.
Sources:
Account - https://tmf-open-api-table-documents.s3.eu-west-1.amazonaws.com/OpenApiTable/TMF666_Account/5.0.0/user_guides/TMF666_Account_userguide.pdf
Party Role - https://tmf-open-api-table-documents.s3.eu-west-1.amazonaws.com/OpenApiTable/TMF669_Party_Role/5.0.0/user_guides/TMF669_Party_Role_userguide.pdf
If anything else is required please do tell me to solve it ASAP.
Best regards