card-management-sdk 1.0.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +27 -19
- data/lib/shell_card_management_ap_is/client.rb +2 -3
- data/lib/shell_card_management_ap_is/configuration.rb +15 -22
- data/lib/shell_card_management_ap_is/controllers/base_controller.rb +9 -9
- data/lib/shell_card_management_ap_is/controllers/card_controller.rb +434 -434
- data/lib/shell_card_management_ap_is/controllers/customer_controller.rb +261 -262
- data/lib/shell_card_management_ap_is/controllers/o_auth_authorization_controller.rb +11 -11
- data/lib/shell_card_management_ap_is/controllers/restriction_controller.rb +421 -291
- data/lib/shell_card_management_ap_is/exceptions/error_object_exception.rb +15 -15
- data/lib/shell_card_management_ap_is/exceptions/{error_user_access_error1_exception.rb → fleetmanagement_v1_customer_customer403_error_exception.rb} +17 -17
- data/lib/shell_card_management_ap_is/exceptions/{default_error_exception.rb → fleetmanagement_v1_customer_payers400_error_exception.rb} +20 -20
- data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v1_customer_payers404_error_exception.rb +32 -0
- data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser400_error_exception.rb +32 -0
- data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser401_error_exception.rb +32 -0
- data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser403_error_exception.rb +32 -0
- data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser404_error_exception.rb +32 -0
- data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser500_error_exception.rb +32 -0
- data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v2_restriction_searchcard401_error_exception.rb +32 -0
- data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v2_restriction_searchcard500_error_exception.rb +32 -0
- data/lib/shell_card_management_ap_is/exceptions/o_auth_provider_exception.rb +15 -15
- data/lib/shell_card_management_ap_is/http/auth/bearer_token.rb +54 -10
- data/lib/shell_card_management_ap_is/models/account_access.rb +3 -8
- data/lib/shell_card_management_ap_is/models/account_request.rb +17 -26
- data/lib/shell_card_management_ap_is/models/account_response.rb +2 -6
- data/lib/shell_card_management_ap_is/models/account_response_accounts_items.rb +29 -53
- data/lib/shell_card_management_ap_is/models/account_restriction_request.rb +28 -10
- data/lib/shell_card_management_ap_is/models/account_restriction_response.rb +60 -11
- data/lib/shell_card_management_ap_is/models/account_velocity_limit.rb +11 -19
- data/lib/shell_card_management_ap_is/models/accounts.rb +1 -2
- data/lib/shell_card_management_ap_is/models/address.rb +4 -11
- data/lib/shell_card_management_ap_is/models/audit_request.rb +37 -33
- data/lib/shell_card_management_ap_is/models/audit_response.rb +2 -6
- data/lib/shell_card_management_ap_is/models/audit_response_audits_items.rb +50 -63
- data/lib/shell_card_management_ap_is/models/auto_renew_card_request.rb +2 -5
- data/lib/shell_card_management_ap_is/models/auto_renew_card_request_auto_renew_cards_items.rb +13 -5
- data/lib/shell_card_management_ap_is/models/auto_renew_card_response.rb +1 -3
- data/lib/shell_card_management_ap_is/models/auto_renew_card_response_data_items.rb +13 -3
- data/lib/shell_card_management_ap_is/models/bank_account.rb +5 -13
- data/lib/shell_card_management_ap_is/models/{search_account_limit_request_filters.rb → budle_details_request.rb} +29 -22
- data/lib/shell_card_management_ap_is/models/{create_bundle_response_data_items_cards_items.rb → bundle_card_restriction_status.rb} +4 -3
- data/lib/shell_card_management_ap_is/models/bundle_details_response.rb +181 -0
- data/lib/shell_card_management_ap_is/models/bundle_restriction.rb +86 -103
- data/lib/shell_card_management_ap_is/models/bundle_restriction_update.rb +185 -0
- data/lib/shell_card_management_ap_is/models/bundled_details_product_list.rb +116 -0
- data/lib/shell_card_management_ap_is/models/bundled_restrictions_list.rb +82 -0
- data/lib/shell_card_management_ap_is/models/cancel_card_request.rb +1 -3
- data/lib/shell_card_management_ap_is/models/cancel_card_response.rb +3 -6
- data/lib/shell_card_management_ap_is/models/card.rb +43 -51
- data/lib/shell_card_management_ap_is/models/card_block_schedule.rb +1 -2
- data/lib/shell_card_management_ap_is/models/{summary_of_bundle_response_data_items_card_bundles_items.rb → card_bundle.rb} +11 -18
- data/lib/shell_card_management_ap_is/models/card_contact.rb +222 -0
- data/lib/shell_card_management_ap_is/models/card_day_time_restrictions.rb +3 -9
- data/lib/shell_card_management_ap_is/models/card_delivery_address.rb +218 -0
- data/lib/shell_card_management_ap_is/models/card_delivery_contact.rb +7 -14
- data/lib/shell_card_management_ap_is/models/card_detail.rb +50 -61
- data/lib/shell_card_management_ap_is/models/card_details_request.rb +6 -14
- data/lib/shell_card_management_ap_is/models/card_details_response.rb +52 -89
- data/lib/shell_card_management_ap_is/models/card_details_response_card_block_schedules_items_all_of0.rb +1 -2
- data/lib/shell_card_management_ap_is/models/card_details_response_card_delivery_address.rb +6 -15
- data/lib/shell_card_management_ap_is/models/card_details_response_fuel_sets_items.rb +1 -2
- data/lib/shell_card_management_ap_is/models/card_details_response_non_fuel_sets_items.rb +1 -2
- data/lib/shell_card_management_ap_is/models/card_details_response_pin_delivery_address.rb +6 -15
- data/lib/shell_card_management_ap_is/models/card_group_request.rb +6 -12
- data/lib/shell_card_management_ap_is/models/card_group_response.rb +2 -6
- data/lib/shell_card_management_ap_is/models/card_group_response_card_groups_items.rb +10 -20
- data/lib/shell_card_management_ap_is/models/card_management_v1_cancel_request.rb +104 -0
- data/lib/shell_card_management_ap_is/models/card_management_v1_ordercard_request.rb +59 -0
- data/lib/shell_card_management_ap_is/models/card_management_v1_pinreminder_request.rb +130 -0
- data/lib/shell_card_management_ap_is/models/card_management_v1_updatestatus_request.rb +122 -0
- data/lib/shell_card_management_ap_is/models/card_move_request.rb +4 -9
- data/lib/shell_card_management_ap_is/models/card_move_request_cards_items.rb +1 -3
- data/lib/shell_card_management_ap_is/models/card_move_response.rb +2 -4
- data/lib/shell_card_management_ap_is/models/card_move_response_error_cards_items.rb +2 -5
- data/lib/shell_card_management_ap_is/models/card_move_response_successful_requests_items.rb +2 -5
- data/lib/shell_card_management_ap_is/models/{restriction_card_request.rb → card_restriction_req.rb} +42 -50
- data/lib/shell_card_management_ap_is/models/card_restriction_response.rb +96 -0
- data/lib/shell_card_management_ap_is/models/card_search_response.rb +2 -7
- data/lib/shell_card_management_ap_is/models/card_settings.rb +626 -0
- data/lib/shell_card_management_ap_is/models/card_summary_request.rb +3 -5
- data/lib/shell_card_management_ap_is/models/card_summary_response.rb +1 -3
- data/lib/shell_card_management_ap_is/models/card_type_request.rb +3 -7
- data/lib/shell_card_management_ap_is/models/card_type_response.rb +1 -3
- data/lib/shell_card_management_ap_is/models/card_type_response_customer_card_types_items.rb +15 -31
- data/lib/shell_card_management_ap_is/models/card_type_response_error.rb +1 -2
- data/lib/shell_card_management_ap_is/models/card_usage_restrictions.rb +5 -10
- data/lib/shell_card_management_ap_is/models/col_co_access.rb +2 -4
- data/lib/shell_card_management_ap_is/models/{location_restrictions_country_restrictions.rb → country_restriction.rb} +20 -21
- data/lib/shell_card_management_ap_is/models/create_bundle_request.rb +64 -62
- data/lib/shell_card_management_ap_is/models/create_bundle_response.rb +122 -47
- data/lib/shell_card_management_ap_is/models/create_card_group_request.rb +3 -9
- data/lib/shell_card_management_ap_is/models/create_card_group_request_cards_items.rb +1 -3
- data/lib/shell_card_management_ap_is/models/create_card_group_response.rb +2 -5
- data/lib/shell_card_management_ap_is/models/create_card_group_response_error_cards_items.rb +1 -3
- data/lib/shell_card_management_ap_is/models/create_card_group_response_successful_requests_items.rb +1 -3
- data/lib/shell_card_management_ap_is/models/create_card_response.rb +1 -2
- data/lib/shell_card_management_ap_is/models/customer_contract.rb +1 -2
- data/lib/shell_card_management_ap_is/models/customer_detail_request.rb +2 -5
- data/lib/shell_card_management_ap_is/models/customer_detail_response.rb +31 -45
- data/lib/shell_card_management_ap_is/models/day_time_restriction.rb +133 -0
- data/lib/shell_card_management_ap_is/models/day_time_restrictions.rb +52 -82
- data/lib/shell_card_management_ap_is/models/{summary_of_bundle_request.rb → default_error.rb} +10 -10
- data/lib/shell_card_management_ap_is/models/default_error_fault.rb +4 -5
- data/lib/shell_card_management_ap_is/models/delete_bundle_request.rb +14 -16
- data/lib/shell_card_management_ap_is/models/delete_bundle_response.rb +9 -10
- data/lib/shell_card_management_ap_is/models/delivery_address_update.rb +13 -11
- data/lib/shell_card_management_ap_is/models/delivery_address_update_references.rb +2 -5
- data/lib/shell_card_management_ap_is/models/delivery_address_update_references2.rb +98 -0
- data/lib/shell_card_management_ap_is/models/delivery_address_update_request.rb +3 -7
- data/lib/shell_card_management_ap_is/models/delivery_address_update_response.rb +5 -14
- data/lib/shell_card_management_ap_is/models/delivery_addresses.rb +7 -18
- data/lib/shell_card_management_ap_is/models/detail.rb +50 -0
- data/lib/shell_card_management_ap_is/models/eid_access.rb +1 -2
- data/lib/shell_card_management_ap_is/models/error_details.rb +1 -3
- data/lib/shell_card_management_ap_is/models/error_status.rb +1 -2
- data/lib/shell_card_management_ap_is/models/error_user_access_error.rb +1 -2
- data/lib/shell_card_management_ap_is/models/fault.rb +59 -0
- data/lib/shell_card_management_ap_is/models/filters.rb +702 -0
- data/lib/shell_card_management_ap_is/models/filters1.rb +579 -0
- data/lib/shell_card_management_ap_is/models/filters2.rb +200 -0
- data/lib/shell_card_management_ap_is/models/finance_currency.rb +1 -2
- data/lib/shell_card_management_ap_is/models/finance_currency2.rb +96 -0
- data/lib/shell_card_management_ap_is/models/{restriction_search_card_request.rb → fleetmanagement_v1_customer_payers400_error1.rb} +10 -10
- data/lib/shell_card_management_ap_is/models/fleetmanagement_v1_customer_payers404_error1.rb +50 -0
- data/lib/shell_card_management_ap_is/models/fleetmanagement_v1_user_loggedinuser400_error1.rb +50 -0
- data/lib/shell_card_management_ap_is/models/fleetmanagement_v1_user_loggedinuser401_error1.rb +50 -0
- data/lib/shell_card_management_ap_is/models/fleetmanagement_v1_user_loggedinuser404_error1.rb +50 -0
- data/lib/shell_card_management_ap_is/models/fleetmanagement_v1_user_loggedinuser500_error1.rb +50 -0
- data/lib/shell_card_management_ap_is/models/fleetmanagement_v1_user_loggedinuser_request.rb +104 -0
- data/lib/shell_card_management_ap_is/models/fleetmanagement_v2_restriction_searchcard401_error1.rb +50 -0
- data/lib/shell_card_management_ap_is/models/fleetmanagement_v2_restriction_searchcard500_error1.rb +50 -0
- data/lib/shell_card_management_ap_is/models/generate_pin_key_response.rb +1 -2
- data/lib/shell_card_management_ap_is/models/invoice_distribution_method.rb +2 -4
- data/lib/shell_card_management_ap_is/models/{location_restrictions.rb → location_restriction.rb} +20 -35
- data/lib/shell_card_management_ap_is/models/logged_in_user_request.rb +2 -4
- data/lib/shell_card_management_ap_is/models/logged_in_user_response.rb +12 -25
- data/lib/shell_card_management_ap_is/models/{location_restrictions_network_restrictions_items.rb → network_restriction.rb} +18 -20
- data/lib/shell_card_management_ap_is/models/o_auth_token.rb +2 -6
- data/lib/shell_card_management_ap_is/models/order_card_enquiry.rb +48 -45
- data/lib/shell_card_management_ap_is/models/order_card_enquiry_req.rb +5 -12
- data/lib/shell_card_management_ap_is/models/order_card_enquiry_request.rb +3 -4
- data/lib/shell_card_management_ap_is/models/order_card_enquiry_response.rb +1 -3
- data/lib/shell_card_management_ap_is/models/order_card_response.rb +1 -3
- data/lib/shell_card_management_ap_is/models/{location_restrictions_partner_site_restrictions_items.rb → partner_site_restriction.rb} +10 -12
- data/lib/shell_card_management_ap_is/models/payer_access.rb +3 -8
- data/lib/shell_card_management_ap_is/models/payer_details.rb +55 -96
- data/lib/shell_card_management_ap_is/models/payer_request.rb +9 -12
- data/lib/shell_card_management_ap_is/models/payer_response.rb +2 -6
- data/lib/shell_card_management_ap_is/models/payers.rb +2 -5
- data/lib/shell_card_management_ap_is/models/pin_advice_types.rb +5 -6
- data/lib/shell_card_management_ap_is/models/pin_contact.rb +234 -0
- data/lib/shell_card_management_ap_is/models/pin_deliver_to.rb +161 -0
- data/lib/shell_card_management_ap_is/models/pin_delivery_address.rb +222 -0
- data/lib/shell_card_management_ap_is/models/pin_delivery_contact.rb +7 -14
- data/lib/shell_card_management_ap_is/models/pin_delivery_details.rb +4 -11
- data/lib/shell_card_management_ap_is/models/pin_reminder_card_details.rb +19 -17
- data/lib/shell_card_management_ap_is/models/pin_reminder_reference.rb +2 -5
- data/lib/shell_card_management_ap_is/models/pin_reminder_request.rb +2 -6
- data/lib/shell_card_management_ap_is/models/pin_reminder_response.rb +1 -3
- data/lib/shell_card_management_ap_is/models/product_all_of0.rb +1 -2
- data/lib/shell_card_management_ap_is/models/product_group.rb +2 -6
- data/lib/shell_card_management_ap_is/models/{product_restrictions.rb → product_restriction_card.rb} +9 -12
- data/lib/shell_card_management_ap_is/models/purchase_categories.rb +1 -4
- data/lib/shell_card_management_ap_is/models/purchase_category1_all_of0.rb +10 -15
- data/lib/shell_card_management_ap_is/models/purchase_category_request.rb +2 -5
- data/lib/shell_card_management_ap_is/models/purchase_category_response.rb +1 -2
- data/lib/shell_card_management_ap_is/models/replace_card_settings.rb +25 -40
- data/lib/shell_card_management_ap_is/models/restriction.rb +82 -0
- data/lib/shell_card_management_ap_is/models/{restriction_search_card_response_data_items.rb → restriction_card_list.rb} +284 -328
- data/lib/shell_card_management_ap_is/models/{restriction_card_request_cards_items.rb → restriction_cards_list.rb} +69 -82
- data/lib/shell_card_management_ap_is/models/restriction_product.rb +62 -0
- data/lib/shell_card_management_ap_is/models/{restriction_card_response_data_items.rb → restrictioncards_res.rb} +100 -114
- data/lib/shell_card_management_ap_is/models/role.rb +3 -6
- data/lib/shell_card_management_ap_is/models/schedule_card_block_cards_items.rb +42 -39
- data/lib/shell_card_management_ap_is/models/schedule_card_block_request.rb +1 -2
- data/lib/shell_card_management_ap_is/models/schedule_card_block_response.rb +1 -3
- data/lib/shell_card_management_ap_is/models/schedule_card_block_response_data_items.rb +1 -3
- data/lib/shell_card_management_ap_is/models/search_account_limit_request.rb +79 -10
- data/lib/shell_card_management_ap_is/models/search_account_limit_response.rb +74 -20
- data/lib/shell_card_management_ap_is/models/search_card.rb +13 -3
- data/lib/shell_card_management_ap_is/models/search_card_request.rb +4 -6
- data/lib/shell_card_management_ap_is/models/{restriction_search_card_request_filters_cards_items.rb → search_card_restriction.rb} +19 -16
- data/lib/shell_card_management_ap_is/models/{restriction_search_card_request_filters.rb → search_card_restriction_req.rb} +72 -71
- data/lib/shell_card_management_ap_is/models/search_card_restriction_res.rb +89 -0
- data/lib/shell_card_management_ap_is/models/search_product_restriction.rb +3 -4
- data/lib/shell_card_management_ap_is/models/search_request.rb +25 -47
- data/lib/shell_card_management_ap_is/models/{location_restrictions_shell_site_restrictions_items.rb → shell_site_restriction.rb} +10 -17
- data/lib/shell_card_management_ap_is/models/submitted_card.rb +24 -9
- data/lib/shell_card_management_ap_is/models/summary_request.rb +21 -39
- data/lib/shell_card_management_ap_is/models/summary_response.rb +5 -11
- data/lib/shell_card_management_ap_is/models/{summary_of_bundle_response_data_items.rb → summaryofbundle_response.rb} +36 -33
- data/lib/shell_card_management_ap_is/models/{summaryof_bundle.rb → summaryofbundler_request.rb} +43 -36
- data/lib/shell_card_management_ap_is/models/update_bundle_request.rb +65 -70
- data/lib/shell_card_management_ap_is/models/update_bundle_response.rb +75 -21
- data/lib/shell_card_management_ap_is/models/update_card.rb +31 -20
- data/lib/shell_card_management_ap_is/models/update_card_group_request.rb +9 -17
- data/lib/shell_card_management_ap_is/models/update_card_group_response.rb +3 -6
- data/lib/shell_card_management_ap_is/models/update_card_group_response_move_card_references_items.rb +1 -3
- data/lib/shell_card_management_ap_is/models/update_card_renewal_address.rb +5 -11
- data/lib/shell_card_management_ap_is/models/update_card_renewal_address2.rb +155 -0
- data/lib/shell_card_management_ap_is/models/update_card_status_request.rb +1 -3
- data/lib/shell_card_management_ap_is/models/update_card_status_response.rb +2 -5
- data/lib/shell_card_management_ap_is/models/update_m_pay_reg_status_request.rb +2 -5
- data/lib/shell_card_management_ap_is/models/update_m_pay_reg_status_request_m_pay_requests_items.rb +3 -5
- data/lib/shell_card_management_ap_is/models/update_m_pay_reg_status_response.rb +1 -2
- data/lib/shell_card_management_ap_is/models/usage_restriction.rb +1127 -0
- data/lib/shell_card_management_ap_is/models/{usage_restrictions.rb → usage_restrictions_card.rb} +74 -131
- data/lib/shell_card_management_ap_is/utilities/file_wrapper.rb +9 -9
- data/lib/shell_card_management_ap_is.rb +139 -95
- metadata +74 -38
- data/lib/shell_card_management_ap_is/models/create_bundle_request_restrictions.rb +0 -147
- data/lib/shell_card_management_ap_is/models/create_bundle_response_data_items.rb +0 -125
- data/lib/shell_card_management_ap_is/models/restriction_card_response.rb +0 -91
- data/lib/shell_card_management_ap_is/models/restriction_search_card_response.rb +0 -79
- data/lib/shell_card_management_ap_is/models/search_account_limit_response_data.rb +0 -106
- data/lib/shell_card_management_ap_is/models/search_card_response_restrictions.rb +0 -99
- data/lib/shell_card_management_ap_is/models/summary_of_bundle_response.rb +0 -79
- data/lib/shell_card_management_ap_is/models/url_enum.rb +0 -23
@@ -32,13 +32,13 @@ module ShellCardManagementApIs
|
|
32
32
|
# to RFC 4122 standards) for requests and responses. This will be played
|
33
33
|
# back in the response from the request.
|
34
34
|
# @param [SearchCardRequest] body Optional parameter: requestbody
|
35
|
-
# @return [CardSearchResponse] response from the API call
|
36
|
-
def
|
37
|
-
|
35
|
+
# @return [CardSearchResponse] response from the API call.
|
36
|
+
def searchcard(request_id,
|
37
|
+
body: nil)
|
38
38
|
new_api_call_builder
|
39
39
|
.request(new_request_builder(HttpMethodEnum::POST,
|
40
40
|
'/card-management/v1/search',
|
41
|
-
Server::
|
41
|
+
Server::SHELL)
|
42
42
|
.header_param(new_parameter(request_id, key: 'RequestId'))
|
43
43
|
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
44
44
|
.body_param(new_parameter(body))
|
@@ -46,30 +46,30 @@ module ShellCardManagementApIs
|
|
46
46
|
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
47
47
|
.auth(Single.new('BearerToken')))
|
48
48
|
.response(new_response_handler
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
49
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
50
|
+
.deserialize_into(CardSearchResponse.method(:from_hash))
|
51
|
+
.local_error('400',
|
52
|
+
'The server cannot or will not process the request due to'\
|
53
|
+
' something that is perceived to be a client error (e.g.,'\
|
54
|
+
' malformed request syntax, invalid request message framing, or'\
|
55
|
+
' deceptive request routing).',
|
56
|
+
ErrorObjectException)
|
57
|
+
.local_error('401',
|
58
|
+
'The request has not been applied because it lacks valid '\
|
59
|
+
' authentication credentials for the target resource.',
|
60
|
+
ErrorObjectException)
|
61
|
+
.local_error('403',
|
62
|
+
'Forbidden',
|
63
|
+
ErrorObjectException)
|
64
|
+
.local_error('404',
|
65
|
+
'The origin server did not find a current representation for'\
|
66
|
+
' the target resource or is not willing to disclose that one'\
|
67
|
+
' exists.',
|
68
|
+
ErrorObjectException)
|
69
|
+
.local_error('500',
|
70
|
+
'The server encountered an unexpected condition that prevented'\
|
71
|
+
' it from fulfilling the request.',
|
72
|
+
ErrorObjectException))
|
73
73
|
.execute
|
74
74
|
end
|
75
75
|
|
@@ -92,13 +92,13 @@ module ShellCardManagementApIs
|
|
92
92
|
# back in the response from the request.
|
93
93
|
# @param [CardSummaryRequest] body Optional parameter: summary request
|
94
94
|
# body
|
95
|
-
# @return [CardSummaryResponse] response from the API call
|
96
|
-
def
|
97
|
-
|
95
|
+
# @return [CardSummaryResponse] response from the API call.
|
96
|
+
def cardsummary(request_id,
|
97
|
+
body: nil)
|
98
98
|
new_api_call_builder
|
99
99
|
.request(new_request_builder(HttpMethodEnum::POST,
|
100
100
|
'/card-management/v1/summary',
|
101
|
-
Server::
|
101
|
+
Server::SHELL)
|
102
102
|
.header_param(new_parameter(request_id, key: 'RequestId'))
|
103
103
|
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
104
104
|
.body_param(new_parameter(body))
|
@@ -106,30 +106,30 @@ module ShellCardManagementApIs
|
|
106
106
|
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
107
107
|
.auth(Single.new('BearerToken')))
|
108
108
|
.response(new_response_handler
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
109
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
110
|
+
.deserialize_into(CardSummaryResponse.method(:from_hash))
|
111
|
+
.local_error('400',
|
112
|
+
'The server cannot or will not process the request due to'\
|
113
|
+
' something that is perceived to be a client error (e.g.,'\
|
114
|
+
' malformed request syntax, invalid request message framing, or'\
|
115
|
+
' deceptive request routing).',
|
116
|
+
ErrorObjectException)
|
117
|
+
.local_error('401',
|
118
|
+
'The request has not been applied because it lacks valid '\
|
119
|
+
' authentication credentials for the target resource.',
|
120
|
+
APIException)
|
121
|
+
.local_error('403',
|
122
|
+
'Forbidden',
|
123
|
+
APIException)
|
124
|
+
.local_error('404',
|
125
|
+
'The origin server did not find a current representation for'\
|
126
|
+
' the target resource or is not willing to disclose that one'\
|
127
|
+
' exists.',
|
128
|
+
APIException)
|
129
|
+
.local_error('500',
|
130
|
+
'The server encountered an unexpected condition that prevented'\
|
131
|
+
' it from fulfilling the request.',
|
132
|
+
ErrorObjectException))
|
133
133
|
.execute
|
134
134
|
end
|
135
135
|
|
@@ -169,15 +169,15 @@ module ShellCardManagementApIs
|
|
169
169
|
# @param [String] request_id Required parameter: Mandatory UUID (according
|
170
170
|
# to RFC 4122 standards) for requests and responses. This will be played
|
171
171
|
# back in the response from the request.
|
172
|
-
# @param [
|
173
|
-
# body
|
174
|
-
# @return [OrderCardResponse] response from the API call
|
175
|
-
def
|
176
|
-
|
172
|
+
# @param [CardManagementV1OrdercardRequest] body Optional parameter: Order
|
173
|
+
# card request body
|
174
|
+
# @return [OrderCardResponse] response from the API call.
|
175
|
+
def cardordercard(request_id,
|
176
|
+
body: nil)
|
177
177
|
new_api_call_builder
|
178
178
|
.request(new_request_builder(HttpMethodEnum::POST,
|
179
179
|
'/card-management/v1/ordercard',
|
180
|
-
Server::
|
180
|
+
Server::SHELL)
|
181
181
|
.header_param(new_parameter(request_id, key: 'RequestId'))
|
182
182
|
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
183
183
|
.body_param(new_parameter(body))
|
@@ -185,30 +185,30 @@ module ShellCardManagementApIs
|
|
185
185
|
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
186
186
|
.auth(Single.new('BearerToken')))
|
187
187
|
.response(new_response_handler
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
188
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
189
|
+
.deserialize_into(OrderCardResponse.method(:from_hash))
|
190
|
+
.local_error('400',
|
191
|
+
'The server cannot or will not process the request due to'\
|
192
|
+
' something that is perceived to be a client error (e.g.,'\
|
193
|
+
' malformed request syntax, invalid request message framing, or'\
|
194
|
+
' deceptive request routing).',
|
195
|
+
APIException)
|
196
|
+
.local_error('401',
|
197
|
+
'The request has not been applied because it lacks valid '\
|
198
|
+
' authentication credentials for the target resource.',
|
199
|
+
APIException)
|
200
|
+
.local_error('403',
|
201
|
+
'Forbidden',
|
202
|
+
APIException)
|
203
|
+
.local_error('404',
|
204
|
+
'The origin server did not find a current representation for'\
|
205
|
+
' the target resource or is not willing to disclose that one'\
|
206
|
+
' exists.',
|
207
|
+
APIException)
|
208
|
+
.local_error('500',
|
209
|
+
'The server encountered an unexpected condition that prevented'\
|
210
|
+
' it from fulfilling the request.',
|
211
|
+
APIException))
|
212
212
|
.execute
|
213
213
|
end
|
214
214
|
|
@@ -227,13 +227,13 @@ module ShellCardManagementApIs
|
|
227
227
|
# back in the response from the request.
|
228
228
|
# @param [OrderCardEnquiryRequest] body Optional parameter: Order Card
|
229
229
|
# Enquiry request body
|
230
|
-
# @return [OrderCardEnquiryResponse] response from the API call
|
231
|
-
def
|
232
|
-
|
230
|
+
# @return [OrderCardEnquiryResponse] response from the API call.
|
231
|
+
def cardordercardenquiry(request_id,
|
232
|
+
body: nil)
|
233
233
|
new_api_call_builder
|
234
234
|
.request(new_request_builder(HttpMethodEnum::POST,
|
235
235
|
'/card-management/v1/ordercardenquiry',
|
236
|
-
Server::
|
236
|
+
Server::SHELL)
|
237
237
|
.header_param(new_parameter(request_id, key: 'RequestId'))
|
238
238
|
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
239
239
|
.body_param(new_parameter(body))
|
@@ -241,30 +241,30 @@ module ShellCardManagementApIs
|
|
241
241
|
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
242
242
|
.auth(Single.new('BearerToken')))
|
243
243
|
.response(new_response_handler
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
244
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
245
|
+
.deserialize_into(OrderCardEnquiryResponse.method(:from_hash))
|
246
|
+
.local_error('400',
|
247
|
+
'The server cannot or will not process the request due to'\
|
248
|
+
' something that is perceived to be a client error (e.g.,'\
|
249
|
+
' malformed request syntax, invalid request message framing, or'\
|
250
|
+
' deceptive request routing).',
|
251
|
+
APIException)
|
252
|
+
.local_error('401',
|
253
|
+
'The request has not been applied because it lacks valid '\
|
254
|
+
' authentication credentials for the target resource.',
|
255
|
+
APIException)
|
256
|
+
.local_error('403',
|
257
|
+
'Forbidden',
|
258
|
+
APIException)
|
259
|
+
.local_error('404',
|
260
|
+
'The origin server did not find a current representation for'\
|
261
|
+
' the target resource or is not willing to disclose that one'\
|
262
|
+
' exists.',
|
263
|
+
APIException)
|
264
|
+
.local_error('500',
|
265
|
+
'The server encountered an unexpected condition that prevented'\
|
266
|
+
' it from fulfilling the request.',
|
267
|
+
APIException))
|
268
268
|
.execute
|
269
269
|
end
|
270
270
|
|
@@ -314,15 +314,15 @@ module ShellCardManagementApIs
|
|
314
314
|
# @param [String] request_id Required parameter: Mandatory UUID (according
|
315
315
|
# to RFC 4122 standards) for requests and responses. This will be played
|
316
316
|
# back in the response from the request.
|
317
|
-
# @param [
|
318
|
-
# body
|
319
|
-
# @return [CancelCardResponse] response from the API call
|
320
|
-
def
|
321
|
-
|
317
|
+
# @param [CardManagementV1CancelRequest] body Optional parameter: Update
|
318
|
+
# status request body
|
319
|
+
# @return [CancelCardResponse] response from the API call.
|
320
|
+
def cardcancel(request_id,
|
321
|
+
body: nil)
|
322
322
|
new_api_call_builder
|
323
323
|
.request(new_request_builder(HttpMethodEnum::POST,
|
324
324
|
'/card-management/v1/cancel',
|
325
|
-
Server::
|
325
|
+
Server::SHELL)
|
326
326
|
.header_param(new_parameter(request_id, key: 'RequestId'))
|
327
327
|
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
328
328
|
.body_param(new_parameter(body))
|
@@ -330,30 +330,30 @@ module ShellCardManagementApIs
|
|
330
330
|
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
331
331
|
.auth(Single.new('BearerToken')))
|
332
332
|
.response(new_response_handler
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
333
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
334
|
+
.deserialize_into(CancelCardResponse.method(:from_hash))
|
335
|
+
.local_error('400',
|
336
|
+
'The server cannot or will not process the request due to'\
|
337
|
+
' something that is perceived to be a client error (e.g.,'\
|
338
|
+
' malformed request syntax, invalid request message framing, or'\
|
339
|
+
' deceptive request routing).',
|
340
|
+
ErrorObjectException)
|
341
|
+
.local_error('401',
|
342
|
+
'The request has not been applied because it lacks valid '\
|
343
|
+
' authentication credentials for the target resource.',
|
344
|
+
APIException)
|
345
|
+
.local_error('403',
|
346
|
+
'Forbidden',
|
347
|
+
APIException)
|
348
|
+
.local_error('404',
|
349
|
+
'The origin server did not find a current representation for'\
|
350
|
+
' the target resource or is not willing to disclose that one'\
|
351
|
+
' exists.',
|
352
|
+
APIException)
|
353
|
+
.local_error('500',
|
354
|
+
'The server encountered an unexpected condition that prevented'\
|
355
|
+
' it from fulfilling the request.',
|
356
|
+
APIException))
|
357
357
|
.execute
|
358
358
|
end
|
359
359
|
|
@@ -427,15 +427,15 @@ module ShellCardManagementApIs
|
|
427
427
|
# @param [String] request_id Required parameter: Mandatory UUID (according
|
428
428
|
# to RFC 4122 standards) for requests and responses. This will be played
|
429
429
|
# back in the response from the request.
|
430
|
-
# @param [
|
431
|
-
# request body
|
432
|
-
# @return [UpdateCardStatusResponse] response from the API call
|
433
|
-
def
|
434
|
-
|
430
|
+
# @param [CardManagementV1UpdatestatusRequest] body Optional parameter:
|
431
|
+
# Update status request body
|
432
|
+
# @return [UpdateCardStatusResponse] response from the API call.
|
433
|
+
def cardupdatestatus(request_id,
|
434
|
+
body: nil)
|
435
435
|
new_api_call_builder
|
436
436
|
.request(new_request_builder(HttpMethodEnum::POST,
|
437
437
|
'/card-management/v1/updatestatus',
|
438
|
-
Server::
|
438
|
+
Server::SHELL)
|
439
439
|
.header_param(new_parameter(request_id, key: 'RequestId'))
|
440
440
|
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
441
441
|
.body_param(new_parameter(body))
|
@@ -443,30 +443,30 @@ module ShellCardManagementApIs
|
|
443
443
|
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
444
444
|
.auth(Single.new('BearerToken')))
|
445
445
|
.response(new_response_handler
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
446
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
447
|
+
.deserialize_into(UpdateCardStatusResponse.method(:from_hash))
|
448
|
+
.local_error('400',
|
449
|
+
'The server cannot or will not process the request due to'\
|
450
|
+
' something that is perceived to be a client error (e.g.,'\
|
451
|
+
' malformed request syntax, invalid request message framing, or'\
|
452
|
+
' deceptive request routing).',
|
453
|
+
APIException)
|
454
|
+
.local_error('401',
|
455
|
+
'The request has not been applied because it lacks valid '\
|
456
|
+
' authentication credentials for the target resource.',
|
457
|
+
APIException)
|
458
|
+
.local_error('403',
|
459
|
+
'Forbidden',
|
460
|
+
APIException)
|
461
|
+
.local_error('404',
|
462
|
+
'The origin server did not find a current representation for'\
|
463
|
+
' the target resource or is not willing to disclose that one'\
|
464
|
+
' exists.',
|
465
|
+
APIException)
|
466
|
+
.local_error('500',
|
467
|
+
'The server encountered an unexpected condition that prevented'\
|
468
|
+
' it from fulfilling the request.',
|
469
|
+
APIException))
|
470
470
|
.execute
|
471
471
|
end
|
472
472
|
|
@@ -483,47 +483,47 @@ module ShellCardManagementApIs
|
|
483
483
|
# back in the response from the request.
|
484
484
|
# @param [PurchaseCategoryRequest] body Optional parameter: PurchaseCategory
|
485
485
|
# request body
|
486
|
-
# @return [PurchaseCategoryResponse] response from the API call
|
486
|
+
# @return [PurchaseCategoryResponse] response from the API call.
|
487
487
|
def purchase_category(apikey,
|
488
488
|
request_id,
|
489
489
|
body: nil)
|
490
490
|
new_api_call_builder
|
491
491
|
.request(new_request_builder(HttpMethodEnum::POST,
|
492
492
|
'/fleetmanagement/v1/master/purchasecategory',
|
493
|
-
Server::
|
493
|
+
Server::SHELL)
|
494
494
|
.header_param(new_parameter(apikey, key: 'apikey'))
|
495
495
|
.header_param(new_parameter(request_id, key: 'RequestId'))
|
496
496
|
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
497
497
|
.body_param(new_parameter(body))
|
498
498
|
.header_param(new_parameter('application/json', key: 'accept'))
|
499
499
|
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
500
|
-
.auth(Single.new('
|
500
|
+
.auth(Single.new('BearerToken')))
|
501
501
|
.response(new_response_handler
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
502
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
503
|
+
.deserialize_into(PurchaseCategoryResponse.method(:from_hash))
|
504
|
+
.local_error('400',
|
505
|
+
"The server cannot or will not process the request due to'\
|
506
|
+
' something that is perceived to be a client\r\n error (e.g.,'\
|
507
|
+
' malformed request syntax, invalid \r\n request message'\
|
508
|
+
' framing, or deceptive request routing).",
|
509
|
+
APIException)
|
510
|
+
.local_error('401',
|
511
|
+
'The request has not been applied because it lacks valid '\
|
512
|
+
' authentication credentials for the target resource.',
|
513
|
+
APIException)
|
514
|
+
.local_error('403',
|
515
|
+
'The server understood the request but refuses to authorize it'\
|
516
|
+
'.',
|
517
|
+
APIException)
|
518
|
+
.local_error('404',
|
519
|
+
'The origin server did not find a current representation for'\
|
520
|
+
' the target resource or is not willing to disclose that one'\
|
521
|
+
' exists.',
|
522
|
+
APIException)
|
523
|
+
.local_error('500',
|
524
|
+
'The server encountered an unexpected condition the prevented'\
|
525
|
+
' it from fulfilling the request.',
|
526
|
+
APIException))
|
527
527
|
.execute
|
528
528
|
end
|
529
529
|
|
@@ -541,47 +541,47 @@ module ShellCardManagementApIs
|
|
541
541
|
# back in the response from the request.
|
542
542
|
# @param [CardDetailsRequest] body Optional parameter: Card details request
|
543
543
|
# body
|
544
|
-
# @return [CardDetailsResponse] response from the API call
|
545
|
-
def
|
546
|
-
|
547
|
-
|
544
|
+
# @return [CardDetailsResponse] response from the API call.
|
545
|
+
def carddetails(apikey,
|
546
|
+
request_id,
|
547
|
+
body: nil)
|
548
548
|
new_api_call_builder
|
549
549
|
.request(new_request_builder(HttpMethodEnum::POST,
|
550
550
|
'/fleetmanagement/v1/card/card',
|
551
|
-
Server::
|
551
|
+
Server::SHELL)
|
552
552
|
.header_param(new_parameter(apikey, key: 'apikey'))
|
553
553
|
.header_param(new_parameter(request_id, key: 'RequestId'))
|
554
554
|
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
555
555
|
.body_param(new_parameter(body))
|
556
556
|
.header_param(new_parameter('application/json', key: 'accept'))
|
557
557
|
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
558
|
-
.auth(Single.new('
|
558
|
+
.auth(Single.new('BearerToken')))
|
559
559
|
.response(new_response_handler
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
560
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
561
|
+
.deserialize_into(CardDetailsResponse.method(:from_hash))
|
562
|
+
.local_error('400',
|
563
|
+
"The server cannot or will not process the request due to'\
|
564
|
+
' something that is perceived to be a client\r\n error (e.g.,'\
|
565
|
+
' malformed request syntax, invalid \r\n request message'\
|
566
|
+
' framing, or deceptive request routing).",
|
567
|
+
APIException)
|
568
|
+
.local_error('401',
|
569
|
+
'The request has not been applied because it lacks valid '\
|
570
|
+
' authentication credentials for the target resource.',
|
571
|
+
APIException)
|
572
|
+
.local_error('403',
|
573
|
+
'The server understood the request but refuses to authorize it'\
|
574
|
+
'.',
|
575
|
+
APIException)
|
576
|
+
.local_error('404',
|
577
|
+
'The origin server did not find a current representation for'\
|
578
|
+
' the target resource or is not willing to disclose that one'\
|
579
|
+
' exists.',
|
580
|
+
APIException)
|
581
|
+
.local_error('500',
|
582
|
+
'The server encountered an unexpected condition the prevented'\
|
583
|
+
' it from fulfilling the request.',
|
584
|
+
APIException))
|
585
585
|
.execute
|
586
586
|
end
|
587
587
|
|
@@ -619,47 +619,47 @@ module ShellCardManagementApIs
|
|
619
619
|
# back in the response from the request.
|
620
620
|
# @param [CardMoveRequest] body Optional parameter: Move cards request
|
621
621
|
# body.
|
622
|
-
# @return [CardMoveResponse] response from the API call
|
622
|
+
# @return [CardMoveResponse] response from the API call.
|
623
623
|
def card_move(apikey,
|
624
624
|
request_id,
|
625
625
|
body: nil)
|
626
626
|
new_api_call_builder
|
627
627
|
.request(new_request_builder(HttpMethodEnum::POST,
|
628
628
|
'/fleetmanagement/v1/card/move',
|
629
|
-
Server::
|
629
|
+
Server::SHELL)
|
630
630
|
.header_param(new_parameter(apikey, key: 'apikey'))
|
631
631
|
.header_param(new_parameter(request_id, key: 'RequestId'))
|
632
632
|
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
633
633
|
.body_param(new_parameter(body))
|
634
634
|
.header_param(new_parameter('application/json', key: 'accept'))
|
635
635
|
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
636
|
-
.auth(Single.new('
|
636
|
+
.auth(Single.new('BearerToken')))
|
637
637
|
.response(new_response_handler
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
638
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
639
|
+
.deserialize_into(CardMoveResponse.method(:from_hash))
|
640
|
+
.local_error('400',
|
641
|
+
"The server cannot or will not process the request due to'\
|
642
|
+
' something that is perceived to be a client\r\n error (e.g.,'\
|
643
|
+
' malformed request syntax, invalid \r\n request message'\
|
644
|
+
' framing, or deceptive request routing).",
|
645
|
+
APIException)
|
646
|
+
.local_error('401',
|
647
|
+
'The request has not been applied because it lacks valid '\
|
648
|
+
' authentication credentials for the target resource.',
|
649
|
+
APIException)
|
650
|
+
.local_error('403',
|
651
|
+
'The server understood the request but refuses to authorize it'\
|
652
|
+
'.',
|
653
|
+
APIException)
|
654
|
+
.local_error('404',
|
655
|
+
'The origin server did not find a current representation for'\
|
656
|
+
' the target resource or is not willing to disclose that one'\
|
657
|
+
' exists.',
|
658
|
+
APIException)
|
659
|
+
.local_error('500',
|
660
|
+
'The server encountered an unexpected condition the prevented'\
|
661
|
+
' it from fulfilling the request.',
|
662
|
+
APIException))
|
663
663
|
.execute
|
664
664
|
end
|
665
665
|
|
@@ -692,15 +692,15 @@ module ShellCardManagementApIs
|
|
692
692
|
# @param [String] request_id Required parameter: Mandatory UUID (according
|
693
693
|
# to RFC 4122 standards) for requests and responses. This will be played
|
694
694
|
# back in the response from the request.
|
695
|
-
# @param [
|
696
|
-
# body
|
697
|
-
# @return [PINReminderResponse] response from the API call
|
698
|
-
def
|
699
|
-
|
695
|
+
# @param [CardManagementV1PinreminderRequest] body Optional parameter: PIN
|
696
|
+
# reminder request body
|
697
|
+
# @return [PINReminderResponse] response from the API call.
|
698
|
+
def cardpinreminder(request_id,
|
699
|
+
body: nil)
|
700
700
|
new_api_call_builder
|
701
701
|
.request(new_request_builder(HttpMethodEnum::POST,
|
702
702
|
'/card-management/v1/pinreminder',
|
703
|
-
Server::
|
703
|
+
Server::SHELL)
|
704
704
|
.header_param(new_parameter(request_id, key: 'RequestId'))
|
705
705
|
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
706
706
|
.body_param(new_parameter(body))
|
@@ -708,30 +708,30 @@ module ShellCardManagementApIs
|
|
708
708
|
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
709
709
|
.auth(Single.new('BearerToken')))
|
710
710
|
.response(new_response_handler
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
711
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
712
|
+
.deserialize_into(PINReminderResponse.method(:from_hash))
|
713
|
+
.local_error('400',
|
714
|
+
'The server cannot or will not process the request due to'\
|
715
|
+
' something that is perceived to be a client error (e.g.,'\
|
716
|
+
' malformed request syntax, invalid request message framing, or'\
|
717
|
+
' deceptive request routing).',
|
718
|
+
ErrorObjectException)
|
719
|
+
.local_error('401',
|
720
|
+
'The request has not been applied because it lacks valid '\
|
721
|
+
' authentication credentials for the target resource.',
|
722
|
+
ErrorObjectException)
|
723
|
+
.local_error('403',
|
724
|
+
'Forbidden',
|
725
|
+
ErrorObjectException)
|
726
|
+
.local_error('404',
|
727
|
+
'The origin server did not find a current representation for'\
|
728
|
+
' the target resource or is not willing to disclose that one'\
|
729
|
+
' exists.',
|
730
|
+
ErrorObjectException)
|
731
|
+
.local_error('500',
|
732
|
+
'The server encountered an unexpected condition that prevented'\
|
733
|
+
' it from fulfilling the request.',
|
734
|
+
ErrorObjectException))
|
735
735
|
.execute
|
736
736
|
end
|
737
737
|
|
@@ -781,13 +781,13 @@ module ShellCardManagementApIs
|
|
781
781
|
# to RFC 4122 standards) for requests and responses. This will be played
|
782
782
|
# back in the response from the request.
|
783
783
|
# @param [ScheduleCardBlockRequest] body Optional parameter: request body
|
784
|
-
# @return [ScheduleCardBlockResponse] response from the API call
|
784
|
+
# @return [ScheduleCardBlockResponse] response from the API call.
|
785
785
|
def schedule_card_block(request_id,
|
786
786
|
body: nil)
|
787
787
|
new_api_call_builder
|
788
788
|
.request(new_request_builder(HttpMethodEnum::POST,
|
789
789
|
'/card-management/v1/schedulecardblock',
|
790
|
-
Server::
|
790
|
+
Server::SHELL)
|
791
791
|
.header_param(new_parameter(request_id, key: 'RequestId'))
|
792
792
|
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
793
793
|
.body_param(new_parameter(body))
|
@@ -795,30 +795,30 @@ module ShellCardManagementApIs
|
|
795
795
|
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
796
796
|
.auth(Single.new('BearerToken')))
|
797
797
|
.response(new_response_handler
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
798
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
799
|
+
.deserialize_into(ScheduleCardBlockResponse.method(:from_hash))
|
800
|
+
.local_error('400',
|
801
|
+
'The server cannot or will not process the request due to'\
|
802
|
+
' something that is perceived to be a client error (e.g.,'\
|
803
|
+
' malformed request syntax, invalid request message framing, or'\
|
804
|
+
' deceptive request routing).',
|
805
|
+
APIException)
|
806
|
+
.local_error('401',
|
807
|
+
'The request has not been applied because it lacks valid '\
|
808
|
+
' authentication credentials for the target resource.',
|
809
|
+
APIException)
|
810
|
+
.local_error('403',
|
811
|
+
'Forbidden',
|
812
|
+
APIException)
|
813
|
+
.local_error('404',
|
814
|
+
'The origin server did not find a current representation for'\
|
815
|
+
' the target resource or is not willing to disclose that one'\
|
816
|
+
' exists.',
|
817
|
+
APIException)
|
818
|
+
.local_error('500',
|
819
|
+
'The server encountered an unexpected condition that prevented'\
|
820
|
+
' it from fulfilling the request.',
|
821
|
+
APIException))
|
822
822
|
.execute
|
823
823
|
end
|
824
824
|
|
@@ -848,13 +848,13 @@ module ShellCardManagementApIs
|
|
848
848
|
# back in the response from the request.
|
849
849
|
# @param [AutoRenewCardRequest] body Optional parameter: Auto renew request
|
850
850
|
# body
|
851
|
-
# @return [AutoRenewCardResponse] response from the API call
|
852
|
-
def
|
853
|
-
|
851
|
+
# @return [AutoRenewCardResponse] response from the API call.
|
852
|
+
def autorenew(request_id,
|
853
|
+
body: nil)
|
854
854
|
new_api_call_builder
|
855
855
|
.request(new_request_builder(HttpMethodEnum::POST,
|
856
856
|
'/card-management/v1/autorenew',
|
857
|
-
Server::
|
857
|
+
Server::SHELL)
|
858
858
|
.header_param(new_parameter(request_id, key: 'RequestId'))
|
859
859
|
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
860
860
|
.body_param(new_parameter(body))
|
@@ -862,52 +862,52 @@ module ShellCardManagementApIs
|
|
862
862
|
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
863
863
|
.auth(Single.new('BearerToken')))
|
864
864
|
.response(new_response_handler
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
865
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
866
|
+
.deserialize_into(AutoRenewCardResponse.method(:from_hash))
|
867
|
+
.local_error('400',
|
868
|
+
'The server cannot or will not process the request due to'\
|
869
|
+
' something that is perceived to be a client error (e.g.,'\
|
870
|
+
' malformed request syntax, invalid request message framing, or'\
|
871
|
+
' deceptive request routing).',
|
872
|
+
APIException)
|
873
|
+
.local_error('401',
|
874
|
+
'The request has not been applied because it lacks valid '\
|
875
|
+
' authentication credentials for the target resource.',
|
876
|
+
APIException)
|
877
|
+
.local_error('403',
|
878
|
+
'Forbidden',
|
879
|
+
APIException)
|
880
|
+
.local_error('404',
|
881
|
+
'The origin server did not find a current representation for'\
|
882
|
+
' the target resource or is not willing to disclose that one'\
|
883
|
+
' exists.',
|
884
|
+
APIException)
|
885
|
+
.local_error('500',
|
886
|
+
'The server encountered an unexpected condition that prevented'\
|
887
|
+
' it from fulfilling the request.',
|
888
|
+
APIException))
|
889
889
|
.execute
|
890
890
|
end
|
891
891
|
|
892
892
|
# This operation allows update the approval status of Mobile Payment
|
893
893
|
# Registration requests requiring for Fleet Manager approval.
|
894
894
|
# If the approval status is:
|
895
|
-
# *
|
895
|
+
# * “Approved” then the request status will be changed to Pending for
|
896
896
|
# processing.
|
897
|
-
# *
|
898
|
-
# error message.
|
897
|
+
# * “Rejected” then status will be updated to “CI” (Failed) with
|
898
|
+
# appropriate error message.
|
899
899
|
# @param [String] request_id Required parameter: Mandatory UUID (according
|
900
900
|
# to RFC 4122 standards) for requests and responses. This will be played
|
901
901
|
# back in the response from the request.
|
902
902
|
# @param [UpdateMPayRegStatusRequest] body Optional parameter: Request
|
903
903
|
# body
|
904
|
-
# @return [UpdateMPayRegStatusResponse] response from the API call
|
905
|
-
def
|
906
|
-
|
904
|
+
# @return [UpdateMPayRegStatusResponse] response from the API call.
|
905
|
+
def updatemobilepaymentregistrationstatus(request_id,
|
906
|
+
body: nil)
|
907
907
|
new_api_call_builder
|
908
908
|
.request(new_request_builder(HttpMethodEnum::POST,
|
909
909
|
'/card-management/v1/updatemobilepaymentregistrationstatus',
|
910
|
-
Server::
|
910
|
+
Server::SHELL)
|
911
911
|
.header_param(new_parameter(request_id, key: 'RequestId'))
|
912
912
|
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
913
913
|
.body_param(new_parameter(body))
|
@@ -915,30 +915,30 @@ module ShellCardManagementApIs
|
|
915
915
|
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
916
916
|
.auth(Single.new('BearerToken')))
|
917
917
|
.response(new_response_handler
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
918
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
919
|
+
.deserialize_into(UpdateMPayRegStatusResponse.method(:from_hash))
|
920
|
+
.local_error('400',
|
921
|
+
'The server cannot or will not process the request due to'\
|
922
|
+
' something that is perceived to be a client error (e.g.,'\
|
923
|
+
' malformed request syntax, invalid request message framing, or'\
|
924
|
+
' deceptive request routing).',
|
925
|
+
ErrorObjectException)
|
926
|
+
.local_error('401',
|
927
|
+
'The request has not been applied because it lacks valid '\
|
928
|
+
' authentication credentials for the target resource.',
|
929
|
+
APIException)
|
930
|
+
.local_error('403',
|
931
|
+
'Forbidden',
|
932
|
+
APIException)
|
933
|
+
.local_error('404',
|
934
|
+
'The origin server did not find a current representation for'\
|
935
|
+
' the target resource or is not willing to disclose that one'\
|
936
|
+
' exists.',
|
937
|
+
APIException)
|
938
|
+
.local_error('500',
|
939
|
+
'The server encountered an unexpected condition that prevented'\
|
940
|
+
' it from fulfilling the request.',
|
941
|
+
APIException))
|
942
942
|
.execute
|
943
943
|
end
|
944
944
|
|
@@ -953,43 +953,43 @@ module ShellCardManagementApIs
|
|
953
953
|
# true. If the parameter is true then public Key will be valid for 90 days.
|
954
954
|
# If the parameter is false then the key will be valid for one time. default
|
955
955
|
# value will be false.
|
956
|
-
# @return [GeneratePINKeyResponse] response from the API call
|
957
|
-
def
|
958
|
-
|
956
|
+
# @return [GeneratePINKeyResponse] response from the API call.
|
957
|
+
def getkey(request_id,
|
958
|
+
fleet: nil)
|
959
959
|
new_api_call_builder
|
960
960
|
.request(new_request_builder(HttpMethodEnum::GET,
|
961
961
|
'/pin-management/v1/generatepinkeys',
|
962
|
-
Server::
|
962
|
+
Server::SHELL)
|
963
963
|
.header_param(new_parameter(request_id, key: 'RequestId'))
|
964
964
|
.query_param(new_parameter(fleet, key: 'fleet'))
|
965
965
|
.header_param(new_parameter('application/json', key: 'accept'))
|
966
966
|
.auth(Single.new('BearerToken')))
|
967
967
|
.response(new_response_handler
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
968
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
969
|
+
.deserialize_into(GeneratePINKeyResponse.method(:from_hash))
|
970
|
+
.local_error('400',
|
971
|
+
"The server cannot or will not process the request due to'\
|
972
|
+
' something that is perceived to be a client\r\n error (e.g.,'\
|
973
|
+
' malformed request syntax, invalid \r\n request message'\
|
974
|
+
' framing, or deceptive request routing).",
|
975
|
+
APIException)
|
976
|
+
.local_error('401',
|
977
|
+
'The request has not been applied because it lacks valid '\
|
978
|
+
' authentication credentials for the target resource.',
|
979
|
+
APIException)
|
980
|
+
.local_error('403',
|
981
|
+
'The server understood the request but refuses to authorize it'\
|
982
|
+
'.',
|
983
|
+
APIException)
|
984
|
+
.local_error('404',
|
985
|
+
'The origin server did not find a current representation for'\
|
986
|
+
' the target resource or is not willing to disclose that one'\
|
987
|
+
' exists.',
|
988
|
+
APIException)
|
989
|
+
.local_error('500',
|
990
|
+
'The server encountered an unexpected condition the prevented'\
|
991
|
+
' it from fulfilling the request.',
|
992
|
+
APIException))
|
993
993
|
.execute
|
994
994
|
end
|
995
995
|
|
@@ -1002,13 +1002,13 @@ module ShellCardManagementApIs
|
|
1002
1002
|
# specific environment which needs to be passed by the client.
|
1003
1003
|
# @param [DeliveryAddressUpdateRequest] body Optional parameter: Delivery
|
1004
1004
|
# Address Update Request Body
|
1005
|
-
# @return [DeliveryAddressUpdateResponse] response from the API call
|
1006
|
-
def
|
1007
|
-
|
1005
|
+
# @return [DeliveryAddressUpdateResponse] response from the API call.
|
1006
|
+
def deliveryaddressupdate(apikey,
|
1007
|
+
body: nil)
|
1008
1008
|
new_api_call_builder
|
1009
1009
|
.request(new_request_builder(HttpMethodEnum::POST,
|
1010
1010
|
'/fleetmanagement/v1/card/deliveryaddressupdate',
|
1011
|
-
Server::
|
1011
|
+
Server::SHELL)
|
1012
1012
|
.header_param(new_parameter(apikey, key: 'apikey'))
|
1013
1013
|
.header_param(new_parameter('application/json', key: 'Content-Type'))
|
1014
1014
|
.body_param(new_parameter(body))
|
@@ -1016,31 +1016,31 @@ module ShellCardManagementApIs
|
|
1016
1016
|
.body_serializer(proc do |param| param.to_json unless param.nil? end)
|
1017
1017
|
.auth(Single.new('BasicAuth')))
|
1018
1018
|
.response(new_response_handler
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1019
|
+
.deserializer(APIHelper.method(:custom_type_deserializer))
|
1020
|
+
.deserialize_into(DeliveryAddressUpdateResponse.method(:from_hash))
|
1021
|
+
.local_error('400',
|
1022
|
+
"The server cannot or will not process the request due to'\
|
1023
|
+
' something that is perceived to be a client\r\n error (e.g.,'\
|
1024
|
+
' malformed request syntax, invalid \r\n request message'\
|
1025
|
+
' framing, or deceptive request routing).",
|
1026
|
+
APIException)
|
1027
|
+
.local_error('401',
|
1028
|
+
'The request has not been applied because it lacks valid '\
|
1029
|
+
' authentication credentials for the target resource.',
|
1030
|
+
APIException)
|
1031
|
+
.local_error('403',
|
1032
|
+
'The server understood the request but refuses to authorize it'\
|
1033
|
+
'.',
|
1034
|
+
APIException)
|
1035
|
+
.local_error('404',
|
1036
|
+
'The origin server did not find a current representation for'\
|
1037
|
+
' the target resource or is not willing to disclose that one'\
|
1038
|
+
' exists.',
|
1039
|
+
APIException)
|
1040
|
+
.local_error('500',
|
1041
|
+
'The server encountered an unexpected condition the prevented'\
|
1042
|
+
' it from fulfilling the request.',
|
1043
|
+
APIException))
|
1044
1044
|
.execute
|
1045
1045
|
end
|
1046
1046
|
end
|