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

required-fields

GET
/api/v1/operations/{organization_uuid}/required-fields
Listas campos obrigatórios na 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
organization_uuid
string 
requerido
Exemplo:
c0b61bfd-0eda-5694-87c3-d049a9684b19
Parâmetros Header
Accept
string 
opcional
Padrão:
application/json
Content-Type
string 
opcional
Padrão:
application/json

Respostas

🟢200Success
application/json
Body
physical
object 
requerido
documents
array [array] 
requerido
fields
array[string]
requerido
legal
object 
requerido
documents
array [array] 
requerido
representatives
object 
requerido
fields
array[string]
requerido
Exemplo
{
    "physical": {
        "documents": [
            [
                "IDENTITY",
                "DRIVERS_LICENSE"
            ],
            [
                "PICTURE"
            ]
        ],
        "fields": [
            "general_registration_number",
            "general_registration_type",
            "general_registration_organ",
            "general_registration_federal_unit",
            "general_registration_emission",
            "naturalness",
            "nationality"
        ]
    },
    "legal": {
        "documents": [
            [
                "SOCIAL_CONTRACT"
            ]
        ],
        "representatives": {
            "documents": [
                [
                    "IDENTITY",
                    "DRIVERS_LICENSE"
                ],
                [
                    "PICTURE"
                ]
            ]
        },
        "fields": [
            "municipal_registration",
            "state_registration"
        ]
    }
}
Modificado em 2024-11-18 14:20:49
Página anterior
Operations
Próxima página
search
Built with