Your Super Order API docs need an urgent and serious update!
Issues found:
correlationId accepts “123abc678” but REJECTS uuid.uuid4()
Documentation shows UUID format examples but API rejects hyphens
Only alphanumeric IDs work (tested:
numeric,
UUID)
Please update docs with:
• Accepted correlation ID formats
• Character restrictions (no hyphens/special chars)
• Length limits
Also, for the order placement mention only the mandatory parameters in payloads, if we use all the parameters shown in request example; we are getting an api error DH-905 which is field related errors.
This would save developers hours of debugging!
#DhanAPI #APIDocumentation #DeveloperExperience