iCredit
  1. Operations
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
        • fInd
        • audits
        • list-by-organization
        • get-me
        • required-fields
        • basic-create
        • create
        • create-legal
        • update
        • update-legal
        • get-client-banks
        • get-client-operations
        • get-client-requests
        • get-client-files
        • finalize-registration
        • change-status
        • change-client-group
        • change-client-user
        • reset-password
        • update-client-representative
        • credit-analysis-validation
        • additional-information
        • create-client-from-onboarding
        • client-validation
      • 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
          GET
        • search
          POST
        • find
          GET
        • audit
          POST
        • create
          POST
        • simulate
          POST
        • update
          PUT
        • delete
          DELETE
        • files
          GET
        • resend-notification
          GET
        • update-deadline-at
          PATCH
        • add-signatories
          POST
        • remove-signatory
          DELETE
        • cancel-document
          PATCH
        • finish-document
          PATCH
        • reprocess-current-status
          POST
        • change-status
          POST
        • update-status-to-grant
          POST
        • update-status-to-endorsement
          POST
        • update-status-to-approval
          POST
        • operation-status
          GET
      • 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. Operations

audit

POST
/api/v1/operations/{uuid}/audits
Registrar auditorias relacionadas a uma operação

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

Parâmetros Header

Respostas

🟢200Success
application/json
Body

Exemplo
[
    {
        "id": 468,
        "user_type": "App\\Models\\User",
        "user_id": "677a35cd-cd49-4339-8a25-1aef24803ee0",
        "event": "created",
        "auditable_type": "App\\Models\\Operation\\Operation",
        "auditable_id": 6,
        "old_values": [],
        "new_values": {
            "organization_uuid": "c0b61bfd-0eda-5694-87c3-d049a9684b19",
            "client_bank_uuid": "1da5bec3-5c92-4028-a3f1-d4877ace6110",
            "released_value": 1000,
            "interest_rate": 0.01,
            "number_of_installments": 12,
            "first_due_date": "2024-09-01",
            "payment_frequency": "monthly",
            "modality": "FI",
            "client_id": 4,
            "fund_id": 2,
            "endorser_id": 1,
            "late_payment_interest": 100,
            "penalty_for_non_payment": 2,
            "tac_value": 70,
            "contract_ccb_model": "contracts.fiducia.ccb.001",
            "endorsement_letter_model": "contracts.fiducia.endorsement.001",
            "uuid": "b1fc76f5-0756-49a5-8e15-ed5f10aac720",
            "created_by": "68f62e00-a68d-537a-adc5-5598e90ad299",
            "requested_value": 1000,
            "id": 6
        },
        "url": "http://localhost:8000/api/v1/operations",
        "ip_address": "127.0.0.1",
        "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36",
        "tags": null,
        "created_at": "2024-08-02T20:20:03.000000Z",
        "updated_at": "2024-08-02T20:20:03.000000Z"
    }
]
Modificado em 2024-11-18 14:21:36
Página anterior
find
Próxima página
create
Built with