digital_femsa 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CODE_OF_CONDUCT.md +77 -0
- data/CONTRIBUTING.md +19 -0
- data/Gemfile +9 -0
- data/LICENSE +22 -0
- data/Makefile +11 -0
- data/README.md +320 -0
- data/Rakefile +10 -0
- data/VERSION +1 -0
- data/config-ruby.json +30 -0
- data/digital_femsa.gemspec +41 -0
- data/docs/ApiKeyCreateResponse.md +40 -0
- data/docs/ApiKeyRequest.md +20 -0
- data/docs/ApiKeyResponse.md +38 -0
- data/docs/ApiKeyResponseOnDelete.md +34 -0
- data/docs/ApiKeyUpdateRequest.md +20 -0
- data/docs/ApiKeysApi.md +391 -0
- data/docs/BalanceCommonField.md +20 -0
- data/docs/BalanceResponse.md +36 -0
- data/docs/BalancesApi.md +79 -0
- data/docs/ChargeOrderResponse.md +52 -0
- data/docs/ChargeOrderResponsePaymentMethod.md +76 -0
- data/docs/ChargeRequest.md +22 -0
- data/docs/ChargeRequestPaymentMethod.md +22 -0
- data/docs/ChargeResponse.md +52 -0
- data/docs/ChargeResponseChannel.md +24 -0
- data/docs/ChargeResponsePaymentMethod.md +76 -0
- data/docs/ChargeResponseRefunds.md +26 -0
- data/docs/ChargeResponseRefundsData.md +30 -0
- data/docs/ChargeUpdateRequest.md +18 -0
- data/docs/ChargesApi.md +241 -0
- data/docs/ChargesDataResponse.md +52 -0
- data/docs/Checkout.md +34 -0
- data/docs/CheckoutOrderTemplate.md +24 -0
- data/docs/CheckoutOrderTemplateCustomerInfo.md +49 -0
- data/docs/CheckoutRequest.md +30 -0
- data/docs/CheckoutResponse.md +58 -0
- data/docs/CheckoutsResponse.md +26 -0
- data/docs/CompaniesApi.md +159 -0
- data/docs/CompanyFiscalInfoAddressResponse.md +34 -0
- data/docs/CompanyFiscalInfoResponse.md +30 -0
- data/docs/CompanyPayoutDestinationResponse.md +28 -0
- data/docs/CompanyResponse.md +32 -0
- data/docs/CreateCustomerFiscalEntitiesResponse.md +38 -0
- data/docs/CreateCustomerPaymentMethodsRequest.md +47 -0
- data/docs/CreateCustomerPaymentMethodsResponse.md +77 -0
- data/docs/Customer.md +40 -0
- data/docs/CustomerAddress.md +32 -0
- data/docs/CustomerAntifraudInfo.md +20 -0
- data/docs/CustomerAntifraudInfoResponse.md +20 -0
- data/docs/CustomerFiscalEntitiesDataResponse.md +38 -0
- data/docs/CustomerFiscalEntitiesRequest.md +28 -0
- data/docs/CustomerFiscalEntitiesResponse.md +22 -0
- data/docs/CustomerInfo.md +26 -0
- data/docs/CustomerInfoJustCustomerId.md +18 -0
- data/docs/CustomerInfoJustCustomerIdResponse.md +18 -0
- data/docs/CustomerPaymentMethodRequest.md +18 -0
- data/docs/CustomerPaymentMethodsData.md +77 -0
- data/docs/CustomerPaymentMethodsRequest.md +47 -0
- data/docs/CustomerPaymentMethodsResponse.md +26 -0
- data/docs/CustomerResponse.md +50 -0
- data/docs/CustomerResponseShippingContacts.md +22 -0
- data/docs/CustomerShippingContacts.md +32 -0
- data/docs/CustomerShippingContactsAddress.md +30 -0
- data/docs/CustomerShippingContactsDataResponse.md +38 -0
- data/docs/CustomerShippingContactsResponse.md +38 -0
- data/docs/CustomerShippingContactsResponseAddress.md +32 -0
- data/docs/CustomerUpdateFiscalEntitiesRequest.md +28 -0
- data/docs/CustomerUpdateShippingContacts.md +30 -0
- data/docs/CustomersApi.md +553 -0
- data/docs/CustomersResponse.md +26 -0
- data/docs/DeleteApiKeysResponse.md +34 -0
- data/docs/Details.md +18 -0
- data/docs/DetailsError.md +24 -0
- data/docs/DiscountLinesDataResponse.md +28 -0
- data/docs/DiscountLinesResponse.md +28 -0
- data/docs/DiscountsApi.md +405 -0
- data/docs/EmailCheckoutRequest.md +18 -0
- data/docs/Error.md +24 -0
- data/docs/EventResponse.md +32 -0
- data/docs/EventsApi.md +239 -0
- data/docs/EventsResendResponse.md +28 -0
- data/docs/FiscalEntityAddress.md +30 -0
- data/docs/GetApiKeysResponse.md +26 -0
- data/docs/GetChargesResponse.md +26 -0
- data/docs/GetCompaniesResponse.md +26 -0
- data/docs/GetCustomerPaymentMethodDataResponse.md +77 -0
- data/docs/GetEventsResponse.md +26 -0
- data/docs/GetOrderDiscountLinesResponse.md +26 -0
- data/docs/GetOrdersResponse.md +26 -0
- data/docs/GetPaymentMethodResponse.md +26 -0
- data/docs/GetTransactionsResponse.md +26 -0
- data/docs/GetTransfersResponse.md +26 -0
- data/docs/GetWebhookKeysResponse.md +26 -0
- data/docs/GetWebhooksResponse.md +26 -0
- data/docs/LogResponse.md +56 -0
- data/docs/LogsApi.md +165 -0
- data/docs/LogsResponse.md +26 -0
- data/docs/LogsResponseData.md +56 -0
- data/docs/OrderCaptureRequest.md +18 -0
- data/docs/OrderCustomerInfoResponse.md +28 -0
- data/docs/OrderDiscountLinesRequest.md +22 -0
- data/docs/OrderFiscalEntityAddressResponse.md +32 -0
- data/docs/OrderFiscalEntityRequest.md +28 -0
- data/docs/OrderFiscalEntityResponse.md +34 -0
- data/docs/OrderNextActionResponse.md +20 -0
- data/docs/OrderNextActionResponseRedirectToUrl.md +20 -0
- data/docs/OrderRefundRequest.md +22 -0
- data/docs/OrderRequest.md +44 -0
- data/docs/OrderRequestCustomerInfo.md +49 -0
- data/docs/OrderResponse.md +58 -0
- data/docs/OrderResponseCharges.md +22 -0
- data/docs/OrderResponseCheckout.md +58 -0
- data/docs/OrderResponseCustomerInfo.md +30 -0
- data/docs/OrderResponseDiscountLines.md +22 -0
- data/docs/OrderResponseProducts.md +26 -0
- data/docs/OrderResponseShippingContact.md +38 -0
- data/docs/OrderTaxRequest.md +22 -0
- data/docs/OrderUpdateFiscalEntityRequest.md +28 -0
- data/docs/OrderUpdateRequest.md +40 -0
- data/docs/OrderUpdateRequestCustomerInfo.md +49 -0
- data/docs/OrdersApi.md +627 -0
- data/docs/OrdersResponse.md +18 -0
- data/docs/Page.md +20 -0
- data/docs/Pagination.md +20 -0
- data/docs/PaymentLinkApi.md +463 -0
- data/docs/PaymentMethod.md +20 -0
- data/docs/PaymentMethodCash.md +36 -0
- data/docs/PaymentMethodCashRequest.md +20 -0
- data/docs/PaymentMethodCashResponse.md +36 -0
- data/docs/PaymentMethodResponse.md +26 -0
- data/docs/PaymentMethodsApi.md +327 -0
- data/docs/Product.md +34 -0
- data/docs/ProductDataResponse.md +40 -0
- data/docs/ProductOrderResponse.md +40 -0
- data/docs/ProductsApi.md +243 -0
- data/docs/ShippingContactsApi.md +243 -0
- data/docs/ShippingOrderResponse.md +32 -0
- data/docs/ShippingRequest.md +26 -0
- data/docs/ShippingsApi.md +243 -0
- data/docs/SmsCheckoutRequest.md +18 -0
- data/docs/TaxesApi.md +243 -0
- data/docs/TransactionResponse.md +38 -0
- data/docs/TransactionsApi.md +171 -0
- data/docs/TransferDestinationResponse.md +32 -0
- data/docs/TransferMethodResponse.md +32 -0
- data/docs/TransferResponse.md +36 -0
- data/docs/TransfersApi.md +165 -0
- data/docs/TransfersResponse.md +36 -0
- data/docs/UpdateCustomer.md +40 -0
- data/docs/UpdateCustomerAntifraudInfo.md +20 -0
- data/docs/UpdateCustomerFiscalEntitiesResponse.md +38 -0
- data/docs/UpdateCustomerPaymentMethodsResponse.md +77 -0
- data/docs/UpdateOrderDiscountLinesRequest.md +22 -0
- data/docs/UpdateOrderTaxRequest.md +22 -0
- data/docs/UpdateOrderTaxResponse.md +28 -0
- data/docs/UpdatePaymentMethods.md +18 -0
- data/docs/UpdateProduct.md +34 -0
- data/docs/WebhookKeyCreateResponse.md +28 -0
- data/docs/WebhookKeyDeleteResponse.md +28 -0
- data/docs/WebhookKeyRequest.md +18 -0
- data/docs/WebhookKeyResponse.md +30 -0
- data/docs/WebhookKeyUpdateRequest.md +18 -0
- data/docs/WebhookKeysApi.md +385 -0
- data/docs/WebhookLog.md +30 -0
- data/docs/WebhookRequest.md +20 -0
- data/docs/WebhookResponse.md +36 -0
- data/docs/WebhookUpdateRequest.md +22 -0
- data/docs/WebhooksApi.md +461 -0
- data/gitleaks.toml +0 -0
- data/lib/digital_femsa/api/api_keys_api.rb +407 -0
- data/lib/digital_femsa/api/balances_api.rb +86 -0
- data/lib/digital_femsa/api/charges_api.rb +273 -0
- data/lib/digital_femsa/api/companies_api.rb +174 -0
- data/lib/digital_femsa/api/customers_api.rb +591 -0
- data/lib/digital_femsa/api/discounts_api.rb +447 -0
- data/lib/digital_femsa/api/events_api.rb +256 -0
- data/lib/digital_femsa/api/logs_api.rb +182 -0
- data/lib/digital_femsa/api/orders_api.rb +657 -0
- data/lib/digital_femsa/api/payment_link_api.rb +491 -0
- data/lib/digital_femsa/api/payment_methods_api.rb +368 -0
- data/lib/digital_femsa/api/products_api.rb +275 -0
- data/lib/digital_femsa/api/shipping_contacts_api.rb +275 -0
- data/lib/digital_femsa/api/shippings_api.rb +275 -0
- data/lib/digital_femsa/api/taxes_api.rb +275 -0
- data/lib/digital_femsa/api/transactions_api.rb +191 -0
- data/lib/digital_femsa/api/transfers_api.rb +182 -0
- data/lib/digital_femsa/api/webhook_keys_api.rb +396 -0
- data/lib/digital_femsa/api/webhooks_api.rb +477 -0
- data/lib/digital_femsa/api_client.rb +442 -0
- data/lib/digital_femsa/api_error.rb +58 -0
- data/lib/digital_femsa/configuration.rb +382 -0
- data/lib/digital_femsa/models/api_key_create_response.rb +333 -0
- data/lib/digital_femsa/models/api_key_request.rb +231 -0
- data/lib/digital_femsa/models/api_key_response.rb +317 -0
- data/lib/digital_femsa/models/api_key_response_on_delete.rb +296 -0
- data/lib/digital_femsa/models/api_key_update_request.rb +225 -0
- data/lib/digital_femsa/models/balance_common_field.rb +226 -0
- data/lib/digital_femsa/models/balance_response.rb +324 -0
- data/lib/digital_femsa/models/charge_order_response.rb +373 -0
- data/lib/digital_femsa/models/charge_order_response_payment_method.rb +53 -0
- data/lib/digital_femsa/models/charge_request.rb +241 -0
- data/lib/digital_femsa/models/charge_request_payment_method.rb +241 -0
- data/lib/digital_femsa/models/charge_response.rb +371 -0
- data/lib/digital_femsa/models/charge_response_channel.rb +241 -0
- data/lib/digital_femsa/models/charge_response_payment_method.rb +53 -0
- data/lib/digital_femsa/models/charge_response_refunds.rb +281 -0
- data/lib/digital_femsa/models/charge_response_refunds_data.rb +298 -0
- data/lib/digital_femsa/models/charge_update_request.rb +216 -0
- data/lib/digital_femsa/models/charges_data_response.rb +378 -0
- data/lib/digital_femsa/models/checkout.rb +340 -0
- data/lib/digital_femsa/models/checkout_order_template.rb +301 -0
- data/lib/digital_femsa/models/checkout_order_template_customer_info.rb +106 -0
- data/lib/digital_femsa/models/checkout_request.rb +284 -0
- data/lib/digital_femsa/models/checkout_response.rb +429 -0
- data/lib/digital_femsa/models/checkouts_response.rb +280 -0
- data/lib/digital_femsa/models/company_fiscal_info_address_response.rb +330 -0
- data/lib/digital_femsa/models/company_fiscal_info_response.rb +309 -0
- data/lib/digital_femsa/models/company_payout_destination_response.rb +312 -0
- data/lib/digital_femsa/models/company_response.rb +318 -0
- data/lib/digital_femsa/models/create_customer_fiscal_entities_response.rb +341 -0
- data/lib/digital_femsa/models/create_customer_payment_methods_request.rb +105 -0
- data/lib/digital_femsa/models/create_customer_payment_methods_response.rb +54 -0
- data/lib/digital_femsa/models/customer.rb +374 -0
- data/lib/digital_femsa/models/customer_address.rb +301 -0
- data/lib/digital_femsa/models/customer_antifraud_info.rb +223 -0
- data/lib/digital_femsa/models/customer_antifraud_info_response.rb +223 -0
- data/lib/digital_femsa/models/customer_fiscal_entities_data_response.rb +341 -0
- data/lib/digital_femsa/models/customer_fiscal_entities_request.rb +268 -0
- data/lib/digital_femsa/models/customer_fiscal_entities_response.rb +257 -0
- data/lib/digital_femsa/models/customer_info.rb +271 -0
- data/lib/digital_femsa/models/customer_info_just_customer_id.rb +221 -0
- data/lib/digital_femsa/models/customer_info_just_customer_id_response.rb +214 -0
- data/lib/digital_femsa/models/customer_payment_method_request.rb +223 -0
- data/lib/digital_femsa/models/customer_payment_methods_data.rb +54 -0
- data/lib/digital_femsa/models/customer_payment_methods_request.rb +104 -0
- data/lib/digital_femsa/models/customer_payment_methods_response.rb +280 -0
- data/lib/digital_femsa/models/customer_response.rb +425 -0
- data/lib/digital_femsa/models/customer_response_shipping_contacts.rb +257 -0
- data/lib/digital_femsa/models/customer_shipping_contacts.rb +312 -0
- data/lib/digital_femsa/models/customer_shipping_contacts_address.rb +271 -0
- data/lib/digital_femsa/models/customer_shipping_contacts_data_response.rb +366 -0
- data/lib/digital_femsa/models/customer_shipping_contacts_response.rb +328 -0
- data/lib/digital_femsa/models/customer_shipping_contacts_response_address.rb +278 -0
- data/lib/digital_femsa/models/customer_update_fiscal_entities_request.rb +261 -0
- data/lib/digital_femsa/models/customer_update_shipping_contacts.rb +274 -0
- data/lib/digital_femsa/models/customers_response.rb +280 -0
- data/lib/digital_femsa/models/delete_api_keys_response.rb +301 -0
- data/lib/digital_femsa/models/details.rb +216 -0
- data/lib/digital_femsa/models/details_error.rb +242 -0
- data/lib/digital_femsa/models/discount_lines_data_response.rb +333 -0
- data/lib/digital_femsa/models/discount_lines_response.rb +333 -0
- data/lib/digital_femsa/models/email_checkout_request.rb +221 -0
- data/lib/digital_femsa/models/error.rb +253 -0
- data/lib/digital_femsa/models/event_response.rb +301 -0
- data/lib/digital_femsa/models/events_resend_response.rb +281 -0
- data/lib/digital_femsa/models/fiscal_entity_address.rb +312 -0
- data/lib/digital_femsa/models/get_api_keys_response.rb +280 -0
- data/lib/digital_femsa/models/get_charges_response.rb +280 -0
- data/lib/digital_femsa/models/get_companies_response.rb +280 -0
- data/lib/digital_femsa/models/get_customer_payment_method_data_response.rb +54 -0
- data/lib/digital_femsa/models/get_events_response.rb +280 -0
- data/lib/digital_femsa/models/get_order_discount_lines_response.rb +280 -0
- data/lib/digital_femsa/models/get_orders_response.rb +288 -0
- data/lib/digital_femsa/models/get_payment_method_response.rb +280 -0
- data/lib/digital_femsa/models/get_transactions_response.rb +281 -0
- data/lib/digital_femsa/models/get_transfers_response.rb +281 -0
- data/lib/digital_femsa/models/get_webhook_keys_response.rb +280 -0
- data/lib/digital_femsa/models/get_webhooks_response.rb +280 -0
- data/lib/digital_femsa/models/log_response.rb +418 -0
- data/lib/digital_femsa/models/logs_response.rb +261 -0
- data/lib/digital_femsa/models/logs_response_data.rb +396 -0
- data/lib/digital_femsa/models/order_capture_request.rb +241 -0
- data/lib/digital_femsa/models/order_customer_info_response.rb +263 -0
- data/lib/digital_femsa/models/order_discount_lines_request.rb +276 -0
- data/lib/digital_femsa/models/order_fiscal_entity_address_response.rb +328 -0
- data/lib/digital_femsa/models/order_fiscal_entity_request.rb +295 -0
- data/lib/digital_femsa/models/order_fiscal_entity_response.rb +347 -0
- data/lib/digital_femsa/models/order_next_action_response.rb +225 -0
- data/lib/digital_femsa/models/order_next_action_response_redirect_to_url.rb +226 -0
- data/lib/digital_femsa/models/order_refund_request.rb +247 -0
- data/lib/digital_femsa/models/order_request.rb +413 -0
- data/lib/digital_femsa/models/order_request_customer_info.rb +106 -0
- data/lib/digital_femsa/models/order_response.rb +427 -0
- data/lib/digital_femsa/models/order_response_charges.rb +258 -0
- data/lib/digital_femsa/models/order_response_checkout.rb +418 -0
- data/lib/digital_femsa/models/order_response_customer_info.rb +280 -0
- data/lib/digital_femsa/models/order_response_discount_lines.rb +257 -0
- data/lib/digital_femsa/models/order_response_products.rb +280 -0
- data/lib/digital_femsa/models/order_response_shipping_contact.rb +334 -0
- data/lib/digital_femsa/models/order_tax_request.rb +308 -0
- data/lib/digital_femsa/models/order_update_fiscal_entity_request.rb +295 -0
- data/lib/digital_femsa/models/order_update_request.rb +352 -0
- data/lib/digital_femsa/models/order_update_request_customer_info.rb +105 -0
- data/lib/digital_femsa/models/orders_response.rb +223 -0
- data/lib/digital_femsa/models/page.rb +228 -0
- data/lib/digital_femsa/models/pagination.rb +240 -0
- data/lib/digital_femsa/models/payment_method.rb +230 -0
- data/lib/digital_femsa/models/payment_method_cash.rb +312 -0
- data/lib/digital_femsa/models/payment_method_cash_request.rb +238 -0
- data/lib/digital_femsa/models/payment_method_cash_response.rb +330 -0
- data/lib/digital_femsa/models/payment_method_response.rb +278 -0
- data/lib/digital_femsa/models/product.rb +397 -0
- data/lib/digital_femsa/models/product_data_response.rb +431 -0
- data/lib/digital_femsa/models/product_order_response.rb +431 -0
- data/lib/digital_femsa/models/shipping_order_response.rb +336 -0
- data/lib/digital_femsa/models/shipping_request.rb +302 -0
- data/lib/digital_femsa/models/sms_checkout_request.rb +221 -0
- data/lib/digital_femsa/models/transaction_response.rb +412 -0
- data/lib/digital_femsa/models/transfer_destination_response.rb +286 -0
- data/lib/digital_femsa/models/transfer_method_response.rb +286 -0
- data/lib/digital_femsa/models/transfer_response.rb +324 -0
- data/lib/digital_femsa/models/transfers_response.rb +324 -0
- data/lib/digital_femsa/models/update_customer.rb +353 -0
- data/lib/digital_femsa/models/update_customer_antifraud_info.rb +223 -0
- data/lib/digital_femsa/models/update_customer_fiscal_entities_response.rb +341 -0
- data/lib/digital_femsa/models/update_customer_payment_methods_response.rb +54 -0
- data/lib/digital_femsa/models/update_order_discount_lines_request.rb +253 -0
- data/lib/digital_femsa/models/update_order_tax_request.rb +294 -0
- data/lib/digital_femsa/models/update_order_tax_response.rb +349 -0
- data/lib/digital_femsa/models/update_payment_methods.rb +214 -0
- data/lib/digital_femsa/models/update_product.rb +349 -0
- data/lib/digital_femsa/models/webhook_key_create_response.rb +266 -0
- data/lib/digital_femsa/models/webhook_key_delete_response.rb +266 -0
- data/lib/digital_femsa/models/webhook_key_request.rb +217 -0
- data/lib/digital_femsa/models/webhook_key_response.rb +277 -0
- data/lib/digital_femsa/models/webhook_key_update_request.rb +217 -0
- data/lib/digital_femsa/models/webhook_log.rb +289 -0
- data/lib/digital_femsa/models/webhook_request.rb +261 -0
- data/lib/digital_femsa/models/webhook_response.rb +299 -0
- data/lib/digital_femsa/models/webhook_update_request.rb +267 -0
- data/lib/digital_femsa/version.rb +15 -0
- data/lib/digital_femsa.rb +197 -0
- data/lib/ssl_data/ca_bundle.crt +4039 -0
- data/spec/api/api_keys_api_spec.rb +107 -0
- data/spec/api/balances_api_spec.rb +47 -0
- data/spec/api/charges_api_spec.rb +80 -0
- data/spec/api/companies_api_spec.rb +63 -0
- data/spec/api/customers_api_spec.rb +140 -0
- data/spec/api/discounts_api_spec.rb +114 -0
- data/spec/api/events_api_spec.rb +79 -0
- data/spec/api/logs_api_spec.rb +66 -0
- data/spec/api/orders_api_spec.rb +153 -0
- data/spec/api/payment_link_api_spec.rb +119 -0
- data/spec/api/payment_methods_api_spec.rb +99 -0
- data/spec/api/products_api_spec.rb +81 -0
- data/spec/api/shipping_contacts_api_spec.rb +81 -0
- data/spec/api/shippings_api_spec.rb +81 -0
- data/spec/api/taxes_api_spec.rb +81 -0
- data/spec/api/transactions_api_spec.rb +69 -0
- data/spec/api/transfers_api_spec.rb +66 -0
- data/spec/api/webhook_keys_api_spec.rb +104 -0
- data/spec/api/webhooks_api_spec.rb +118 -0
- data/spec/spec_helper.rb +111 -0
- data/ssl_data/ca_bundle.crt +4039 -0
- data/templates/ruby/CUSTOM_VERSION.mustache +1 -0
- data/templates/ruby/api_client.mustache +257 -0
- data/templates/ruby/configuration.mustache +481 -0
- metadata +488 -0
@@ -0,0 +1,30 @@
|
|
1
|
+
# DigitalFemsa::CustomerUpdateShippingContacts
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **phone** | **String** | Phone contact | [optional] |
|
8
|
+
| **receiver** | **String** | Name of the person who will receive the order | [optional] |
|
9
|
+
| **between_streets** | **String** | The street names between which the order will be delivered. | [optional] |
|
10
|
+
| **address** | [**CustomerShippingContactsAddress**](CustomerShippingContactsAddress.md) | | [optional] |
|
11
|
+
| **parent_id** | **String** | | [optional] |
|
12
|
+
| **default** | **Boolean** | | [optional] |
|
13
|
+
| **deleted** | **Boolean** | | [optional] |
|
14
|
+
|
15
|
+
## Example
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'digital_femsa'
|
19
|
+
|
20
|
+
instance = DigitalFemsa::CustomerUpdateShippingContacts.new(
|
21
|
+
phone: +525511223344,
|
22
|
+
receiver: Marvin Fuller,
|
23
|
+
between_streets: Ackerman Crescent,
|
24
|
+
address: null,
|
25
|
+
parent_id: null,
|
26
|
+
default: null,
|
27
|
+
deleted: null
|
28
|
+
)
|
29
|
+
```
|
30
|
+
|
@@ -0,0 +1,553 @@
|
|
1
|
+
# DigitalFemsa::CustomersApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://api.digitalfemsa.io*
|
4
|
+
|
5
|
+
| Method | HTTP request | Description |
|
6
|
+
| ------ | ------------ | ----------- |
|
7
|
+
| [**create_customer**](CustomersApi.md#create_customer) | **POST** /customers | Create customer |
|
8
|
+
| [**create_customer_fiscal_entities**](CustomersApi.md#create_customer_fiscal_entities) | **POST** /customers/{id}/fiscal_entities | Create Fiscal Entity |
|
9
|
+
| [**delete_customer_by_id**](CustomersApi.md#delete_customer_by_id) | **DELETE** /customers/{id} | Delete Customer |
|
10
|
+
| [**get_customer_by_id**](CustomersApi.md#get_customer_by_id) | **GET** /customers/{id} | Get Customer |
|
11
|
+
| [**get_customers**](CustomersApi.md#get_customers) | **GET** /customers | Get a list of customers |
|
12
|
+
| [**update_customer**](CustomersApi.md#update_customer) | **PUT** /customers/{id} | Update customer |
|
13
|
+
| [**update_customer_fiscal_entities**](CustomersApi.md#update_customer_fiscal_entities) | **PUT** /customers/{id}/fiscal_entities/{fiscal_entities_id} | Update Fiscal Entity |
|
14
|
+
|
15
|
+
|
16
|
+
## create_customer
|
17
|
+
|
18
|
+
> <CustomerResponse> create_customer(customer, opts)
|
19
|
+
|
20
|
+
Create customer
|
21
|
+
|
22
|
+
The purpose of business is to create and keep a customer, you will learn what elements you need to create a customer.
|
23
|
+
|
24
|
+
### Examples
|
25
|
+
|
26
|
+
```ruby
|
27
|
+
require 'time'
|
28
|
+
require 'digital_femsa'
|
29
|
+
# setup authorization
|
30
|
+
DigitalFemsa.configure do |config|
|
31
|
+
# Configure Bearer authorization: bearerAuth
|
32
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
33
|
+
end
|
34
|
+
|
35
|
+
api_instance = DigitalFemsa::CustomersApi.new
|
36
|
+
customer = DigitalFemsa::Customer.new({email: 'miguel@gmail.com', name: 'miguel', phone: '+5215555555555'}) # Customer | requested field for customer
|
37
|
+
opts = {
|
38
|
+
accept_language: 'es', # String | Use for knowing which language to use
|
39
|
+
x_child_company_id: '6441b6376b60c3a638da80af' # String | In the case of a holding company, the company id of the child company to which will process the request.
|
40
|
+
}
|
41
|
+
|
42
|
+
begin
|
43
|
+
# Create customer
|
44
|
+
result = api_instance.create_customer(customer, opts)
|
45
|
+
p result
|
46
|
+
rescue DigitalFemsa::ApiError => e
|
47
|
+
puts "Error when calling CustomersApi->create_customer: #{e}"
|
48
|
+
end
|
49
|
+
```
|
50
|
+
|
51
|
+
#### Using the create_customer_with_http_info variant
|
52
|
+
|
53
|
+
This returns an Array which contains the response data, status code and headers.
|
54
|
+
|
55
|
+
> <Array(<CustomerResponse>, Integer, Hash)> create_customer_with_http_info(customer, opts)
|
56
|
+
|
57
|
+
```ruby
|
58
|
+
begin
|
59
|
+
# Create customer
|
60
|
+
data, status_code, headers = api_instance.create_customer_with_http_info(customer, opts)
|
61
|
+
p status_code # => 2xx
|
62
|
+
p headers # => { ... }
|
63
|
+
p data # => <CustomerResponse>
|
64
|
+
rescue DigitalFemsa::ApiError => e
|
65
|
+
puts "Error when calling CustomersApi->create_customer_with_http_info: #{e}"
|
66
|
+
end
|
67
|
+
```
|
68
|
+
|
69
|
+
### Parameters
|
70
|
+
|
71
|
+
| Name | Type | Description | Notes |
|
72
|
+
| ---- | ---- | ----------- | ----- |
|
73
|
+
| **customer** | [**Customer**](Customer.md) | requested field for customer | |
|
74
|
+
| **accept_language** | **String** | Use for knowing which language to use | [optional][default to 'es'] |
|
75
|
+
| **x_child_company_id** | **String** | In the case of a holding company, the company id of the child company to which will process the request. | [optional] |
|
76
|
+
|
77
|
+
### Return type
|
78
|
+
|
79
|
+
[**CustomerResponse**](CustomerResponse.md)
|
80
|
+
|
81
|
+
### Authorization
|
82
|
+
|
83
|
+
[bearerAuth](../README.md#bearerAuth)
|
84
|
+
|
85
|
+
### HTTP request headers
|
86
|
+
|
87
|
+
- **Content-Type**: application/json
|
88
|
+
- **Accept**: application/vnd.app-v2.1.0+json
|
89
|
+
|
90
|
+
|
91
|
+
## create_customer_fiscal_entities
|
92
|
+
|
93
|
+
> <CreateCustomerFiscalEntitiesResponse> create_customer_fiscal_entities(id, customer_fiscal_entities_request, opts)
|
94
|
+
|
95
|
+
Create Fiscal Entity
|
96
|
+
|
97
|
+
Create Fiscal entity resource that corresponds to a customer ID.
|
98
|
+
|
99
|
+
### Examples
|
100
|
+
|
101
|
+
```ruby
|
102
|
+
require 'time'
|
103
|
+
require 'digital_femsa'
|
104
|
+
# setup authorization
|
105
|
+
DigitalFemsa.configure do |config|
|
106
|
+
# Configure Bearer authorization: bearerAuth
|
107
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
108
|
+
end
|
109
|
+
|
110
|
+
api_instance = DigitalFemsa::CustomersApi.new
|
111
|
+
id = '6307a60c41de27127515a575' # String | Identifier of the resource
|
112
|
+
customer_fiscal_entities_request = DigitalFemsa::CustomerFiscalEntitiesRequest.new({address: DigitalFemsa::CustomerAddress.new({street1: 'Nuevo Leon 254', postal_code: '06100', city: 'Ciudad de Mexico'})}) # CustomerFiscalEntitiesRequest | requested field for customer fiscal entities
|
113
|
+
opts = {
|
114
|
+
accept_language: 'es', # String | Use for knowing which language to use
|
115
|
+
x_child_company_id: '6441b6376b60c3a638da80af' # String | In the case of a holding company, the company id of the child company to which will process the request.
|
116
|
+
}
|
117
|
+
|
118
|
+
begin
|
119
|
+
# Create Fiscal Entity
|
120
|
+
result = api_instance.create_customer_fiscal_entities(id, customer_fiscal_entities_request, opts)
|
121
|
+
p result
|
122
|
+
rescue DigitalFemsa::ApiError => e
|
123
|
+
puts "Error when calling CustomersApi->create_customer_fiscal_entities: #{e}"
|
124
|
+
end
|
125
|
+
```
|
126
|
+
|
127
|
+
#### Using the create_customer_fiscal_entities_with_http_info variant
|
128
|
+
|
129
|
+
This returns an Array which contains the response data, status code and headers.
|
130
|
+
|
131
|
+
> <Array(<CreateCustomerFiscalEntitiesResponse>, Integer, Hash)> create_customer_fiscal_entities_with_http_info(id, customer_fiscal_entities_request, opts)
|
132
|
+
|
133
|
+
```ruby
|
134
|
+
begin
|
135
|
+
# Create Fiscal Entity
|
136
|
+
data, status_code, headers = api_instance.create_customer_fiscal_entities_with_http_info(id, customer_fiscal_entities_request, opts)
|
137
|
+
p status_code # => 2xx
|
138
|
+
p headers # => { ... }
|
139
|
+
p data # => <CreateCustomerFiscalEntitiesResponse>
|
140
|
+
rescue DigitalFemsa::ApiError => e
|
141
|
+
puts "Error when calling CustomersApi->create_customer_fiscal_entities_with_http_info: #{e}"
|
142
|
+
end
|
143
|
+
```
|
144
|
+
|
145
|
+
### Parameters
|
146
|
+
|
147
|
+
| Name | Type | Description | Notes |
|
148
|
+
| ---- | ---- | ----------- | ----- |
|
149
|
+
| **id** | **String** | Identifier of the resource | |
|
150
|
+
| **customer_fiscal_entities_request** | [**CustomerFiscalEntitiesRequest**](CustomerFiscalEntitiesRequest.md) | requested field for customer fiscal entities | |
|
151
|
+
| **accept_language** | **String** | Use for knowing which language to use | [optional][default to 'es'] |
|
152
|
+
| **x_child_company_id** | **String** | In the case of a holding company, the company id of the child company to which will process the request. | [optional] |
|
153
|
+
|
154
|
+
### Return type
|
155
|
+
|
156
|
+
[**CreateCustomerFiscalEntitiesResponse**](CreateCustomerFiscalEntitiesResponse.md)
|
157
|
+
|
158
|
+
### Authorization
|
159
|
+
|
160
|
+
[bearerAuth](../README.md#bearerAuth)
|
161
|
+
|
162
|
+
### HTTP request headers
|
163
|
+
|
164
|
+
- **Content-Type**: application/json
|
165
|
+
- **Accept**: application/vnd.app-v2.1.0+json
|
166
|
+
|
167
|
+
|
168
|
+
## delete_customer_by_id
|
169
|
+
|
170
|
+
> <CustomerResponse> delete_customer_by_id(id, opts)
|
171
|
+
|
172
|
+
Delete Customer
|
173
|
+
|
174
|
+
Deleted a customer resource that corresponds to a customer ID.
|
175
|
+
|
176
|
+
### Examples
|
177
|
+
|
178
|
+
```ruby
|
179
|
+
require 'time'
|
180
|
+
require 'digital_femsa'
|
181
|
+
# setup authorization
|
182
|
+
DigitalFemsa.configure do |config|
|
183
|
+
# Configure Bearer authorization: bearerAuth
|
184
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
185
|
+
end
|
186
|
+
|
187
|
+
api_instance = DigitalFemsa::CustomersApi.new
|
188
|
+
id = '6307a60c41de27127515a575' # String | Identifier of the resource
|
189
|
+
opts = {
|
190
|
+
accept_language: 'es', # String | Use for knowing which language to use
|
191
|
+
x_child_company_id: '6441b6376b60c3a638da80af' # String | In the case of a holding company, the company id of the child company to which will process the request.
|
192
|
+
}
|
193
|
+
|
194
|
+
begin
|
195
|
+
# Delete Customer
|
196
|
+
result = api_instance.delete_customer_by_id(id, opts)
|
197
|
+
p result
|
198
|
+
rescue DigitalFemsa::ApiError => e
|
199
|
+
puts "Error when calling CustomersApi->delete_customer_by_id: #{e}"
|
200
|
+
end
|
201
|
+
```
|
202
|
+
|
203
|
+
#### Using the delete_customer_by_id_with_http_info variant
|
204
|
+
|
205
|
+
This returns an Array which contains the response data, status code and headers.
|
206
|
+
|
207
|
+
> <Array(<CustomerResponse>, Integer, Hash)> delete_customer_by_id_with_http_info(id, opts)
|
208
|
+
|
209
|
+
```ruby
|
210
|
+
begin
|
211
|
+
# Delete Customer
|
212
|
+
data, status_code, headers = api_instance.delete_customer_by_id_with_http_info(id, opts)
|
213
|
+
p status_code # => 2xx
|
214
|
+
p headers # => { ... }
|
215
|
+
p data # => <CustomerResponse>
|
216
|
+
rescue DigitalFemsa::ApiError => e
|
217
|
+
puts "Error when calling CustomersApi->delete_customer_by_id_with_http_info: #{e}"
|
218
|
+
end
|
219
|
+
```
|
220
|
+
|
221
|
+
### Parameters
|
222
|
+
|
223
|
+
| Name | Type | Description | Notes |
|
224
|
+
| ---- | ---- | ----------- | ----- |
|
225
|
+
| **id** | **String** | Identifier of the resource | |
|
226
|
+
| **accept_language** | **String** | Use for knowing which language to use | [optional][default to 'es'] |
|
227
|
+
| **x_child_company_id** | **String** | In the case of a holding company, the company id of the child company to which will process the request. | [optional] |
|
228
|
+
|
229
|
+
### Return type
|
230
|
+
|
231
|
+
[**CustomerResponse**](CustomerResponse.md)
|
232
|
+
|
233
|
+
### Authorization
|
234
|
+
|
235
|
+
[bearerAuth](../README.md#bearerAuth)
|
236
|
+
|
237
|
+
### HTTP request headers
|
238
|
+
|
239
|
+
- **Content-Type**: Not defined
|
240
|
+
- **Accept**: application/vnd.app-v2.1.0+json
|
241
|
+
|
242
|
+
|
243
|
+
## get_customer_by_id
|
244
|
+
|
245
|
+
> <CustomerResponse> get_customer_by_id(id, opts)
|
246
|
+
|
247
|
+
Get Customer
|
248
|
+
|
249
|
+
Gets a customer resource that corresponds to a customer ID.
|
250
|
+
|
251
|
+
### Examples
|
252
|
+
|
253
|
+
```ruby
|
254
|
+
require 'time'
|
255
|
+
require 'digital_femsa'
|
256
|
+
# setup authorization
|
257
|
+
DigitalFemsa.configure do |config|
|
258
|
+
# Configure Bearer authorization: bearerAuth
|
259
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
260
|
+
end
|
261
|
+
|
262
|
+
api_instance = DigitalFemsa::CustomersApi.new
|
263
|
+
id = '6307a60c41de27127515a575' # String | Identifier of the resource
|
264
|
+
opts = {
|
265
|
+
accept_language: 'es', # String | Use for knowing which language to use
|
266
|
+
x_child_company_id: '6441b6376b60c3a638da80af' # String | In the case of a holding company, the company id of the child company to which will process the request.
|
267
|
+
}
|
268
|
+
|
269
|
+
begin
|
270
|
+
# Get Customer
|
271
|
+
result = api_instance.get_customer_by_id(id, opts)
|
272
|
+
p result
|
273
|
+
rescue DigitalFemsa::ApiError => e
|
274
|
+
puts "Error when calling CustomersApi->get_customer_by_id: #{e}"
|
275
|
+
end
|
276
|
+
```
|
277
|
+
|
278
|
+
#### Using the get_customer_by_id_with_http_info variant
|
279
|
+
|
280
|
+
This returns an Array which contains the response data, status code and headers.
|
281
|
+
|
282
|
+
> <Array(<CustomerResponse>, Integer, Hash)> get_customer_by_id_with_http_info(id, opts)
|
283
|
+
|
284
|
+
```ruby
|
285
|
+
begin
|
286
|
+
# Get Customer
|
287
|
+
data, status_code, headers = api_instance.get_customer_by_id_with_http_info(id, opts)
|
288
|
+
p status_code # => 2xx
|
289
|
+
p headers # => { ... }
|
290
|
+
p data # => <CustomerResponse>
|
291
|
+
rescue DigitalFemsa::ApiError => e
|
292
|
+
puts "Error when calling CustomersApi->get_customer_by_id_with_http_info: #{e}"
|
293
|
+
end
|
294
|
+
```
|
295
|
+
|
296
|
+
### Parameters
|
297
|
+
|
298
|
+
| Name | Type | Description | Notes |
|
299
|
+
| ---- | ---- | ----------- | ----- |
|
300
|
+
| **id** | **String** | Identifier of the resource | |
|
301
|
+
| **accept_language** | **String** | Use for knowing which language to use | [optional][default to 'es'] |
|
302
|
+
| **x_child_company_id** | **String** | In the case of a holding company, the company id of the child company to which will process the request. | [optional] |
|
303
|
+
|
304
|
+
### Return type
|
305
|
+
|
306
|
+
[**CustomerResponse**](CustomerResponse.md)
|
307
|
+
|
308
|
+
### Authorization
|
309
|
+
|
310
|
+
[bearerAuth](../README.md#bearerAuth)
|
311
|
+
|
312
|
+
### HTTP request headers
|
313
|
+
|
314
|
+
- **Content-Type**: Not defined
|
315
|
+
- **Accept**: application/vnd.app-v2.1.0+json
|
316
|
+
|
317
|
+
|
318
|
+
## get_customers
|
319
|
+
|
320
|
+
> <CustomersResponse> get_customers(opts)
|
321
|
+
|
322
|
+
Get a list of customers
|
323
|
+
|
324
|
+
The purpose of business is to create and maintain a client, you will learn what elements you need to obtain a list of clients, which can be paged.
|
325
|
+
|
326
|
+
### Examples
|
327
|
+
|
328
|
+
```ruby
|
329
|
+
require 'time'
|
330
|
+
require 'digital_femsa'
|
331
|
+
# setup authorization
|
332
|
+
DigitalFemsa.configure do |config|
|
333
|
+
# Configure Bearer authorization: bearerAuth
|
334
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
335
|
+
end
|
336
|
+
|
337
|
+
api_instance = DigitalFemsa::CustomersApi.new
|
338
|
+
opts = {
|
339
|
+
accept_language: 'es', # String | Use for knowing which language to use
|
340
|
+
x_child_company_id: '6441b6376b60c3a638da80af', # String | In the case of a holding company, the company id of the child company to which will process the request.
|
341
|
+
limit: 56, # Integer | The numbers of items to return, the maximum value is 250
|
342
|
+
search: 'search_example', # String | General order search, e.g. by mail, reference etc.
|
343
|
+
_next: '_next_example', # String | next page
|
344
|
+
previous: 'previous_example' # String | previous page
|
345
|
+
}
|
346
|
+
|
347
|
+
begin
|
348
|
+
# Get a list of customers
|
349
|
+
result = api_instance.get_customers(opts)
|
350
|
+
p result
|
351
|
+
rescue DigitalFemsa::ApiError => e
|
352
|
+
puts "Error when calling CustomersApi->get_customers: #{e}"
|
353
|
+
end
|
354
|
+
```
|
355
|
+
|
356
|
+
#### Using the get_customers_with_http_info variant
|
357
|
+
|
358
|
+
This returns an Array which contains the response data, status code and headers.
|
359
|
+
|
360
|
+
> <Array(<CustomersResponse>, Integer, Hash)> get_customers_with_http_info(opts)
|
361
|
+
|
362
|
+
```ruby
|
363
|
+
begin
|
364
|
+
# Get a list of customers
|
365
|
+
data, status_code, headers = api_instance.get_customers_with_http_info(opts)
|
366
|
+
p status_code # => 2xx
|
367
|
+
p headers # => { ... }
|
368
|
+
p data # => <CustomersResponse>
|
369
|
+
rescue DigitalFemsa::ApiError => e
|
370
|
+
puts "Error when calling CustomersApi->get_customers_with_http_info: #{e}"
|
371
|
+
end
|
372
|
+
```
|
373
|
+
|
374
|
+
### Parameters
|
375
|
+
|
376
|
+
| Name | Type | Description | Notes |
|
377
|
+
| ---- | ---- | ----------- | ----- |
|
378
|
+
| **accept_language** | **String** | Use for knowing which language to use | [optional][default to 'es'] |
|
379
|
+
| **x_child_company_id** | **String** | In the case of a holding company, the company id of the child company to which will process the request. | [optional] |
|
380
|
+
| **limit** | **Integer** | The numbers of items to return, the maximum value is 250 | [optional][default to 20] |
|
381
|
+
| **search** | **String** | General order search, e.g. by mail, reference etc. | [optional] |
|
382
|
+
| **_next** | **String** | next page | [optional] |
|
383
|
+
| **previous** | **String** | previous page | [optional] |
|
384
|
+
|
385
|
+
### Return type
|
386
|
+
|
387
|
+
[**CustomersResponse**](CustomersResponse.md)
|
388
|
+
|
389
|
+
### Authorization
|
390
|
+
|
391
|
+
[bearerAuth](../README.md#bearerAuth)
|
392
|
+
|
393
|
+
### HTTP request headers
|
394
|
+
|
395
|
+
- **Content-Type**: Not defined
|
396
|
+
- **Accept**: application/vnd.app-v2.1.0+json
|
397
|
+
|
398
|
+
|
399
|
+
## update_customer
|
400
|
+
|
401
|
+
> <CustomerResponse> update_customer(id, update_customer, opts)
|
402
|
+
|
403
|
+
Update customer
|
404
|
+
|
405
|
+
You can update customer-related data
|
406
|
+
|
407
|
+
### Examples
|
408
|
+
|
409
|
+
```ruby
|
410
|
+
require 'time'
|
411
|
+
require 'digital_femsa'
|
412
|
+
# setup authorization
|
413
|
+
DigitalFemsa.configure do |config|
|
414
|
+
# Configure Bearer authorization: bearerAuth
|
415
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
416
|
+
end
|
417
|
+
|
418
|
+
api_instance = DigitalFemsa::CustomersApi.new
|
419
|
+
id = '6307a60c41de27127515a575' # String | Identifier of the resource
|
420
|
+
update_customer = DigitalFemsa::UpdateCustomer.new # UpdateCustomer | requested field for customer
|
421
|
+
opts = {
|
422
|
+
accept_language: 'es', # String | Use for knowing which language to use
|
423
|
+
x_child_company_id: '6441b6376b60c3a638da80af' # String | In the case of a holding company, the company id of the child company to which will process the request.
|
424
|
+
}
|
425
|
+
|
426
|
+
begin
|
427
|
+
# Update customer
|
428
|
+
result = api_instance.update_customer(id, update_customer, opts)
|
429
|
+
p result
|
430
|
+
rescue DigitalFemsa::ApiError => e
|
431
|
+
puts "Error when calling CustomersApi->update_customer: #{e}"
|
432
|
+
end
|
433
|
+
```
|
434
|
+
|
435
|
+
#### Using the update_customer_with_http_info variant
|
436
|
+
|
437
|
+
This returns an Array which contains the response data, status code and headers.
|
438
|
+
|
439
|
+
> <Array(<CustomerResponse>, Integer, Hash)> update_customer_with_http_info(id, update_customer, opts)
|
440
|
+
|
441
|
+
```ruby
|
442
|
+
begin
|
443
|
+
# Update customer
|
444
|
+
data, status_code, headers = api_instance.update_customer_with_http_info(id, update_customer, opts)
|
445
|
+
p status_code # => 2xx
|
446
|
+
p headers # => { ... }
|
447
|
+
p data # => <CustomerResponse>
|
448
|
+
rescue DigitalFemsa::ApiError => e
|
449
|
+
puts "Error when calling CustomersApi->update_customer_with_http_info: #{e}"
|
450
|
+
end
|
451
|
+
```
|
452
|
+
|
453
|
+
### Parameters
|
454
|
+
|
455
|
+
| Name | Type | Description | Notes |
|
456
|
+
| ---- | ---- | ----------- | ----- |
|
457
|
+
| **id** | **String** | Identifier of the resource | |
|
458
|
+
| **update_customer** | [**UpdateCustomer**](UpdateCustomer.md) | requested field for customer | |
|
459
|
+
| **accept_language** | **String** | Use for knowing which language to use | [optional][default to 'es'] |
|
460
|
+
| **x_child_company_id** | **String** | In the case of a holding company, the company id of the child company to which will process the request. | [optional] |
|
461
|
+
|
462
|
+
### Return type
|
463
|
+
|
464
|
+
[**CustomerResponse**](CustomerResponse.md)
|
465
|
+
|
466
|
+
### Authorization
|
467
|
+
|
468
|
+
[bearerAuth](../README.md#bearerAuth)
|
469
|
+
|
470
|
+
### HTTP request headers
|
471
|
+
|
472
|
+
- **Content-Type**: application/json
|
473
|
+
- **Accept**: application/vnd.app-v2.1.0+json
|
474
|
+
|
475
|
+
|
476
|
+
## update_customer_fiscal_entities
|
477
|
+
|
478
|
+
> <UpdateCustomerFiscalEntitiesResponse> update_customer_fiscal_entities(id, fiscal_entities_id, customer_update_fiscal_entities_request, opts)
|
479
|
+
|
480
|
+
Update Fiscal Entity
|
481
|
+
|
482
|
+
Update Fiscal Entity resource that corresponds to a customer ID.
|
483
|
+
|
484
|
+
### Examples
|
485
|
+
|
486
|
+
```ruby
|
487
|
+
require 'time'
|
488
|
+
require 'digital_femsa'
|
489
|
+
# setup authorization
|
490
|
+
DigitalFemsa.configure do |config|
|
491
|
+
# Configure Bearer authorization: bearerAuth
|
492
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
493
|
+
end
|
494
|
+
|
495
|
+
api_instance = DigitalFemsa::CustomersApi.new
|
496
|
+
id = '6307a60c41de27127515a575' # String | Identifier of the resource
|
497
|
+
fiscal_entities_id = 'fis_ent_2tQ8HkkfbauaKP9Ho' # String | identifier
|
498
|
+
customer_update_fiscal_entities_request = DigitalFemsa::CustomerUpdateFiscalEntitiesRequest.new # CustomerUpdateFiscalEntitiesRequest | requested field for customer update fiscal entities
|
499
|
+
opts = {
|
500
|
+
accept_language: 'es', # String | Use for knowing which language to use
|
501
|
+
x_child_company_id: '6441b6376b60c3a638da80af' # String | In the case of a holding company, the company id of the child company to which will process the request.
|
502
|
+
}
|
503
|
+
|
504
|
+
begin
|
505
|
+
# Update Fiscal Entity
|
506
|
+
result = api_instance.update_customer_fiscal_entities(id, fiscal_entities_id, customer_update_fiscal_entities_request, opts)
|
507
|
+
p result
|
508
|
+
rescue DigitalFemsa::ApiError => e
|
509
|
+
puts "Error when calling CustomersApi->update_customer_fiscal_entities: #{e}"
|
510
|
+
end
|
511
|
+
```
|
512
|
+
|
513
|
+
#### Using the update_customer_fiscal_entities_with_http_info variant
|
514
|
+
|
515
|
+
This returns an Array which contains the response data, status code and headers.
|
516
|
+
|
517
|
+
> <Array(<UpdateCustomerFiscalEntitiesResponse>, Integer, Hash)> update_customer_fiscal_entities_with_http_info(id, fiscal_entities_id, customer_update_fiscal_entities_request, opts)
|
518
|
+
|
519
|
+
```ruby
|
520
|
+
begin
|
521
|
+
# Update Fiscal Entity
|
522
|
+
data, status_code, headers = api_instance.update_customer_fiscal_entities_with_http_info(id, fiscal_entities_id, customer_update_fiscal_entities_request, opts)
|
523
|
+
p status_code # => 2xx
|
524
|
+
p headers # => { ... }
|
525
|
+
p data # => <UpdateCustomerFiscalEntitiesResponse>
|
526
|
+
rescue DigitalFemsa::ApiError => e
|
527
|
+
puts "Error when calling CustomersApi->update_customer_fiscal_entities_with_http_info: #{e}"
|
528
|
+
end
|
529
|
+
```
|
530
|
+
|
531
|
+
### Parameters
|
532
|
+
|
533
|
+
| Name | Type | Description | Notes |
|
534
|
+
| ---- | ---- | ----------- | ----- |
|
535
|
+
| **id** | **String** | Identifier of the resource | |
|
536
|
+
| **fiscal_entities_id** | **String** | identifier | |
|
537
|
+
| **customer_update_fiscal_entities_request** | [**CustomerUpdateFiscalEntitiesRequest**](CustomerUpdateFiscalEntitiesRequest.md) | requested field for customer update fiscal entities | |
|
538
|
+
| **accept_language** | **String** | Use for knowing which language to use | [optional][default to 'es'] |
|
539
|
+
| **x_child_company_id** | **String** | In the case of a holding company, the company id of the child company to which will process the request. | [optional] |
|
540
|
+
|
541
|
+
### Return type
|
542
|
+
|
543
|
+
[**UpdateCustomerFiscalEntitiesResponse**](UpdateCustomerFiscalEntitiesResponse.md)
|
544
|
+
|
545
|
+
### Authorization
|
546
|
+
|
547
|
+
[bearerAuth](../README.md#bearerAuth)
|
548
|
+
|
549
|
+
### HTTP request headers
|
550
|
+
|
551
|
+
- **Content-Type**: application/json
|
552
|
+
- **Accept**: application/vnd.app-v2.1.0+json
|
553
|
+
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# DigitalFemsa::CustomersResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **has_more** | **Boolean** | Indicates if there are more pages to be requested | |
|
8
|
+
| **object** | **String** | Object type, in this case is list | |
|
9
|
+
| **next_page_url** | **String** | URL of the next page. | [optional] |
|
10
|
+
| **previous_page_url** | **String** | Url of the previous page. | [optional] |
|
11
|
+
| **data** | [**Array<CustomerResponse>**](CustomerResponse.md) | | [optional] |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'digital_femsa'
|
17
|
+
|
18
|
+
instance = DigitalFemsa::CustomersResponse.new(
|
19
|
+
has_more: false,
|
20
|
+
object: list,
|
21
|
+
next_page_url: https://api.femsa.io/resources?limit=10&next=chrg_1,
|
22
|
+
previous_page_url: https://api.femsa.io/resources?limit=10&previous=chrg_1,
|
23
|
+
data: null
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
@@ -0,0 +1,34 @@
|
|
1
|
+
# DigitalFemsa::DeleteApiKeysResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **active** | **Boolean** | Indicates if the api key is active | [optional] |
|
8
|
+
| **created_at** | **Integer** | Unix timestamp in seconds of when the api key was created | [optional] |
|
9
|
+
| **description** | **String** | A name or brief explanation of what this api key is used for | [optional] |
|
10
|
+
| **livemode** | **Boolean** | Indicates if the api key is in production | [optional] |
|
11
|
+
| **prefix** | **String** | The first few characters of the authentication_token | [optional] |
|
12
|
+
| **id** | **String** | Unique identifier of the api key | [optional] |
|
13
|
+
| **object** | **String** | Object name, value is 'api_key' | [optional] |
|
14
|
+
| **deleted** | **Boolean** | | [optional] |
|
15
|
+
| **role** | **String** | Indicates if the api key is private or public | [optional] |
|
16
|
+
|
17
|
+
## Example
|
18
|
+
|
19
|
+
```ruby
|
20
|
+
require 'digital_femsa'
|
21
|
+
|
22
|
+
instance = DigitalFemsa::DeleteApiKeysResponse.new(
|
23
|
+
active: true,
|
24
|
+
created_at: 1684167881,
|
25
|
+
description: online store,
|
26
|
+
livemode: false,
|
27
|
+
prefix: key_rp,
|
28
|
+
id: 64625cc9f3e02c00163f5e4d,
|
29
|
+
object: api_key,
|
30
|
+
deleted: true,
|
31
|
+
role: private
|
32
|
+
)
|
33
|
+
```
|
34
|
+
|
data/docs/Details.md
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
# DigitalFemsa::Details
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **details** | [**Array<DetailsError>**](DetailsError.md) | | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'digital_femsa'
|
13
|
+
|
14
|
+
instance = DigitalFemsa::Details.new(
|
15
|
+
details: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# DigitalFemsa::DetailsError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **code** | **String** | | [optional] |
|
8
|
+
| **param** | **String** | | [optional] |
|
9
|
+
| **message** | **String** | | [optional] |
|
10
|
+
| **debug_message** | **String** | | [optional] |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'digital_femsa'
|
16
|
+
|
17
|
+
instance = DigitalFemsa::DetailsError.new(
|
18
|
+
code: femsa.errors.authentication.missing_key,
|
19
|
+
param: null,
|
20
|
+
message: Acceso no autorizado.,
|
21
|
+
debug_message: Please include your access key in your request.
|
22
|
+
)
|
23
|
+
```
|
24
|
+
|