Skip to main content

Request

Definition of the fields that are part of the response:

  • globalDocumentId = Gosocket ID for the electronic document
  • countryDocumentId = CUFE
  • status = code that you want to query. Corresponds to the 3-character Commercial or RADIAN event code. If you want to obtain all events, the value all must be sent
Considerations
  • allows querying one (1) CUFE
  • allows querying one (1) Commercial or RADIAN event or all
  • globalDocumentId
    • if globalDocumentId is informed and not countryDocumentId, the value of globalDocumentId is considered
    • if globalDocumentId and countryDocumentId are informed, the value of countryDocumentId is considered
  • countryDocumentId
    • if countryDocumentId is informed and not globalDocumentId, the value of countryDocumentId is considered
    • if countryDocumentId and globalDocumentId are informed, the value of countryDocumentId is considered
  • status
    • only one (1) 3-character code can be queried, example 030
    • if the status value is all then the API will respond with all events associated with the CUFE

JSON Request Example:

{
"globalDocumentId": "3dafb03e-125a-aeb9-862c-0007d7d013ca",
"status": "all"
}