Swift4 API client for OramaCadastroSwift
账户创建 API。
概述
此 API 客户端是由 OpenAPI Generator 项目生成的。通过使用远程服务器的 [openapi-spec],您可以轻松地生成一个 API 客户端。
- API 版本:1.0
- 包版本
- 构建包:org.openapitools.codegen.languages.Swift4Codegen
安装
Carthage
运行 carthage update
CocoaPods
运行 pod install
API端点文档
所有URI相对https://cadastro.orama.com.br/api/contas/v1.0
类 | 方法 | HTTP请求 | 描述 |
---|---|---|---|
UsersAPI | accountAutenticacaoPost | POST /autenticacao/ | 认证尚未成为客户的用户。 |
UsersAPI | accountDocumentoConfirmacaoGet | GET /perfil/{cpf}/documento/confirmacao/ | 查询已提交文档的确认状态 |
UsersAPI | accountDocumentoPut | PUT /perfil/{cpf}/documento/ | 附加或更新文档以验证个人资料的真实性。 |
UsersAPI | accountIdentificacaoPost | POST /identificacao/ | 为用户创建登录。 |
UsersAPI | accountPerfilAprovacaoGet | GET /perfil/{cpf}/aprovacao/ | 返回个人资料审批状态 |
UsersAPI | accountPerfilCelularAutenticacaoConfirmacaoGet | GET /perfil/{cpf}/celular/autenticacao/confirmacao/ | 当前手机确认状态 |
UsersAPI | accountPerfilCelularAutenticacaoPost | POST /perfil/{cpf}/celular/autenticacao/ | 生成一个用于开始验证手机号码过程的代码 |
UsersAPI | accountPerfilCelularConfirmacaoPost | POST /perfil/{cpf}/celular/autenticacao/confirmacao/ | 确认手机号码,完成验证 |
UsersAPI | accountPerfilEmailAutenticacaoConfirmacaoGet | GET /perfil/{cpf}/email/autenticacao/confirmacao/ | 当前邮箱确认状态 |
UsersAPI | accountPerfilEmailAutenticacaoPost | POST /perfil/{cpf}/email/autenticacao/ | 生成一个用于开始验证邮箱过程的代码 |
UsersAPI | accountPerfilEmailConfirmacaoPost | POST /perfil/{cpf}/email/autenticacao/confirmacao/ | 确认邮箱,完成验证 |
UsersAPI | accountPerfilGet | GET /perfil/{cpf}/ | 返回尚未成为客户用户的个人资料 |
UsersAPI | accountPerfilPost | POST /perfil/{cpf}/ | 提交用户个人资料以创建客户。 |
UsersAPI | accountPerfilPut | PUT /perfil/{cpf}/ | 更新个人资料以创建账户。 |
UsersAPI | accountPerfilSubmetidoGet | GET /perfil/{cpf}/submetido/ | 返回个人资料提交状态 |
模型文档
- Approval
- AuthenticationCodeObject
- AuthenticationObject
- Confirmed
- BankAccount
- PatrimonialData
- ProfessionalData
- Document
- DocumentBody
- Address
- Error
- ListaPerfilUsuario
- LoginCreated
- LoginObject
- LoginPasswordObject
- PerfilUsuario
- Submitted
- UsuarioPasswordObject
授权文档
JWT
- 类型: HTTP基本认证