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

update

PUT
/api/v1/operations/{uuid}
Atualizar 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

Parâmetros Bodyapplication/json

Exemplo
{
    "organization_uuid": "{{organizationUUID}}",
    "client_uuid": "e21b81d5-161d-5772-b009-8a507fa6f91a",
    "endorser_uuid": "648cb62a-4d0d-5d2d-a657-174246789969",
    "client_bank_uuid": "9e7ff1d4-70f6-4856-ae78-1078ad92dfc0",
    "fund_uuid": "0a0064f1-e719-5f99-92c0-04e78d883dbe",
    "released_value": 1005,
    "interest_rate": 0.015,
    "number_of_installments": 12,
    "payment_frequency": "monthly",
    "first_due_date": "2024-07-25"
}

Respostas

🟢200Success
application/json
Body

Exemplo
{}
Modificado em 2024-11-18 18:12:12
Página anterior
simulate
Próxima página
delete
Built with