Add createdAt and updatedAt fields to brand registration - #129
Conversation
Added createdAt and updatedAt fields with filters to the brand registration API definition.
CAMARA Validation — PASS (with warnings)0 errors, 4 warnings, 24 hints | Profile: standard |
|
Nice one, @GillesInnov35 the One small thought on the added filters: since these are to-the-second timestamps, an exact match is hard to query against - would a range |
|
@mohdfarhanakram , you're right not easy to query with an equal operator. |
|
Hello, in design guidelines section 4.3.2, there is an example to include gt, gte,lt,lte filters for a date type. |
Added createdAt and updatedAt fields with filters to the brand registration API definition.
What type of PR is this?
What this PR does / why we need it:
include 2 new fields createdAt and updatedAt to the brand registration API definition allowing full management of customer registrations.
To be more useful for operational purposes, fields format is date-time (e.g. 2026-07-16T11:51:30+03:00)
Which issue(s) this PR fixes:
Fixes #123