wire4_client 0.0.1.pre.SNAPSHOT → 0.0.9.pre.TEST
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +84 -44
- data/docs/Account.md +3 -3
- data/docs/AccountDetail.md +13 -0
- data/docs/AccountReassigned.md +22 -0
- data/docs/AccountResponse.md +6 -3
- data/docs/AccountSpid.md +2 -2
- data/docs/AddressCompany.md +17 -0
- data/docs/AmountRequest.md +2 -0
- data/docs/AuthorizationTransactionGroup.md +9 -0
- data/docs/AuthorizedBeneficiariesResponse.md +10 -0
- data/docs/AuthorizedUsers.md +13 -0
- data/docs/AutorizacinDeDepsitosApi.md +113 -0
- data/docs/BeneficiariesQueryRegisterStatus.md +13 -0
- data/docs/BillingTransaction.md +1 -1
- data/docs/CertificateRequest.md +11 -0
- data/docs/CodiCodeQrResponseDTO.md +17 -0
- data/docs/CodiCodeRequestDTO.md +14 -0
- data/docs/CodiOperationResponseDTO.md +14 -0
- data/docs/CodiOperationsFiltersRequestDTO.md +15 -0
- data/docs/CompanyRegistered.md +13 -0
- data/docs/CompanyRequested.md +11 -0
- data/docs/Compay.md +11 -0
- data/docs/ComprobanteElectrnicoDePagoCEPApi.md +6 -8
- data/docs/ConfigurationsLimits.md +9 -0
- data/docs/ContactoApi.md +6 -8
- data/docs/ContractDetailRequest.md +11 -0
- data/docs/ContractDetailResponse.md +9 -0
- data/docs/ContractsDetailsApi.md +222 -0
- data/docs/CuentasDeBeneficiariosSPEIApi.md +163 -54
- data/docs/CuentasDeBeneficiariosSPIDApi.md +73 -8
- data/docs/Deposit.md +1 -0
- data/docs/DepositAuthorizationRequest.md +10 -0
- data/docs/DepositantesApi.md +12 -16
- data/docs/DepositsAuthorizationResponse.md +10 -0
- data/docs/DetailedErrorResponse.md +10 -0
- data/docs/EmpresasCoDiApi.md +107 -0
- data/docs/FacturasApi.md +12 -16
- data/docs/InstitucionesApi.md +10 -9
- data/docs/Item.md +10 -0
- data/docs/LmitesDeMontosApi.md +112 -0
- data/docs/MessageAccountBeneficiary.md +2 -2
- data/docs/MessageCEP.md +9 -9
- data/docs/MessageCodiAction.md +19 -0
- data/docs/MessageConfigurationsLimits.md +8 -0
- data/docs/MessageDepositAuthorizationRequest.md +27 -0
- data/docs/MessageDepositReceived.md +1 -0
- data/docs/MessagePayment.md +3 -1
- data/docs/MessagePaymentStatePending.md +23 -0
- data/docs/MessageRequestChanged.md +9 -0
- data/docs/MessageSalesPoint.md +10 -0
- data/docs/MessageSubscription.md +6 -5
- data/docs/MessageUserAuthorized.md +14 -0
- data/docs/MessageWebHook.md +2 -2
- data/docs/OperacionesCoDiApi.md +68 -0
- data/docs/Operations.md +17 -0
- data/docs/PagerResponseDto.md +13 -0
- data/docs/Payment.md +4 -2
- data/docs/PaymentCODI.md +13 -0
- data/docs/PaymentRequestCodiResponseDTO.md +18 -0
- data/docs/PaymentsRequestId.md +13 -0
- data/docs/PeticionesDePagoPorCoDiApi.md +116 -0
- data/docs/PreMonexAuthorization.md +11 -0
- data/docs/PuntosDeVentaCoDiApi.md +113 -0
- data/docs/SaldoApi.md +6 -8
- data/docs/SalesPoint.md +10 -0
- data/docs/SalesPointFound.md +14 -0
- data/docs/SalesPointRequest.md +11 -0
- data/docs/SalesPointRespose.md +11 -0
- data/docs/SpidBeneficiariesResponse.md +8 -0
- data/docs/SpidBeneficiaryResponse.md +20 -0
- data/docs/SuscripcionesApi.md +32 -38
- data/docs/TransactionErrorCode.md +10 -0
- data/docs/TransactionOutgoing.md +2 -1
- data/docs/TransferenciasSPEIApi.md +136 -32
- data/docs/TransferenciasSPIDApi.md +12 -16
- data/docs/UpdateConfigurationsRequestDTO.md +8 -0
- data/docs/UrlsRedirect.md +9 -0
- data/docs/UserCompany.md +16 -0
- data/docs/WebHookDepositAuthorizationRequest.md +9 -0
- data/docs/WebHookDepositAuthorizationResponse.md +13 -0
- data/docs/Webhook.md +13 -0
- data/docs/WebhooksApi.md +22 -25
- data/lib/wire4_client.rb +56 -2
- data/lib/wire4_client/api/autorizacin_de_depsitos_api.rb +173 -0
- data/lib/wire4_client/api/comprobante_electrnico_de_pago_cep_api.rb +12 -5
- data/lib/wire4_client/api/contacto_api.rb +12 -5
- data/lib/wire4_client/api/contracts_details_api.rb +301 -0
- data/lib/wire4_client/api/cuentas_de_beneficiarios_spei_api.rb +262 -33
- data/lib/wire4_client/api/cuentas_de_beneficiarios_spid_api.rb +104 -5
- data/lib/wire4_client/api/depositantes_api.rb +23 -9
- data/lib/wire4_client/api/empresas_co_di_api.rb +137 -0
- data/lib/wire4_client/api/facturas_api.rb +23 -9
- data/lib/wire4_client/api/instituciones_api.rb +12 -5
- data/lib/wire4_client/api/lmites_de_montos_api.rb +160 -0
- data/lib/wire4_client/api/operaciones_co_di_api.rb +92 -0
- data/lib/wire4_client/api/peticiones_de_pago_por_co_di_api.rb +178 -0
- data/lib/wire4_client/api/puntos_de_venta_co_di_api.rb +151 -0
- data/lib/wire4_client/api/saldo_api.rb +12 -5
- data/lib/wire4_client/api/suscripciones_api.rb +48 -27
- data/lib/wire4_client/api/transferencias_spei_api.rb +204 -17
- data/lib/wire4_client/api/transferencias_spid_api.rb +23 -9
- data/lib/wire4_client/api/webhooks_api.rb +34 -13
- data/lib/wire4_client/api_client.rb +1 -2
- data/lib/wire4_client/api_error.rb +1 -1
- data/lib/wire4_client/configuration.rb +1 -22
- data/lib/wire4_client/models/account.rb +4 -4
- data/lib/wire4_client/models/account_detail.rb +239 -0
- data/lib/wire4_client/models/account_reassigned.rb +385 -0
- data/lib/wire4_client/models/account_request.rb +1 -1
- data/lib/wire4_client/models/account_response.rb +38 -8
- data/lib/wire4_client/models/account_spid.rb +3 -3
- data/lib/wire4_client/models/address_company.rb +275 -0
- data/lib/wire4_client/models/amount_request.rb +91 -5
- data/lib/wire4_client/models/authorization_transaction_group.rb +207 -0
- data/lib/wire4_client/models/authorized_beneficiaries_response.rb +206 -0
- data/lib/wire4_client/models/authorized_users.rb +235 -0
- data/lib/wire4_client/models/balance.rb +1 -1
- data/lib/wire4_client/models/balance_list_response.rb +1 -1
- data/lib/wire4_client/models/beneficiaries_query_register_status.rb +270 -0
- data/lib/wire4_client/models/beneficiaries_response.rb +1 -1
- data/lib/wire4_client/models/beneficiary_institution.rb +1 -1
- data/lib/wire4_client/models/billing.rb +1 -1
- data/lib/wire4_client/models/billing_transaction.rb +2 -2
- data/lib/wire4_client/models/cep_response.rb +1 -1
- data/lib/wire4_client/models/cep_search_banxico.rb +1 -1
- data/lib/wire4_client/models/certificate_request.rb +248 -0
- data/lib/wire4_client/models/codi_code_qr_response_dto.rb +320 -0
- data/lib/wire4_client/models/codi_code_request_dto.rb +402 -0
- data/lib/wire4_client/models/{timestamp.rb → codi_operation_response_dto.rb} +53 -72
- data/lib/wire4_client/models/codi_operations_filters_request_dto.rb +336 -0
- data/lib/wire4_client/models/company_registered.rb +235 -0
- data/lib/wire4_client/models/company_requested.rb +215 -0
- data/lib/wire4_client/models/compay.rb +215 -0
- data/lib/wire4_client/models/configurations_limits.rb +197 -0
- data/lib/wire4_client/models/contact_request.rb +1 -1
- data/lib/wire4_client/models/contract_detail_request.rb +247 -0
- data/lib/wire4_client/models/contract_detail_response.rb +194 -0
- data/lib/wire4_client/models/deposit.rb +12 -2
- data/lib/wire4_client/models/deposit_authorization_request.rb +205 -0
- data/lib/wire4_client/models/depositant.rb +1 -1
- data/lib/wire4_client/models/depositants_register.rb +1 -1
- data/lib/wire4_client/models/depositants_response.rb +1 -1
- data/lib/wire4_client/models/deposits_authorization_response.rb +205 -0
- data/lib/wire4_client/models/detailed_error_response.rb +203 -0
- data/lib/wire4_client/models/error_response.rb +1 -1
- data/lib/wire4_client/models/get_depositants.rb +1 -1
- data/lib/wire4_client/models/institution.rb +1 -1
- data/lib/wire4_client/models/institutions_list.rb +1 -1
- data/lib/wire4_client/models/item.rb +205 -0
- data/lib/wire4_client/models/message_account_beneficiary.rb +3 -3
- data/lib/wire4_client/models/message_cep.rb +11 -11
- data/lib/wire4_client/models/message_codi_action.rb +295 -0
- data/lib/wire4_client/models/message_configurations_limits.rb +187 -0
- data/lib/wire4_client/models/message_deposit_authorization_request.rb +375 -0
- data/lib/wire4_client/models/message_deposit_received.rb +13 -3
- data/lib/wire4_client/models/message_institution.rb +1 -1
- data/lib/wire4_client/models/message_payment.rb +24 -3
- data/lib/wire4_client/models/message_payment_state_pending.rb +335 -0
- data/lib/wire4_client/models/message_request_changed.rb +229 -0
- data/lib/wire4_client/models/message_sales_point.rb +205 -0
- data/lib/wire4_client/models/message_subscription.rb +18 -8
- data/lib/wire4_client/models/message_user_authorized.rb +245 -0
- data/lib/wire4_client/models/message_web_hook.rb +3 -3
- data/lib/wire4_client/models/operations.rb +321 -0
- data/lib/wire4_client/models/pager_response_dto.rb +236 -0
- data/lib/wire4_client/models/payment.rb +24 -4
- data/lib/wire4_client/models/payment_codi.rb +269 -0
- data/lib/wire4_client/models/payment_request_codi_response_dto.rb +287 -0
- data/lib/wire4_client/models/payments_request_id.rb +236 -0
- data/lib/wire4_client/models/person.rb +1 -1
- data/lib/wire4_client/models/pre_enrollment_data.rb +1 -1
- data/lib/wire4_client/models/pre_enrollment_response.rb +1 -1
- data/lib/wire4_client/models/pre_monex_authorization.rb +291 -0
- data/lib/wire4_client/models/relationship.rb +1 -1
- data/lib/wire4_client/models/relationships_response.rb +1 -1
- data/lib/wire4_client/models/sales_point.rb +205 -0
- data/lib/wire4_client/models/sales_point_found.rb +279 -0
- data/lib/wire4_client/models/sales_point_request.rb +254 -0
- data/lib/wire4_client/models/sales_point_respose.rb +215 -0
- data/lib/wire4_client/models/spid_beneficiaries_response.rb +186 -0
- data/lib/wire4_client/models/spid_beneficiary_response.rb +365 -0
- data/lib/wire4_client/models/spid_classification_dto.rb +1 -1
- data/lib/wire4_client/models/spid_classifications_response_dto.rb +1 -1
- data/lib/wire4_client/models/token_required_response.rb +1 -1
- data/lib/wire4_client/models/transaction_error_code.rb +201 -0
- data/lib/wire4_client/models/transaction_outgoing.rb +13 -3
- data/lib/wire4_client/models/transaction_outgoing_spid.rb +1 -1
- data/lib/wire4_client/models/transactions_outgoing_register.rb +1 -1
- data/lib/wire4_client/models/update_configurations_request_dto.rb +192 -0
- data/lib/wire4_client/models/urls_redirect.rb +205 -0
- data/lib/wire4_client/models/user_company.rb +269 -0
- data/lib/wire4_client/models/web_hook_deposit_authorization_request.rb +195 -0
- data/lib/wire4_client/models/web_hook_deposit_authorization_response.rb +237 -0
- data/lib/wire4_client/models/webhook.rb +271 -0
- data/lib/wire4_client/models/webhook_request.rb +1 -1
- data/lib/wire4_client/models/webhook_response.rb +1 -1
- data/lib/wire4_client/models/webhooks_list.rb +1 -1
- data/lib/wire4_client/version.rb +2 -2
- data/spec/api/autorizacin_de_depsitos_api_spec.rb +62 -0
- data/spec/api/comprobante_electrnico_de_pago_cep_api_spec.rb +2 -1
- data/spec/api/contacto_api_spec.rb +2 -1
- data/spec/api/contracts_details_api_spec.rb +90 -0
- data/spec/api/cuentas_de_beneficiarios_spei_api_spec.rb +44 -4
- data/spec/api/cuentas_de_beneficiarios_spid_api_spec.rb +22 -1
- data/spec/api/depositantes_api_spec.rb +3 -1
- data/spec/api/empresas_co_di_api_spec.rb +60 -0
- data/spec/api/facturas_api_spec.rb +3 -1
- data/spec/api/instituciones_api_spec.rb +2 -1
- data/spec/api/lmites_de_montos_api_spec.rb +62 -0
- data/spec/api/operaciones_co_di_api_spec.rb +52 -0
- data/spec/api/peticiones_de_pago_por_co_di_api_spec.rb +63 -0
- data/spec/api/puntos_de_venta_co_di_api_spec.rb +62 -0
- data/spec/api/saldo_api_spec.rb +2 -1
- data/spec/api/suscripciones_api_spec.rb +11 -8
- data/spec/api/transferencias_spei_api_spec.rb +34 -1
- data/spec/api/transferencias_spid_api_spec.rb +3 -1
- data/spec/api/webhooks_api_spec.rb +4 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/account_detail_spec.rb +71 -0
- data/spec/models/account_reassigned_spec.rb +125 -0
- data/spec/models/account_request_spec.rb +1 -1
- data/spec/models/account_response_spec.rb +19 -1
- data/spec/models/account_spec.rb +1 -1
- data/spec/models/account_spid_spec.rb +1 -1
- data/spec/models/{timestamp_spec.rb → address_company_spec.rb} +17 -17
- data/spec/models/amount_request_spec.rb +13 -1
- data/spec/models/authorization_transaction_group_spec.rb +47 -0
- data/spec/models/authorized_beneficiaries_response_spec.rb +53 -0
- data/spec/models/authorized_users_spec.rb +71 -0
- data/spec/models/balance_list_response_spec.rb +1 -1
- data/spec/models/balance_spec.rb +1 -1
- data/spec/models/beneficiaries_query_register_status_spec.rb +75 -0
- data/spec/models/beneficiaries_response_spec.rb +1 -1
- data/spec/models/beneficiary_institution_spec.rb +1 -1
- data/spec/models/billing_spec.rb +1 -1
- data/spec/models/billing_transaction_spec.rb +1 -1
- data/spec/models/cep_response_spec.rb +1 -1
- data/spec/models/cep_search_banxico_spec.rb +1 -1
- data/spec/models/certificate_request_spec.rb +59 -0
- data/spec/models/codi_code_qr_response_dto_spec.rb +103 -0
- data/spec/models/codi_code_request_dto_spec.rb +81 -0
- data/spec/models/codi_operation_response_dto_spec.rb +77 -0
- data/spec/models/codi_operations_filters_request_dto_spec.rb +87 -0
- data/spec/models/company_registered_spec.rb +71 -0
- data/spec/models/company_requested_spec.rb +59 -0
- data/spec/models/compay_spec.rb +59 -0
- data/spec/models/configurations_limits_spec.rb +47 -0
- data/spec/models/contact_request_spec.rb +1 -1
- data/spec/models/contract_detail_request_spec.rb +59 -0
- data/spec/models/contract_detail_response_spec.rb +47 -0
- data/spec/models/deposit_authorization_request_spec.rb +53 -0
- data/spec/models/deposit_spec.rb +7 -1
- data/spec/models/depositant_spec.rb +1 -1
- data/spec/models/depositants_register_spec.rb +1 -1
- data/spec/models/depositants_response_spec.rb +1 -1
- data/spec/models/deposits_authorization_response_spec.rb +53 -0
- data/spec/models/detailed_error_response_spec.rb +53 -0
- data/spec/models/error_response_spec.rb +1 -1
- data/spec/models/get_depositants_spec.rb +1 -1
- data/spec/models/institution_spec.rb +1 -1
- data/spec/models/institutions_list_spec.rb +1 -1
- data/spec/models/item_spec.rb +53 -0
- data/spec/models/message_account_beneficiary_spec.rb +1 -1
- data/spec/models/message_cep_spec.rb +1 -1
- data/spec/models/message_codi_action_spec.rb +107 -0
- data/spec/models/message_configurations_limits_spec.rb +41 -0
- data/spec/models/message_deposit_authorization_request_spec.rb +155 -0
- data/spec/models/message_deposit_received_spec.rb +7 -1
- data/spec/models/message_institution_spec.rb +1 -1
- data/spec/models/message_payment_spec.rb +13 -1
- data/spec/models/message_payment_state_pending_spec.rb +131 -0
- data/spec/models/message_request_changed_spec.rb +51 -0
- data/spec/models/message_sales_point_spec.rb +53 -0
- data/spec/models/message_subscription_spec.rb +7 -1
- data/spec/models/message_user_authorized_spec.rb +77 -0
- data/spec/models/message_web_hook_spec.rb +1 -1
- data/spec/models/operations_spec.rb +103 -0
- data/spec/models/pager_response_dto_spec.rb +71 -0
- data/spec/models/payment_codi_spec.rb +75 -0
- data/spec/models/payment_request_codi_response_dto_spec.rb +101 -0
- data/spec/models/payment_spec.rb +13 -1
- data/spec/models/payments_request_id_spec.rb +71 -0
- data/spec/models/person_spec.rb +1 -1
- data/spec/models/pre_enrollment_data_spec.rb +1 -1
- data/spec/models/pre_enrollment_response_spec.rb +1 -1
- data/spec/models/pre_monex_authorization_spec.rb +59 -0
- data/spec/models/relationship_spec.rb +1 -1
- data/spec/models/relationships_response_spec.rb +1 -1
- data/spec/models/sales_point_found_spec.rb +81 -0
- data/spec/models/sales_point_request_spec.rb +59 -0
- data/spec/models/sales_point_respose_spec.rb +59 -0
- data/spec/models/sales_point_spec.rb +53 -0
- data/spec/models/spid_beneficiaries_response_spec.rb +41 -0
- data/spec/models/spid_beneficiary_response_spec.rb +113 -0
- data/spec/models/spid_classification_dto_spec.rb +1 -1
- data/spec/models/spid_classifications_response_dto_spec.rb +1 -1
- data/spec/models/token_required_response_spec.rb +1 -1
- data/spec/models/transaction_error_code_spec.rb +53 -0
- data/spec/models/transaction_outgoing_spec.rb +7 -1
- data/spec/models/transaction_outgoing_spid_spec.rb +1 -1
- data/spec/models/transactions_outgoing_register_spec.rb +1 -1
- data/spec/models/update_configurations_request_dto_spec.rb +41 -0
- data/spec/models/urls_redirect_spec.rb +47 -0
- data/spec/models/user_company_spec.rb +89 -0
- data/spec/models/web_hook_deposit_authorization_request_spec.rb +47 -0
- data/spec/models/web_hook_deposit_authorization_response_spec.rb +71 -0
- data/spec/models/webhook_request_spec.rb +1 -1
- data/spec/models/webhook_response_spec.rb +1 -1
- data/spec/models/webhook_spec.rb +75 -0
- data/spec/models/webhooks_list_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/wire4_client-1.0.9.gem +0 -0
- data/wire4_client.gemspec +2 -2
- metadata +267 -51
- data/Gemfile.lock +0 -69
- data/docs/Timestamp.md +0 -17
@@ -1,7 +1,7 @@
|
|
1
1
|
=begin
|
2
2
|
#Wire4RestAPI
|
3
3
|
|
4
|
-
#Referencia de
|
4
|
+
# # Referencia de API La API de Wire4 está organizada en torno a REST.
|
5
5
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
@@ -19,25 +19,123 @@ module Wire4Client
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
+
# Consulta los beneficiarios SPID registrados
|
23
|
+
# Obtiene los beneficiarios SPID registrados al contrato relacionado con la suscripción, Los beneficiarios son los que actualmente se encuentran registrados en banca Monex.
|
24
|
+
# @param authorization Header para token
|
25
|
+
# @param subscription El identificador de la suscripción a esta API
|
26
|
+
# @param [Hash] opts the optional parameters
|
27
|
+
# @option opts [String] :account Cuenta del beneficiario, puede ser Clabe, TDD o Celular
|
28
|
+
# @option opts [String] :beneficiary_bank Clave del banco beneficiario
|
29
|
+
# @option opts [String] :beneficiary_name Nombre del beneficiario
|
30
|
+
# @option opts [String] :end_date Fecha de inicio del perido a filtrar en formato dd-mm-yyyy
|
31
|
+
# @option opts [String] :init_date Fecha de inicio del perido a filtrar en formato dd-mm-yyyy
|
32
|
+
# @option opts [String] :rfc RFC del beneficiario
|
33
|
+
# @option opts [String] :status Estatus de la cuenta
|
34
|
+
# @return [SpidBeneficiariesResponse]
|
35
|
+
def get_spid_beneficiaries_for_account(authorization, subscription, opts = {})
|
36
|
+
data, _status_code, _headers = get_spid_beneficiaries_for_account_with_http_info(authorization, subscription, opts)
|
37
|
+
data
|
38
|
+
end
|
39
|
+
|
40
|
+
# Consulta los beneficiarios SPID registrados
|
41
|
+
# Obtiene los beneficiarios SPID registrados al contrato relacionado con la suscripción, Los beneficiarios son los que actualmente se encuentran registrados en banca Monex.
|
42
|
+
# @param authorization Header para token
|
43
|
+
# @param subscription El identificador de la suscripción a esta API
|
44
|
+
# @param [Hash] opts the optional parameters
|
45
|
+
# @option opts [String] :account Cuenta del beneficiario, puede ser Clabe, TDD o Celular
|
46
|
+
# @option opts [String] :beneficiary_bank Clave del banco beneficiario
|
47
|
+
# @option opts [String] :beneficiary_name Nombre del beneficiario
|
48
|
+
# @option opts [String] :end_date Fecha de inicio del perido a filtrar en formato dd-mm-yyyy
|
49
|
+
# @option opts [String] :init_date Fecha de inicio del perido a filtrar en formato dd-mm-yyyy
|
50
|
+
# @option opts [String] :rfc RFC del beneficiario
|
51
|
+
# @option opts [String] :status Estatus de la cuenta
|
52
|
+
# @return [Array<(SpidBeneficiariesResponse, Fixnum, Hash)>] SpidBeneficiariesResponse data, response status code and response headers
|
53
|
+
def get_spid_beneficiaries_for_account_with_http_info(authorization, subscription, opts = {})
|
54
|
+
if @api_client.config.debugging
|
55
|
+
@api_client.config.logger.debug 'Calling API: CuentasDeBeneficiariosSPIDApi.get_spid_beneficiaries_for_account ...'
|
56
|
+
end
|
57
|
+
# verify the required parameter 'authorization' is set
|
58
|
+
if @api_client.config.client_side_validation && authorization.nil?
|
59
|
+
fail ArgumentError, "Missing the required parameter 'authorization' when calling CuentasDeBeneficiariosSPIDApi.get_spid_beneficiaries_for_account"
|
60
|
+
end
|
61
|
+
# verify the required parameter 'subscription' is set
|
62
|
+
if @api_client.config.client_side_validation && subscription.nil?
|
63
|
+
fail ArgumentError, "Missing the required parameter 'subscription' when calling CuentasDeBeneficiariosSPIDApi.get_spid_beneficiaries_for_account"
|
64
|
+
end
|
65
|
+
if @api_client.config.client_side_validation && subscription.to_s.length > 36
|
66
|
+
fail ArgumentError, 'invalid value for "subscription" when calling CuentasDeBeneficiariosSPIDApi.get_spid_beneficiaries_for_account, the character length must be smaller than or equal to 36.'
|
67
|
+
end
|
68
|
+
|
69
|
+
if @api_client.config.client_side_validation && subscription.to_s.length < 36
|
70
|
+
fail ArgumentError, 'invalid value for "subscription" when calling CuentasDeBeneficiariosSPIDApi.get_spid_beneficiaries_for_account, the character length must be great than or equal to 36.'
|
71
|
+
end
|
72
|
+
|
73
|
+
if @api_client.config.client_side_validation && subscription !~ Regexp.new(/[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[34][A-Fa-f0-9]{3}-[89ab][A-Fa-f0-9]{3}-[A-Fa-f0-9]{12}$/)
|
74
|
+
fail ArgumentError, "invalid value for 'subscription' when calling CuentasDeBeneficiariosSPIDApi.get_spid_beneficiaries_for_account, must conform to the pattern /[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[34][A-Fa-f0-9]{3}-[89ab][A-Fa-f0-9]{3}-[A-Fa-f0-9]{12}$/."
|
75
|
+
end
|
76
|
+
|
77
|
+
# resource path
|
78
|
+
local_var_path = '/subscriptions/{subscription}/beneficiaries/spid'.sub('{' + 'subscription' + '}', subscription.to_s)
|
79
|
+
|
80
|
+
# query parameters
|
81
|
+
query_params = {}
|
82
|
+
query_params[:'account'] = opts[:'account'] if !opts[:'account'].nil?
|
83
|
+
query_params[:'beneficiary_bank'] = opts[:'beneficiary_bank'] if !opts[:'beneficiary_bank'].nil?
|
84
|
+
query_params[:'beneficiary_name'] = opts[:'beneficiary_name'] if !opts[:'beneficiary_name'].nil?
|
85
|
+
query_params[:'end_date'] = opts[:'end_date'] if !opts[:'end_date'].nil?
|
86
|
+
query_params[:'init_date'] = opts[:'init_date'] if !opts[:'init_date'].nil?
|
87
|
+
query_params[:'rfc'] = opts[:'rfc'] if !opts[:'rfc'].nil?
|
88
|
+
query_params[:'status'] = opts[:'status'] if !opts[:'status'].nil?
|
89
|
+
|
90
|
+
# header parameters
|
91
|
+
header_params = {}
|
92
|
+
# HTTP header 'Accept' (if needed)
|
93
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
94
|
+
header_params[:'Authorization'] = authorization
|
95
|
+
|
96
|
+
# form parameters
|
97
|
+
form_params = {}
|
98
|
+
|
99
|
+
# http body (model)
|
100
|
+
post_body = nil
|
101
|
+
auth_names = []
|
102
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
103
|
+
:header_params => header_params,
|
104
|
+
:query_params => query_params,
|
105
|
+
:form_params => form_params,
|
106
|
+
:body => post_body,
|
107
|
+
:auth_names => auth_names,
|
108
|
+
:return_type => 'SpidBeneficiariesResponse')
|
109
|
+
if @api_client.config.debugging
|
110
|
+
@api_client.config.logger.debug "API called: CuentasDeBeneficiariosSPIDApi#get_spid_beneficiaries_for_account\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
111
|
+
end
|
112
|
+
return data, status_code, headers
|
113
|
+
end
|
22
114
|
# Pre-registro de cuentas de beneficiarios SPID
|
115
|
+
# @param authorization Header para token
|
23
116
|
# @param request_spid_dto Información de la cuenta del beneficiario
|
24
117
|
# @param subscription El identificador de la suscripción a esta API
|
25
118
|
# @param [Hash] opts the optional parameters
|
26
119
|
# @return [TokenRequiredResponse]
|
27
|
-
def pre_register_accounts_using_post1(request_spid_dto, subscription, opts = {})
|
28
|
-
data, _status_code, _headers = pre_register_accounts_using_post1_with_http_info(request_spid_dto, subscription, opts)
|
120
|
+
def pre_register_accounts_using_post1(authorization, request_spid_dto, subscription, opts = {})
|
121
|
+
data, _status_code, _headers = pre_register_accounts_using_post1_with_http_info(authorization, request_spid_dto, subscription, opts)
|
29
122
|
data
|
30
123
|
end
|
31
124
|
|
32
125
|
# Pre-registro de cuentas de beneficiarios SPID
|
126
|
+
# @param authorization Header para token
|
33
127
|
# @param request_spid_dto Información de la cuenta del beneficiario
|
34
128
|
# @param subscription El identificador de la suscripción a esta API
|
35
129
|
# @param [Hash] opts the optional parameters
|
36
130
|
# @return [Array<(TokenRequiredResponse, Fixnum, Hash)>] TokenRequiredResponse data, response status code and response headers
|
37
|
-
def pre_register_accounts_using_post1_with_http_info(request_spid_dto, subscription, opts = {})
|
131
|
+
def pre_register_accounts_using_post1_with_http_info(authorization, request_spid_dto, subscription, opts = {})
|
38
132
|
if @api_client.config.debugging
|
39
133
|
@api_client.config.logger.debug 'Calling API: CuentasDeBeneficiariosSPIDApi.pre_register_accounts_using_post1 ...'
|
40
134
|
end
|
135
|
+
# verify the required parameter 'authorization' is set
|
136
|
+
if @api_client.config.client_side_validation && authorization.nil?
|
137
|
+
fail ArgumentError, "Missing the required parameter 'authorization' when calling CuentasDeBeneficiariosSPIDApi.pre_register_accounts_using_post1"
|
138
|
+
end
|
41
139
|
# verify the required parameter 'request_spid_dto' is set
|
42
140
|
if @api_client.config.client_side_validation && request_spid_dto.nil?
|
43
141
|
fail ArgumentError, "Missing the required parameter 'request_spid_dto' when calling CuentasDeBeneficiariosSPIDApi.pre_register_accounts_using_post1"
|
@@ -70,13 +168,14 @@ module Wire4Client
|
|
70
168
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
71
169
|
# HTTP header 'Content-Type'
|
72
170
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
171
|
+
header_params[:'Authorization'] = authorization
|
73
172
|
|
74
173
|
# form parameters
|
75
174
|
form_params = {}
|
76
175
|
|
77
176
|
# http body (model)
|
78
177
|
post_body = @api_client.object_to_http_body(request_spid_dto)
|
79
|
-
auth_names = [
|
178
|
+
auth_names = []
|
80
179
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
81
180
|
:header_params => header_params,
|
82
181
|
:query_params => query_params,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
=begin
|
2
2
|
#Wire4RestAPI
|
3
3
|
|
4
|
-
#Referencia de
|
4
|
+
# # Referencia de API La API de Wire4 está organizada en torno a REST.
|
5
5
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
@@ -21,23 +21,29 @@ module Wire4Client
|
|
21
21
|
end
|
22
22
|
# Consulta de cuentas de depositantes
|
23
23
|
# Obtiene una lista de depositantes asociados al contrato relacionado a la subscripción.
|
24
|
+
# @param authorization Header para token
|
24
25
|
# @param subscription El identificador de la suscripción a esta API
|
25
26
|
# @param [Hash] opts the optional parameters
|
26
27
|
# @return [GetDepositants]
|
27
|
-
def get_depositants_using_get(subscription, opts = {})
|
28
|
-
data, _status_code, _headers = get_depositants_using_get_with_http_info(subscription, opts)
|
28
|
+
def get_depositants_using_get(authorization, subscription, opts = {})
|
29
|
+
data, _status_code, _headers = get_depositants_using_get_with_http_info(authorization, subscription, opts)
|
29
30
|
data
|
30
31
|
end
|
31
32
|
|
32
33
|
# Consulta de cuentas de depositantes
|
33
34
|
# Obtiene una lista de depositantes asociados al contrato relacionado a la subscripción.
|
35
|
+
# @param authorization Header para token
|
34
36
|
# @param subscription El identificador de la suscripción a esta API
|
35
37
|
# @param [Hash] opts the optional parameters
|
36
38
|
# @return [Array<(GetDepositants, Fixnum, Hash)>] GetDepositants data, response status code and response headers
|
37
|
-
def get_depositants_using_get_with_http_info(subscription, opts = {})
|
39
|
+
def get_depositants_using_get_with_http_info(authorization, subscription, opts = {})
|
38
40
|
if @api_client.config.debugging
|
39
41
|
@api_client.config.logger.debug 'Calling API: DepositantesApi.get_depositants_using_get ...'
|
40
42
|
end
|
43
|
+
# verify the required parameter 'authorization' is set
|
44
|
+
if @api_client.config.client_side_validation && authorization.nil?
|
45
|
+
fail ArgumentError, "Missing the required parameter 'authorization' when calling DepositantesApi.get_depositants_using_get"
|
46
|
+
end
|
41
47
|
# verify the required parameter 'subscription' is set
|
42
48
|
if @api_client.config.client_side_validation && subscription.nil?
|
43
49
|
fail ArgumentError, "Missing the required parameter 'subscription' when calling DepositantesApi.get_depositants_using_get"
|
@@ -64,13 +70,14 @@ module Wire4Client
|
|
64
70
|
header_params = {}
|
65
71
|
# HTTP header 'Accept' (if needed)
|
66
72
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
73
|
+
header_params[:'Authorization'] = authorization
|
67
74
|
|
68
75
|
# form parameters
|
69
76
|
form_params = {}
|
70
77
|
|
71
78
|
# http body (model)
|
72
79
|
post_body = nil
|
73
|
-
auth_names = [
|
80
|
+
auth_names = []
|
74
81
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
75
82
|
:header_params => header_params,
|
76
83
|
:query_params => query_params,
|
@@ -85,25 +92,31 @@ module Wire4Client
|
|
85
92
|
end
|
86
93
|
# Registra un nuevo depositante
|
87
94
|
# Registra un nuevo depositante en el contrato asociado a la subscripción.
|
95
|
+
# @param authorization Header para token
|
88
96
|
# @param register Depositant info
|
89
97
|
# @param subscription El identificador de la suscripción a esta API
|
90
98
|
# @param [Hash] opts the optional parameters
|
91
99
|
# @return [DepositantsResponse]
|
92
|
-
def register_depositants_using_post(register, subscription, opts = {})
|
93
|
-
data, _status_code, _headers = register_depositants_using_post_with_http_info(register, subscription, opts)
|
100
|
+
def register_depositants_using_post(authorization, register, subscription, opts = {})
|
101
|
+
data, _status_code, _headers = register_depositants_using_post_with_http_info(authorization, register, subscription, opts)
|
94
102
|
data
|
95
103
|
end
|
96
104
|
|
97
105
|
# Registra un nuevo depositante
|
98
106
|
# Registra un nuevo depositante en el contrato asociado a la subscripción.
|
107
|
+
# @param authorization Header para token
|
99
108
|
# @param register Depositant info
|
100
109
|
# @param subscription El identificador de la suscripción a esta API
|
101
110
|
# @param [Hash] opts the optional parameters
|
102
111
|
# @return [Array<(DepositantsResponse, Fixnum, Hash)>] DepositantsResponse data, response status code and response headers
|
103
|
-
def register_depositants_using_post_with_http_info(register, subscription, opts = {})
|
112
|
+
def register_depositants_using_post_with_http_info(authorization, register, subscription, opts = {})
|
104
113
|
if @api_client.config.debugging
|
105
114
|
@api_client.config.logger.debug 'Calling API: DepositantesApi.register_depositants_using_post ...'
|
106
115
|
end
|
116
|
+
# verify the required parameter 'authorization' is set
|
117
|
+
if @api_client.config.client_side_validation && authorization.nil?
|
118
|
+
fail ArgumentError, "Missing the required parameter 'authorization' when calling DepositantesApi.register_depositants_using_post"
|
119
|
+
end
|
107
120
|
# verify the required parameter 'register' is set
|
108
121
|
if @api_client.config.client_side_validation && register.nil?
|
109
122
|
fail ArgumentError, "Missing the required parameter 'register' when calling DepositantesApi.register_depositants_using_post"
|
@@ -136,13 +149,14 @@ module Wire4Client
|
|
136
149
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
137
150
|
# HTTP header 'Content-Type'
|
138
151
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
152
|
+
header_params[:'Authorization'] = authorization
|
139
153
|
|
140
154
|
# form parameters
|
141
155
|
form_params = {}
|
142
156
|
|
143
157
|
# http body (model)
|
144
158
|
post_body = @api_client.object_to_http_body(register)
|
145
|
-
auth_names = [
|
159
|
+
auth_names = []
|
146
160
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
147
161
|
:header_params => header_params,
|
148
162
|
:query_params => query_params,
|
@@ -0,0 +1,137 @@
|
|
1
|
+
=begin
|
2
|
+
#Wire4RestAPI
|
3
|
+
|
4
|
+
# # Referencia de API La API de Wire4 está organizada en torno a REST.
|
5
|
+
|
6
|
+
OpenAPI spec version: 1.0.0
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.4.10
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'uri'
|
14
|
+
|
15
|
+
module Wire4Client
|
16
|
+
class EmpresasCoDiApi
|
17
|
+
attr_accessor :api_client
|
18
|
+
|
19
|
+
def initialize(api_client = ApiClient.default)
|
20
|
+
@api_client = api_client
|
21
|
+
end
|
22
|
+
# Consulta de empresas CODI
|
23
|
+
# Consulta de empresas CODI registradas para la aplicación.
|
24
|
+
# @param authorization Header para token
|
25
|
+
# @param [Hash] opts the optional parameters
|
26
|
+
# @return [Array<CompanyRegistered>]
|
27
|
+
def obtain_companies(authorization, opts = {})
|
28
|
+
data, _status_code, _headers = obtain_companies_with_http_info(authorization, opts)
|
29
|
+
data
|
30
|
+
end
|
31
|
+
|
32
|
+
# Consulta de empresas CODI
|
33
|
+
# Consulta de empresas CODI registradas para la aplicación.
|
34
|
+
# @param authorization Header para token
|
35
|
+
# @param [Hash] opts the optional parameters
|
36
|
+
# @return [Array<(Array<CompanyRegistered>, Fixnum, Hash)>] Array<CompanyRegistered> data, response status code and response headers
|
37
|
+
def obtain_companies_with_http_info(authorization, opts = {})
|
38
|
+
if @api_client.config.debugging
|
39
|
+
@api_client.config.logger.debug 'Calling API: EmpresasCoDiApi.obtain_companies ...'
|
40
|
+
end
|
41
|
+
# verify the required parameter 'authorization' is set
|
42
|
+
if @api_client.config.client_side_validation && authorization.nil?
|
43
|
+
fail ArgumentError, "Missing the required parameter 'authorization' when calling EmpresasCoDiApi.obtain_companies"
|
44
|
+
end
|
45
|
+
# resource path
|
46
|
+
local_var_path = '/codi/companies'
|
47
|
+
|
48
|
+
# query parameters
|
49
|
+
query_params = {}
|
50
|
+
|
51
|
+
# header parameters
|
52
|
+
header_params = {}
|
53
|
+
# HTTP header 'Accept' (if needed)
|
54
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
55
|
+
header_params[:'Authorization'] = authorization
|
56
|
+
|
57
|
+
# form parameters
|
58
|
+
form_params = {}
|
59
|
+
|
60
|
+
# http body (model)
|
61
|
+
post_body = nil
|
62
|
+
auth_names = []
|
63
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
64
|
+
:header_params => header_params,
|
65
|
+
:query_params => query_params,
|
66
|
+
:form_params => form_params,
|
67
|
+
:body => post_body,
|
68
|
+
:auth_names => auth_names,
|
69
|
+
:return_type => 'Array<CompanyRegistered>')
|
70
|
+
if @api_client.config.debugging
|
71
|
+
@api_client.config.logger.debug "API called: EmpresasCoDiApi#obtain_companies\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
72
|
+
end
|
73
|
+
return data, status_code, headers
|
74
|
+
end
|
75
|
+
# Registro de empresas CODI
|
76
|
+
# Registra una empresa para hacer uso de operaciones CODI. Es requerido tener el certificado emitido por BANXICO® asi como el Nombre de la empresa, Nombre comercial y RFC de la empresa.<br/>
|
77
|
+
# @param authorization Header para token
|
78
|
+
# @param request_dto Información de la cuenta del beneficiario
|
79
|
+
# @param [Hash] opts the optional parameters
|
80
|
+
# @return [CompanyRegistered]
|
81
|
+
def register_company_using_post(authorization, request_dto, opts = {})
|
82
|
+
data, _status_code, _headers = register_company_using_post_with_http_info(authorization, request_dto, opts)
|
83
|
+
data
|
84
|
+
end
|
85
|
+
|
86
|
+
# Registro de empresas CODI
|
87
|
+
# Registra una empresa para hacer uso de operaciones CODI. Es requerido tener el certificado emitido por BANXICO® asi como el Nombre de la empresa, Nombre comercial y RFC de la empresa.<br/>
|
88
|
+
# @param authorization Header para token
|
89
|
+
# @param request_dto Información de la cuenta del beneficiario
|
90
|
+
# @param [Hash] opts the optional parameters
|
91
|
+
# @return [Array<(CompanyRegistered, Fixnum, Hash)>] CompanyRegistered data, response status code and response headers
|
92
|
+
def register_company_using_post_with_http_info(authorization, request_dto, opts = {})
|
93
|
+
if @api_client.config.debugging
|
94
|
+
@api_client.config.logger.debug 'Calling API: EmpresasCoDiApi.register_company_using_post ...'
|
95
|
+
end
|
96
|
+
# verify the required parameter 'authorization' is set
|
97
|
+
if @api_client.config.client_side_validation && authorization.nil?
|
98
|
+
fail ArgumentError, "Missing the required parameter 'authorization' when calling EmpresasCoDiApi.register_company_using_post"
|
99
|
+
end
|
100
|
+
# verify the required parameter 'request_dto' is set
|
101
|
+
if @api_client.config.client_side_validation && request_dto.nil?
|
102
|
+
fail ArgumentError, "Missing the required parameter 'request_dto' when calling EmpresasCoDiApi.register_company_using_post"
|
103
|
+
end
|
104
|
+
# resource path
|
105
|
+
local_var_path = '/codi/companies'
|
106
|
+
|
107
|
+
# query parameters
|
108
|
+
query_params = {}
|
109
|
+
|
110
|
+
# header parameters
|
111
|
+
header_params = {}
|
112
|
+
# HTTP header 'Accept' (if needed)
|
113
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
114
|
+
# HTTP header 'Content-Type'
|
115
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
116
|
+
header_params[:'Authorization'] = authorization
|
117
|
+
|
118
|
+
# form parameters
|
119
|
+
form_params = {}
|
120
|
+
|
121
|
+
# http body (model)
|
122
|
+
post_body = @api_client.object_to_http_body(request_dto)
|
123
|
+
auth_names = []
|
124
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
125
|
+
:header_params => header_params,
|
126
|
+
:query_params => query_params,
|
127
|
+
:form_params => form_params,
|
128
|
+
:body => post_body,
|
129
|
+
:auth_names => auth_names,
|
130
|
+
:return_type => 'CompanyRegistered')
|
131
|
+
if @api_client.config.debugging
|
132
|
+
@api_client.config.logger.debug "API called: EmpresasCoDiApi#register_company_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
133
|
+
end
|
134
|
+
return data, status_code, headers
|
135
|
+
end
|
136
|
+
end
|
137
|
+
end
|
@@ -1,7 +1,7 @@
|
|
1
1
|
=begin
|
2
2
|
#Wire4RestAPI
|
3
3
|
|
4
|
-
#Referencia de
|
4
|
+
# # Referencia de API La API de Wire4 está organizada en torno a REST.
|
5
5
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
@@ -21,23 +21,29 @@ module Wire4Client
|
|
21
21
|
end
|
22
22
|
# Consulta de facturas por identificador
|
23
23
|
# Consulta las facturas emitidas por conceptos de uso de la plataforma y operaciones realizadas tanto de entrada como de salida. Se debe especificar el identificador de la factura
|
24
|
+
# @param authorization Header para token
|
24
25
|
# @param id Identificador de la factura
|
25
26
|
# @param [Hash] opts the optional parameters
|
26
27
|
# @return [Billing]
|
27
|
-
def billings_report_by_id_using_get(id, opts = {})
|
28
|
-
data, _status_code, _headers = billings_report_by_id_using_get_with_http_info(id, opts)
|
28
|
+
def billings_report_by_id_using_get(authorization, id, opts = {})
|
29
|
+
data, _status_code, _headers = billings_report_by_id_using_get_with_http_info(authorization, id, opts)
|
29
30
|
data
|
30
31
|
end
|
31
32
|
|
32
33
|
# Consulta de facturas por identificador
|
33
34
|
# Consulta las facturas emitidas por conceptos de uso de la plataforma y operaciones realizadas tanto de entrada como de salida. Se debe especificar el identificador de la factura
|
35
|
+
# @param authorization Header para token
|
34
36
|
# @param id Identificador de la factura
|
35
37
|
# @param [Hash] opts the optional parameters
|
36
38
|
# @return [Array<(Billing, Fixnum, Hash)>] Billing data, response status code and response headers
|
37
|
-
def billings_report_by_id_using_get_with_http_info(id, opts = {})
|
39
|
+
def billings_report_by_id_using_get_with_http_info(authorization, id, opts = {})
|
38
40
|
if @api_client.config.debugging
|
39
41
|
@api_client.config.logger.debug 'Calling API: FacturasApi.billings_report_by_id_using_get ...'
|
40
42
|
end
|
43
|
+
# verify the required parameter 'authorization' is set
|
44
|
+
if @api_client.config.client_side_validation && authorization.nil?
|
45
|
+
fail ArgumentError, "Missing the required parameter 'authorization' when calling FacturasApi.billings_report_by_id_using_get"
|
46
|
+
end
|
41
47
|
# verify the required parameter 'id' is set
|
42
48
|
if @api_client.config.client_side_validation && id.nil?
|
43
49
|
fail ArgumentError, "Missing the required parameter 'id' when calling FacturasApi.billings_report_by_id_using_get"
|
@@ -52,13 +58,14 @@ module Wire4Client
|
|
52
58
|
header_params = {}
|
53
59
|
# HTTP header 'Accept' (if needed)
|
54
60
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
61
|
+
header_params[:'Authorization'] = authorization
|
55
62
|
|
56
63
|
# form parameters
|
57
64
|
form_params = {}
|
58
65
|
|
59
66
|
# http body (model)
|
60
67
|
post_body = nil
|
61
|
-
auth_names = [
|
68
|
+
auth_names = []
|
62
69
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
63
70
|
:header_params => header_params,
|
64
71
|
:query_params => query_params,
|
@@ -73,23 +80,29 @@ module Wire4Client
|
|
73
80
|
end
|
74
81
|
# Consulta de facturas
|
75
82
|
# Consulta las facturas emitidas por conceptos de uso de la plataforma y operaciones realizadas tanto de entrada como de salida. Es posible filtrar por periodo de fecha yyyy-MM, por ejemplo 2019-11
|
83
|
+
# @param authorization Header para token
|
76
84
|
# @param [Hash] opts the optional parameters
|
77
85
|
# @option opts [String] :period Filtro de fecha yyyy-MM
|
78
86
|
# @return [Array<Billing>]
|
79
|
-
def billings_report_using_get(opts = {})
|
80
|
-
data, _status_code, _headers = billings_report_using_get_with_http_info(opts)
|
87
|
+
def billings_report_using_get(authorization, opts = {})
|
88
|
+
data, _status_code, _headers = billings_report_using_get_with_http_info(authorization, opts)
|
81
89
|
data
|
82
90
|
end
|
83
91
|
|
84
92
|
# Consulta de facturas
|
85
93
|
# Consulta las facturas emitidas por conceptos de uso de la plataforma y operaciones realizadas tanto de entrada como de salida. Es posible filtrar por periodo de fecha yyyy-MM, por ejemplo 2019-11
|
94
|
+
# @param authorization Header para token
|
86
95
|
# @param [Hash] opts the optional parameters
|
87
96
|
# @option opts [String] :period Filtro de fecha yyyy-MM
|
88
97
|
# @return [Array<(Array<Billing>, Fixnum, Hash)>] Array<Billing> data, response status code and response headers
|
89
|
-
def billings_report_using_get_with_http_info(opts = {})
|
98
|
+
def billings_report_using_get_with_http_info(authorization, opts = {})
|
90
99
|
if @api_client.config.debugging
|
91
100
|
@api_client.config.logger.debug 'Calling API: FacturasApi.billings_report_using_get ...'
|
92
101
|
end
|
102
|
+
# verify the required parameter 'authorization' is set
|
103
|
+
if @api_client.config.client_side_validation && authorization.nil?
|
104
|
+
fail ArgumentError, "Missing the required parameter 'authorization' when calling FacturasApi.billings_report_using_get"
|
105
|
+
end
|
93
106
|
# resource path
|
94
107
|
local_var_path = '/billings'
|
95
108
|
|
@@ -101,13 +114,14 @@ module Wire4Client
|
|
101
114
|
header_params = {}
|
102
115
|
# HTTP header 'Accept' (if needed)
|
103
116
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
117
|
+
header_params[:'Authorization'] = authorization
|
104
118
|
|
105
119
|
# form parameters
|
106
120
|
form_params = {}
|
107
121
|
|
108
122
|
# http body (model)
|
109
123
|
post_body = nil
|
110
|
-
auth_names = [
|
124
|
+
auth_names = []
|
111
125
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
112
126
|
:header_params => header_params,
|
113
127
|
:query_params => query_params,
|