Hi Team,
I use your nRF Cloud REST API /location/ground-fix endpoint to obtain location based on LTE cells.
According to your documentation, the „eci” parameter for each LTE cell in the payload should accept values in range 0 .. 268435455.
However, when I send „eci”: 0, I receive the following HTTP 422 response:
{"message":"Error: Eci is required and cannot be zero.","code":42200,"helpUrl":"https://api.nrfcloud.com/v1/#section/Error-Codes/42200"}
This suggests that zero is not an acceptable value for „eci”.
Could you please confirm whether this is a documentation mistake, and whether the valid ECI range actually starts at 1 rather than 0?
Thank you for your help.
Best regards,
Krzysztof