- Credit
- Get Started
- Get Started APP
- Api Reference
- Auth
- Users
- Clients
- Banks
- Files
- 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
- Operations
- required-fieldsGET
- searchPOST
- findGET
- auditPOST
- createPOST
- simulatePOST
- updatePUT
- deleteDELETE
- filesGET
- resend-notificationGET
- update-deadline-atPATCH
- add-signatoriesPOST
- remove-signatoryDELETE
- cancel-documentPATCH
- finish-documentPATCH
- reprocess-current-statusPOST
- change-statusPOST
- update-status-to-grantPOST
- update-status-to-endorsementPOST
- update-status-to-approvalPOST
- operation-statusGET
- Credit Analysis
- Supplires
- Auth
- Enums
required-fields
GET
/api/v1/operations/{organization_uuid}/required-fields
Requisição
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.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"
]
}
}
Modified at 2024-11-18 14:20:49