Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Request Body:

    Code Block
    languagepy
    titlejson
    linenumberstrue
    {
        "dataacreditacion": {
            "nroDocumento": 4040440,
            "nombresusuario": "Arturotest1",
            "apellidos": "Sosa Bagnoli",
            "nroTelefono": "0971159618",
            "correo": "asosa@cabal.com.py"
    idAcreditacion":274
        }
    }
  • Response Body:

    Code Block
    languagepy
    titlejson
    linenumberstrue
    {
        "dataheader": {
            "nroDocumentocodReturn": 40404400,
            "nombrestxtReturn": "ArturoSUCCESS",
        },
        "apellidosdata": "Sosa Bagnoli",{
            "nroTelefonodescripcion": "0971159618",Se         "correo": "asosa@cabal.com.pyproceso correctamente"
        }
    }


Error Handling

  • Common HTTP Status Codes:
    • 200 OK: The request was successful.
    • 400 Bad Request: The request could not be understood or was missing required parameters.
    • 401 Unauthorized: Authentication failed or user does not have permissions for the desired action.
    • 404 Not Found: The requested resource could not be found.
    • 500 Internal Server Error: An error occurred on the server.

...