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
We have some very rare cases (less than 1 in 10000) where we don't have a SIM Activation time stamp in our platform.
The mobile phone number is however valid, and belongs to KPN.
Currently we are returning a null value in stead of a time stamp in the reply body.
It may be better however to return an error code instead
(also to avoid confusion also when there is a limitation becuase of privacy reasons).
What is the error code to return in this case?
Should we use a 422 error with code NOT_SUPPORTED and message Service not supported for this phoneNumber ?
Or would it be better to provide a 204 error code (No Content) ??
Please advice what is best.
The text was updated successfully, but these errors were encountered:
I had the case in one Orange implem for very specific number where we were not able to get any date (and no able to provide the check). For this case we use the 422 with NOT_SUPPORTED code.
We have some very rare cases (less than 1 in 10000) where we don't have a SIM Activation time stamp in our platform.
The mobile phone number is however valid, and belongs to KPN.
Currently we are returning a null value in stead of a time stamp in the reply body.
It may be better however to return an error code instead
(also to avoid confusion also when there is a limitation becuase of privacy reasons).
What is the error code to return in this case?
Should we use a 422 error with code NOT_SUPPORTED and message Service not supported for this phoneNumber ?
Or would it be better to provide a 204 error code (No Content) ??
Please advice what is best.
The text was updated successfully, but these errors were encountered: