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

find

GET
/api/v1/operations/{uuid}
Retonar detalhes de 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
uuid
string 
requerido
Exemplo:
7088b47e-69c7-4e1f-a092-79f688dd665c
Parâmetros Header
Accept
string 
opcional
Padrão:
application/json
Content-Type
string 
opcional
Padrão:
application/json

Respostas

🟢200Success
application/json
Body
uuid
string 
requerido
organization_uuid
string 
requerido
client_uuid
string 
requerido
client_bank_id
integer 
requerido
fund_uuid
string 
requerido
status
string 
requerido
value
string 
requerido
tax
string 
requerido
deadline
integer 
requerido
operator_uuid
null 
requerido
created_by
string 
requerido
created_at
string 
requerido
updated_at
string 
requerido
Exemplo
{
    "uuid": "d223bf14-aa74-4c20-994a-ef22a8dd612b",
    "organization_uuid": "ca7d368e-9c5e-4ec3-b59f-5d437e1c7c07",
    "client_uuid": "5c9607c4-8235-5b14-85cd-68984263efbc",
    "client_bank_id": 1,
    "fund_uuid": "f9432e7f-618a-5ee6-9f5f-31b1968c9d89",
    "status": "created",
    "value": "300.00000",
    "tax": "1.80000",
    "deadline": 360,
    "operator_uuid": null,
    "created_by": "68f62e00-a68d-537a-adc5-5598e90ad299",
    "created_at": "2024-05-20T13:32:16.000000Z",
    "updated_at": "2024-05-20T13:32:16.000000Z"
}
Modificado em 2025-04-16 11:41:11
Página anterior
search
Próxima página
audit
Built with