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

update-client-representative

PATCH
/api/v1/clients/{organization_uuid}/{uuid}/representatives/{representative_uuid}
Atualizar o representante do 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
Exemplo:
c0b61bfd-0eda-5694-87c3-d049a9684b19
uuid
string 
requerido
Exemplo:
9fb0bf68-e192-57ba-aca0-c022e8ef14e5
representative_uuid
string 
requerido
Exemplo:
5c9607c4-8235-5b14-85cd-68984263efbc
Parâmetros Header
Accept
string 
opcional
Padrão:
application/json
Content-Type
string 
opcional
Padrão:
application/json
Parâmetros Bodyapplication/json
email
string 
requerido
phone_number
string 
requerido
sign_as
object 
requerido
ccb
null 
requerido
endorsement
string 
requerido
Exemplo
{
    "email": "natan.chmura@inovanti.com.br",
    "phone_number": "4132893357",
    "general_registration_emission": "2000-01-01",
    "general_registration_federal_unit": "PR",
    "general_registration_number": "123456",
    "general_registration_organ": "SSP",
    "general_registration_type": "cnh",
    "is_pep": false,
    "nationality": "Brasileiro",
    "naturalness": "Londrina",
    "sign_as": {
        "ccb": null,
        "endorsement": "transferee"
    }
}

Respostas

🟢204Success
text/plain
Body
object {0}
Modificado em 2024-11-18 13:52:24
Página anterior
reset-password
Próxima página
credit-analysis-validation
Built with