iCredit
  1. Clients
iCredit
  • Credit
    • Get Started
      • About
      • Authentication
      • Error Messages
    • Get Started APP
      • About
      • Authentication
      • Error Messages
      • Webhooks
    • Api Reference
      • Auth
        • login
        • refresh
        • logout
        • update-password
      • Users
        • me
      • Clients
        • Banks
          • list
          • search
          • find
          • create
          • update
          • delete
        • Files
          • Types
            • search
            • list
            • fInd
            • create
            • update
            • delete
          • create
          • fInd
          • download
          • search
          • delete
        • search
          POST
        • fInd
          GET
        • audits
          POST
        • list-by-organization
          GET
        • get-me
          GET
        • required-fields
          GET
        • basic-create
          POST
        • create
          POST
        • create-legal
          POST
        • update
          PUT
        • update-legal
          PUT
        • get-client-banks
          GET
        • get-client-operations
          GET
        • get-client-requests
          GET
        • get-client-files
          GET
        • finalize-registration
          PUT
        • change-status
          POST
        • change-client-group
          POST
        • change-client-user
          POST
        • reset-password
          POST
        • update-client-representative
          PATCH
        • credit-analysis-validation
          PATCH
        • additional-information
          GET
        • create-client-from-onboarding
          POST
        • client-validation
          GET
      • Requests
        • Options
          • update
        • Files
          • search
          • find
          • create
          • update
          • delete
          • download
        • search
        • find
        • create
        • create-client-pj
        • create-client-pf
        • create-request-passing-client
        • update
        • delete
        • send-to-client-approval
        • handle-change-fund
        • handle-change-endorser
        • reject
        • accept
      • Operations
        • required-fields
        • search
        • find
        • audit
        • create
        • simulate
        • update
        • delete
        • files
        • resend-notification
        • update-deadline-at
        • add-signatories
        • remove-signatory
        • cancel-document
        • finish-document
        • reprocess-current-status
        • change-status
        • update-status-to-grant
        • update-status-to-endorsement
        • update-status-to-approval
        • operation-status
      • Credit Analysis
        • Serasa
          • analysis
          • new-report
      • Supplires
        • find
        • search
        • create
        • send-or-update-public-key
        • delete
        • inactive
        • set-status
    • Enums
      • ClientTypeEnum
      • ClientFilesStatusEnum
      • BankAccountTypeEnum
      • OperationFrequencyEnum
      • OperationModalityEnum
      • OperationCalcMethodEnum
      • SignAsEnum
  1. Clients

audits

POST
/api/v1/clients/{organization_uuid}/{uuid}/audits
Registrar auditorias relacionadas a um cliente.

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
Parâmetros Path
organization_uuid
string 
requerido
uuid
string 
requerido
Parâmetros Header
Accept
string 
opcional
Padrão:
application/json
Content-Type
string 
opcional
Padrão:
application/json

Respostas

🟢200Success
application/json
Body
array of:
id
integer 
opcional
user_type
string 
opcional
user_id
string 
opcional
event
string 
opcional
auditable_type
string 
opcional
auditable_id
integer 
opcional
old_values
array
opcional
new_values
object 
opcional
name
string 
requerido
email
string 
requerido
taxid_number
string 
requerido
type
string 
requerido
organization_uuid
string 
requerido
status
string 
requerido
uuid
string 
requerido
id
integer 
requerido
url
string 
opcional
ip_address
string 
opcional
user_agent
string 
opcional
tags
null 
opcional
created_at
string 
opcional
updated_at
string 
opcional
Exemplo
[
    {
        "id": 155,
        "user_type": "App\\Models\\User",
        "user_id": "677a35cd-cd49-4339-8a25-1aef24803ee0",
        "event": "created",
        "auditable_type": "App\\Models\\Client\\Client",
        "auditable_id": 6,
        "old_values": [],
        "new_values": {
            "name": "Natan. Você É Legal.",
            "email": "natan.inovanti@gmail.com",
            "taxid_number": "63239124904",
            "type": "physical",
            "organization_uuid": "c0b61bfd-0eda-5694-87c3-d049a9684b19",
            "status": "creating",
            "uuid": "19f4a0fd-d0aa-5d34-9773-66e2fe7e988c",
            "id": 6
        },
        "url": "http://localhost:8000/api/v1/clients/basic",
        "ip_address": "127.0.0.1",
        "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36",
        "tags": null,
        "created_at": "2024-07-22T17:01:52.000000Z",
        "updated_at": "2024-07-22T17:01:52.000000Z"
    }
]
Modificado em 2025-02-19 17:29:08
Página anterior
fInd
Próxima página
list-by-organization
Built with