Objective
Gosocket provides an endpoint that directly queries DIAN and obtains the various existing events associated with a CUFE. This service is queried for each CUFE.
If there is an error in communication with DIAN, the service will retry up to 5 times, after which it will return an error message so that the retry is triggered by the user.Restriction: the number of queries will be limited, if the monthly threshold is exceeded, it will not be available for use.
The sending of RADIAN events can be performed through the following endpoints:
- 🚀 Sandbox: https://developers-sbx.gosocket.net/api/v1/Document/DocumentGetEvents
- 🚀 Production: https://developers.gosocket.net/api/v1/Document/DocumentGetEvents
Method POST is used.