ZOHOCRMSDK2_0 2.0.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/src/com/zoho/api/authenticator/oauth_token.rb +184 -178
- data/src/com/zoho/api/authenticator/store/db_store.rb +125 -123
- data/src/com/zoho/api/authenticator/store/file_store.rb +155 -153
- data/src/com/zoho/api/authenticator/store/token_store.rb +29 -27
- data/src/com/zoho/api/authenticator/token.rb +10 -8
- data/src/com/zoho/api/logger/sdk_logger.rb +59 -57
- data/src/com/zoho/crm/api/attachments/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/attachments/action_response.rb +7 -5
- data/src/com/zoho/crm/api/attachments/action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/attachments/api_exception.rb +95 -93
- data/src/com/zoho/crm/api/attachments/attachment.rb +271 -269
- data/src/com/zoho/crm/api/attachments/attachments_operations.rb +168 -166
- data/src/com/zoho/crm/api/attachments/file_body_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/attachments/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/attachments/response_wrapper.rb +63 -61
- data/src/com/zoho/crm/api/attachments/success_response.rb +91 -89
- data/src/com/zoho/crm/api/blue_print/action_response.rb +7 -5
- data/src/com/zoho/crm/api/blue_print/api_exception.rb +93 -91
- data/src/com/zoho/crm/api/blue_print/blue_print.rb +89 -87
- data/src/com/zoho/crm/api/blue_print/blue_print_operations.rb +56 -54
- data/src/com/zoho/crm/api/blue_print/body_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/blue_print/next_transition.rb +61 -59
- data/src/com/zoho/crm/api/blue_print/process_info.rb +187 -185
- data/src/com/zoho/crm/api/blue_print/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/blue_print/response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/blue_print/success_response.rb +91 -89
- data/src/com/zoho/crm/api/blue_print/transition.rb +187 -185
- data/src/com/zoho/crm/api/blue_print/validation_error.rb +61 -59
- data/src/com/zoho/crm/api/bulk_read/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/bulk_read/action_response.rb +7 -5
- data/src/com/zoho/crm/api/bulk_read/action_wrapper.rb +63 -61
- data/src/com/zoho/crm/api/bulk_read/api_exception.rb +95 -93
- data/src/com/zoho/crm/api/bulk_read/bulk_read_operations.rb +61 -59
- data/src/com/zoho/crm/api/bulk_read/call_back.rb +61 -59
- data/src/com/zoho/crm/api/bulk_read/criteria.rb +101 -99
- data/src/com/zoho/crm/api/bulk_read/file_body_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/bulk_read/job_detail.rb +145 -143
- data/src/com/zoho/crm/api/bulk_read/query.rb +103 -101
- data/src/com/zoho/crm/api/bulk_read/request_wrapper.rb +75 -73
- data/src/com/zoho/crm/api/bulk_read/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/bulk_read/response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/bulk_read/result.rb +103 -101
- data/src/com/zoho/crm/api/bulk_read/success_response.rb +91 -89
- data/src/com/zoho/crm/api/bulk_write/action_response.rb +7 -5
- data/src/com/zoho/crm/api/bulk_write/api_exception.rb +179 -177
- data/src/com/zoho/crm/api/bulk_write/bulk_write_operations.rb +93 -91
- data/src/com/zoho/crm/api/bulk_write/bulk_write_response.rb +161 -159
- data/src/com/zoho/crm/api/bulk_write/call_back.rb +61 -59
- data/src/com/zoho/crm/api/bulk_write/field_mapping.rb +117 -115
- data/src/com/zoho/crm/api/bulk_write/file.rb +117 -115
- data/src/com/zoho/crm/api/bulk_write/file_body_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/bulk_write/request_wrapper.rb +89 -87
- data/src/com/zoho/crm/api/bulk_write/resource.rb +145 -143
- data/src/com/zoho/crm/api/bulk_write/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/bulk_write/response_wrapper.rb +7 -5
- data/src/com/zoho/crm/api/bulk_write/result.rb +47 -45
- data/src/com/zoho/crm/api/bulk_write/success_response.rb +91 -89
- data/src/com/zoho/crm/api/contact_roles/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/contact_roles/action_response.rb +7 -5
- data/src/com/zoho/crm/api/contact_roles/action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/contact_roles/api_exception.rb +99 -97
- data/src/com/zoho/crm/api/contact_roles/body_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/contact_roles/contact_role.rb +75 -73
- data/src/com/zoho/crm/api/contact_roles/contact_role_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/contact_roles/contact_roles_operations.rb +244 -242
- data/src/com/zoho/crm/api/contact_roles/record_action_handler.rb +7 -5
- data/src/com/zoho/crm/api/contact_roles/record_action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/contact_roles/record_body_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/contact_roles/record_response_handler.rb +7 -5
- data/src/com/zoho/crm/api/contact_roles/record_response_wrapper.rb +63 -61
- data/src/com/zoho/crm/api/contact_roles/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/contact_roles/response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/contact_roles/success_response.rb +91 -89
- data/src/com/zoho/crm/api/currencies/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/currencies/action_response.rb +7 -5
- data/src/com/zoho/crm/api/currencies/action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/currencies/api_exception.rb +97 -95
- data/src/com/zoho/crm/api/currencies/base_currency_action_handler.rb +7 -5
- data/src/com/zoho/crm/api/currencies/base_currency_action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/currencies/base_currency_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/currencies/body_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/currencies/currencies_operations.rb +136 -134
- data/src/com/zoho/crm/api/currencies/currency.rb +215 -213
- data/src/com/zoho/crm/api/currencies/format.rb +75 -73
- data/src/com/zoho/crm/api/currencies/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/currencies/response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/currencies/success_response.rb +91 -89
- data/src/com/zoho/crm/api/custom_views/api_exception.rb +91 -89
- data/src/com/zoho/crm/api/custom_views/criteria.rb +101 -99
- data/src/com/zoho/crm/api/custom_views/custom_view.rb +243 -241
- data/src/com/zoho/crm/api/custom_views/custom_views_operations.rb +57 -55
- data/src/com/zoho/crm/api/custom_views/info.rb +117 -115
- data/src/com/zoho/crm/api/custom_views/range.rb +61 -59
- data/src/com/zoho/crm/api/custom_views/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/custom_views/response_wrapper.rb +63 -61
- data/src/com/zoho/crm/api/custom_views/shared_details.rb +89 -87
- data/src/com/zoho/crm/api/custom_views/translation.rb +89 -87
- data/src/com/zoho/crm/api/dc/au_datacenter.rb +16 -13
- data/src/com/zoho/crm/api/dc/cn_datacenter.rb +16 -13
- data/src/com/zoho/crm/api/dc/datacenter.rb +18 -16
- data/src/com/zoho/crm/api/dc/eu_datacenter.rb +16 -13
- data/src/com/zoho/crm/api/dc/in_datacenter.rb +16 -13
- data/src/com/zoho/crm/api/dc/us_datacenter.rb +16 -13
- data/src/com/zoho/crm/api/exception/sdk_exception.rb +40 -38
- data/src/com/zoho/crm/api/fields/api_exception.rb +91 -89
- data/src/com/zoho/crm/api/fields/association_details.rb +61 -59
- data/src/com/zoho/crm/api/fields/auto_number.rb +75 -73
- data/src/com/zoho/crm/api/fields/crypt.rb +117 -115
- data/src/com/zoho/crm/api/fields/currency.rb +61 -59
- data/src/com/zoho/crm/api/fields/field.rb +712 -710
- data/src/com/zoho/crm/api/fields/fields_operations.rb +54 -52
- data/src/com/zoho/crm/api/fields/formula.rb +61 -59
- data/src/com/zoho/crm/api/fields/lookup_field.rb +61 -59
- data/src/com/zoho/crm/api/fields/module.rb +117 -115
- data/src/com/zoho/crm/api/fields/multi_select_lookup.rb +117 -115
- data/src/com/zoho/crm/api/fields/pick_list_value.rb +131 -129
- data/src/com/zoho/crm/api/fields/private.rb +75 -73
- data/src/com/zoho/crm/api/fields/related_details.rb +103 -101
- data/src/com/zoho/crm/api/fields/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/fields/response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/fields/tool_tip.rb +61 -59
- data/src/com/zoho/crm/api/fields/unique.rb +47 -45
- data/src/com/zoho/crm/api/fields/view_type.rb +89 -87
- data/src/com/zoho/crm/api/files/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/files/action_response.rb +7 -5
- data/src/com/zoho/crm/api/files/action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/files/api_exception.rb +95 -93
- data/src/com/zoho/crm/api/files/body_wrapper.rb +46 -44
- data/src/com/zoho/crm/api/files/file_body_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/files/file_operations.rb +58 -56
- data/src/com/zoho/crm/api/files/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/files/success_response.rb +91 -89
- data/src/com/zoho/crm/api/header.rb +10 -8
- data/src/com/zoho/crm/api/header_map.rb +39 -37
- data/src/com/zoho/crm/api/initializer.rb +129 -127
- data/src/com/zoho/crm/api/layouts/api_exception.rb +91 -89
- data/src/com/zoho/crm/api/layouts/layout.rb +201 -199
- data/src/com/zoho/crm/api/layouts/layouts_operations.rb +47 -45
- data/src/com/zoho/crm/api/layouts/properties.rb +75 -73
- data/src/com/zoho/crm/api/layouts/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/layouts/response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/layouts/section.rb +173 -171
- data/src/com/zoho/crm/api/modules/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/modules/action_response.rb +7 -5
- data/src/com/zoho/crm/api/modules/action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/modules/api_exception.rb +95 -93
- data/src/com/zoho/crm/api/modules/argument.rb +61 -59
- data/src/com/zoho/crm/api/modules/body_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/modules/module.rb +652 -650
- data/src/com/zoho/crm/api/modules/modules_operations.rb +92 -90
- data/src/com/zoho/crm/api/modules/related_list_properties.rb +75 -73
- data/src/com/zoho/crm/api/modules/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/modules/response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/modules/success_response.rb +91 -89
- data/src/com/zoho/crm/api/modules/territory.rb +75 -73
- data/src/com/zoho/crm/api/notes/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/notes/action_response.rb +7 -5
- data/src/com/zoho/crm/api/notes/action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/notes/api_exception.rb +95 -93
- data/src/com/zoho/crm/api/notes/body_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/notes/info.rb +89 -87
- data/src/com/zoho/crm/api/notes/note.rb +257 -255
- data/src/com/zoho/crm/api/notes/notes_operations.rb +184 -182
- data/src/com/zoho/crm/api/notes/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/notes/response_wrapper.rb +63 -61
- data/src/com/zoho/crm/api/notes/success_response.rb +91 -89
- data/src/com/zoho/crm/api/notification/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/notification/action_response.rb +7 -5
- data/src/com/zoho/crm/api/notification/action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/notification/api_exception.rb +95 -93
- data/src/com/zoho/crm/api/notification/body_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/notification/info.rb +89 -87
- data/src/com/zoho/crm/api/notification/notification.rb +187 -185
- data/src/com/zoho/crm/api/notification/notification_operations.rb +139 -137
- data/src/com/zoho/crm/api/notification/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/notification/response_wrapper.rb +63 -61
- data/src/com/zoho/crm/api/notification/success_response.rb +91 -89
- data/src/com/zoho/crm/api/org/action_response.rb +7 -5
- data/src/com/zoho/crm/api/org/api_exception.rb +93 -91
- data/src/com/zoho/crm/api/org/file_body_wrapper.rb +46 -44
- data/src/com/zoho/crm/api/org/license_details.rb +117 -115
- data/src/com/zoho/crm/api/org/org.rb +467 -465
- data/src/com/zoho/crm/api/org/org_operations.rb +39 -37
- data/src/com/zoho/crm/api/org/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/org/response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/org/success_response.rb +91 -89
- data/src/com/zoho/crm/api/param.rb +10 -8
- data/src/com/zoho/crm/api/parameter_map.rb +39 -37
- data/src/com/zoho/crm/api/profiles/api_exception.rb +91 -89
- data/src/com/zoho/crm/api/profiles/category.rb +75 -73
- data/src/com/zoho/crm/api/profiles/permission_detail.rb +103 -101
- data/src/com/zoho/crm/api/profiles/profile.rb +215 -213
- data/src/com/zoho/crm/api/profiles/profiles_operations.rb +47 -45
- data/src/com/zoho/crm/api/profiles/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/profiles/response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/profiles/section.rb +61 -59
- data/src/com/zoho/crm/api/query/api_exception.rb +91 -89
- data/src/com/zoho/crm/api/query/body_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/query/query_operations.rb +26 -24
- data/src/com/zoho/crm/api/query/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/query/response_wrapper.rb +63 -61
- data/src/com/zoho/crm/api/record/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/record/action_response.rb +7 -5
- data/src/com/zoho/crm/api/record/action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/record/api_exception.rb +113 -111
- data/src/com/zoho/crm/api/record/body_wrapper.rb +117 -115
- data/src/com/zoho/crm/api/record/carry_over_tags.rb +75 -73
- data/src/com/zoho/crm/api/record/comment.rb +89 -87
- data/src/com/zoho/crm/api/record/consent.rb +130 -128
- data/src/com/zoho/crm/api/record/convert_action_handler.rb +7 -5
- data/src/com/zoho/crm/api/record/convert_action_response.rb +7 -5
- data/src/com/zoho/crm/api/record/convert_action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/record/convert_body_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/record/criteria.rb +101 -99
- data/src/com/zoho/crm/api/record/deleted_record.rb +117 -115
- data/src/com/zoho/crm/api/record/deleted_records_handler.rb +7 -5
- data/src/com/zoho/crm/api/record/deleted_records_wrapper.rb +63 -61
- data/src/com/zoho/crm/api/record/download_handler.rb +7 -5
- data/src/com/zoho/crm/api/record/field.rb +2055 -2053
- data/src/com/zoho/crm/api/record/file_body_wrapper.rb +50 -48
- data/src/com/zoho/crm/api/record/file_details.rb +243 -241
- data/src/com/zoho/crm/api/record/file_handler.rb +7 -5
- data/src/com/zoho/crm/api/record/info.rb +89 -87
- data/src/com/zoho/crm/api/record/inventory_line_items.rb +166 -164
- data/src/com/zoho/crm/api/record/lead_converter.rb +145 -143
- data/src/com/zoho/crm/api/record/line_item_product.rb +45 -43
- data/src/com/zoho/crm/api/record/line_tax.rb +89 -87
- data/src/com/zoho/crm/api/record/mass_update.rb +105 -103
- data/src/com/zoho/crm/api/record/mass_update_action_handler.rb +7 -5
- data/src/com/zoho/crm/api/record/mass_update_action_response.rb +7 -5
- data/src/com/zoho/crm/api/record/mass_update_action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/record/mass_update_body_wrapper.rb +117 -115
- data/src/com/zoho/crm/api/record/mass_update_response.rb +7 -5
- data/src/com/zoho/crm/api/record/mass_update_response_handler.rb +7 -5
- data/src/com/zoho/crm/api/record/mass_update_response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/record/mass_update_success_response.rb +91 -89
- data/src/com/zoho/crm/api/record/options.rb +7 -5
- data/src/com/zoho/crm/api/record/participants.rb +82 -80
- data/src/com/zoho/crm/api/record/pricing_details.rb +45 -43
- data/src/com/zoho/crm/api/record/record.rb +139 -137
- data/src/com/zoho/crm/api/record/record_operations.rb +947 -939
- data/src/com/zoho/crm/api/record/recurring_activity.rb +47 -45
- data/src/com/zoho/crm/api/record/remind_at.rb +47 -45
- data/src/com/zoho/crm/api/record/reminder.rb +61 -59
- data/src/com/zoho/crm/api/record/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/record/response_wrapper.rb +63 -61
- data/src/com/zoho/crm/api/record/success_response.rb +121 -119
- data/src/com/zoho/crm/api/record/successful_convert.rb +77 -75
- data/src/com/zoho/crm/api/record/territory.rb +61 -59
- data/src/com/zoho/crm/api/related_lists/api_exception.rb +91 -89
- data/src/com/zoho/crm/api/related_lists/related_list.rb +187 -185
- data/src/com/zoho/crm/api/related_lists/related_lists_operations.rb +47 -45
- data/src/com/zoho/crm/api/related_lists/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/related_lists/response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/related_records/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/related_records/action_response.rb +7 -5
- data/src/com/zoho/crm/api/related_records/action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/related_records/api_exception.rb +95 -93
- data/src/com/zoho/crm/api/related_records/body_wrapper.rb +46 -44
- data/src/com/zoho/crm/api/related_records/file_body_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/related_records/related_records_operations.rb +460 -458
- data/src/com/zoho/crm/api/related_records/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/related_records/response_wrapper.rb +63 -61
- data/src/com/zoho/crm/api/related_records/success_response.rb +91 -89
- data/src/com/zoho/crm/api/request_proxy.rb +12 -10
- data/src/com/zoho/crm/api/roles/api_exception.rb +91 -89
- data/src/com/zoho/crm/api/roles/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/roles/response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/roles/role.rb +145 -143
- data/src/com/zoho/crm/api/roles/roles_operations.rb +37 -35
- data/src/com/zoho/crm/api/sdk_config.rb +12 -9
- data/src/com/zoho/crm/api/share_records/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/share_records/action_response.rb +7 -5
- data/src/com/zoho/crm/api/share_records/action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/share_records/api_exception.rb +99 -97
- data/src/com/zoho/crm/api/share_records/body_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/share_records/delete_action_handler.rb +7 -5
- data/src/com/zoho/crm/api/share_records/delete_action_response.rb +7 -5
- data/src/com/zoho/crm/api/share_records/delete_action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/share_records/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/share_records/response_wrapper.rb +63 -61
- data/src/com/zoho/crm/api/share_records/share_record.rb +117 -115
- data/src/com/zoho/crm/api/share_records/share_records_operations.rb +109 -107
- data/src/com/zoho/crm/api/share_records/shared_through.rb +75 -73
- data/src/com/zoho/crm/api/share_records/success_response.rb +93 -91
- data/src/com/zoho/crm/api/tags/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/tags/action_response.rb +7 -5
- data/src/com/zoho/crm/api/tags/action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/tags/api_exception.rb +101 -99
- data/src/com/zoho/crm/api/tags/body_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/tags/conflict_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/tags/count_handler.rb +7 -5
- data/src/com/zoho/crm/api/tags/count_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/tags/info.rb +61 -59
- data/src/com/zoho/crm/api/tags/merge_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/tags/record_action_handler.rb +7 -5
- data/src/com/zoho/crm/api/tags/record_action_response.rb +7 -5
- data/src/com/zoho/crm/api/tags/record_action_wrapper.rb +91 -89
- data/src/com/zoho/crm/api/tags/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/tags/response_wrapper.rb +63 -61
- data/src/com/zoho/crm/api/tags/success_response.rb +93 -91
- data/src/com/zoho/crm/api/tags/tag.rb +117 -115
- data/src/com/zoho/crm/api/tags/tags_operations.rb +338 -336
- data/src/com/zoho/crm/api/taxes/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/taxes/action_response.rb +7 -5
- data/src/com/zoho/crm/api/taxes/action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/taxes/api_exception.rb +95 -93
- data/src/com/zoho/crm/api/taxes/body_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/taxes/preference.rb +61 -59
- data/src/com/zoho/crm/api/taxes/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/taxes/response_wrapper.rb +63 -61
- data/src/com/zoho/crm/api/taxes/success_response.rb +91 -89
- data/src/com/zoho/crm/api/taxes/tax.rb +103 -101
- data/src/com/zoho/crm/api/taxes/taxes_operations.rb +114 -112
- data/src/com/zoho/crm/api/territories/api_exception.rb +91 -89
- data/src/com/zoho/crm/api/territories/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/territories/response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/territories/territories_operations.rb +37 -35
- data/src/com/zoho/crm/api/territories/territory.rb +173 -171
- data/src/com/zoho/crm/api/user_signature.rb +19 -17
- data/src/com/zoho/crm/api/users/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/users/action_response.rb +7 -5
- data/src/com/zoho/crm/api/users/action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/users/api_exception.rb +95 -93
- data/src/com/zoho/crm/api/users/body_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/users/customize_info.rb +117 -115
- data/src/com/zoho/crm/api/users/info.rb +89 -87
- data/src/com/zoho/crm/api/users/request_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/users/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/users/response_wrapper.rb +63 -61
- data/src/com/zoho/crm/api/users/shift.rb +61 -59
- data/src/com/zoho/crm/api/users/success_response.rb +91 -89
- data/src/com/zoho/crm/api/users/tab_theme.rb +61 -59
- data/src/com/zoho/crm/api/users/territory.rb +75 -73
- data/src/com/zoho/crm/api/users/theme.rb +117 -115
- data/src/com/zoho/crm/api/users/user.rb +489 -487
- data/src/com/zoho/crm/api/users/users_operations.rb +152 -150
- data/src/com/zoho/crm/api/util/api_http_connector.rb +85 -83
- data/src/com/zoho/crm/api/util/api_response.rb +16 -14
- data/src/com/zoho/crm/api/util/choice.rb +8 -6
- data/src/com/zoho/crm/api/util/common_api_handler.rb +162 -157
- data/src/com/zoho/crm/api/util/constants.rb +335 -331
- data/src/com/zoho/crm/api/util/converter.rb +167 -165
- data/src/com/zoho/crm/api/util/data_type_converter.rb +127 -125
- data/src/com/zoho/crm/api/util/downloader.rb +60 -57
- data/src/com/zoho/crm/api/util/form_data_converter.rb +118 -115
- data/src/com/zoho/crm/api/util/header_param_validator.rb +47 -45
- data/src/com/zoho/crm/api/util/json_converter.rb +535 -530
- data/src/com/zoho/crm/api/util/model.rb +6 -4
- data/src/com/zoho/crm/api/util/module_fields_handler.rb +61 -59
- data/src/com/zoho/crm/api/util/stream_wrapper.rb +27 -25
- data/src/com/zoho/crm/api/util/utility.rb +680 -668
- data/src/com/zoho/crm/api/variable_groups/api_exception.rb +91 -89
- data/src/com/zoho/crm/api/variable_groups/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/variable_groups/response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/variable_groups/variable_group.rb +103 -101
- data/src/com/zoho/crm/api/variable_groups/variable_groups_operations.rb +54 -52
- data/src/com/zoho/crm/api/variables/action_handler.rb +7 -5
- data/src/com/zoho/crm/api/variables/action_response.rb +7 -5
- data/src/com/zoho/crm/api/variables/action_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/variables/api_exception.rb +95 -93
- data/src/com/zoho/crm/api/variables/body_wrapper.rb +47 -45
- data/src/com/zoho/crm/api/variables/response_handler.rb +7 -5
- data/src/com/zoho/crm/api/variables/response_wrapper.rb +48 -46
- data/src/com/zoho/crm/api/variables/success_response.rb +91 -89
- data/src/com/zoho/crm/api/variables/variable.rb +129 -127
- data/src/com/zoho/crm/api/variables/variables_operations.rb +231 -229
- data/src/resources/JSONDetails.json +1 -1
- data/src/version.rb +2 -2
- metadata +4 -4
@@ -1,61 +1,63 @@
|
|
1
1
|
require_relative '../util/model'
|
2
2
|
|
3
|
-
module
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
# The method to get the contact_role
|
14
|
-
# @return A String value
|
15
|
-
|
16
|
-
def contact_role
|
17
|
-
@contact_role
|
18
|
-
end
|
3
|
+
module ZOHOCRMSDK
|
4
|
+
module ContactRoles
|
5
|
+
class ContactRoleWrapper
|
6
|
+
include Util::Model
|
7
|
+
|
8
|
+
# Creates an instance of ContactRoleWrapper
|
9
|
+
def initialize
|
10
|
+
@contact_role = nil
|
11
|
+
@key_modified = Hash.new
|
12
|
+
end
|
19
13
|
|
20
|
-
|
21
|
-
|
14
|
+
# The method to get the contact_role
|
15
|
+
# @return A String value
|
22
16
|
|
23
|
-
|
24
|
-
|
25
|
-
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: contact_role EXPECTED TYPE: String', nil, nil)
|
17
|
+
def contact_role
|
18
|
+
@contact_role
|
26
19
|
end
|
27
|
-
@contact_role = contact_role
|
28
|
-
@key_modified['Contact_Role'] = 1
|
29
|
-
end
|
30
20
|
|
31
|
-
|
32
|
-
|
33
|
-
# @return A Integer value
|
21
|
+
# The method to set the value to contact_role
|
22
|
+
# @param contact_role [String] A String
|
34
23
|
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
24
|
+
def contact_role=(contact_role)
|
25
|
+
if contact_role!=nil and !contact_role.is_a? String
|
26
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: contact_role EXPECTED TYPE: String', nil, nil)
|
27
|
+
end
|
28
|
+
@contact_role = contact_role
|
29
|
+
@key_modified['Contact_Role'] = 1
|
41
30
|
end
|
42
31
|
|
43
|
-
|
44
|
-
|
32
|
+
# The method to check if the user has modified the given key
|
33
|
+
# @param key [String] A String
|
34
|
+
# @return A Integer value
|
45
35
|
|
46
|
-
|
47
|
-
|
48
|
-
|
36
|
+
def is_key_modified(key)
|
37
|
+
if key!=nil and !key.is_a? String
|
38
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: key EXPECTED TYPE: String', nil, nil)
|
39
|
+
end
|
40
|
+
if @key_modified.key?(key)
|
41
|
+
return @key_modified[key]
|
42
|
+
end
|
49
43
|
|
50
|
-
|
51
|
-
if key!=nil and !key.is_a? String
|
52
|
-
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: key EXPECTED TYPE: String', nil, nil)
|
44
|
+
nil
|
53
45
|
end
|
54
|
-
|
55
|
-
|
46
|
+
|
47
|
+
# The method to mark the given key as modified
|
48
|
+
# @param key [String] A String
|
49
|
+
# @param modification [Integer] A Integer
|
50
|
+
|
51
|
+
def set_key_modified(key, modification)
|
52
|
+
if key!=nil and !key.is_a? String
|
53
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: key EXPECTED TYPE: String', nil, nil)
|
54
|
+
end
|
55
|
+
if modification!=nil and !modification.is_a? Integer
|
56
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: modification EXPECTED TYPE: Integer', nil, nil)
|
57
|
+
end
|
58
|
+
@key_modified[key] = modification
|
56
59
|
end
|
57
|
-
@key_modified[key] = modification
|
58
|
-
end
|
59
60
|
|
61
|
+
end
|
60
62
|
end
|
61
63
|
end
|
@@ -6,274 +6,276 @@ require_relative '../util/common_api_handler'
|
|
6
6
|
require_relative '../util/utility'
|
7
7
|
require_relative '../util/constants'
|
8
8
|
|
9
|
-
module
|
10
|
-
|
9
|
+
module ZOHOCRMSDK
|
10
|
+
module ContactRoles
|
11
|
+
class ContactRolesOperations
|
11
12
|
|
12
|
-
|
13
|
-
|
14
|
-
end
|
15
|
-
|
16
|
-
# The method to get contact roles
|
17
|
-
# @return An instance of APIResponse
|
18
|
-
# @raise SDKException
|
19
|
-
def get_contact_roles
|
20
|
-
handler_instance = Handler::CommonAPIHandler.new
|
21
|
-
api_path = ''
|
22
|
-
api_path = api_path + '/crm/v2/Contacts/roles'
|
23
|
-
handler_instance.api_path = api_path
|
24
|
-
handler_instance.http_method = Constants::REQUEST_METHOD_GET
|
25
|
-
handler_instance.category_method = 'READ'
|
26
|
-
require_relative 'response_handler'
|
27
|
-
handler_instance.api_call(ResponseHandler.name, 'application/json')
|
28
|
-
end
|
29
|
-
|
30
|
-
# The method to create contact roles
|
31
|
-
# @param request [BodyWrapper] An instance of BodyWrapper
|
32
|
-
# @return An instance of APIResponse
|
33
|
-
# @raise SDKException
|
34
|
-
def create_contact_roles(request)
|
35
|
-
if request!=nil and !request.is_a? BodyWrapper
|
36
|
-
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: request EXPECTED TYPE: BodyWrapper', nil, nil)
|
13
|
+
# Creates an instance of ContactRolesOperations
|
14
|
+
def initialize
|
37
15
|
end
|
38
|
-
handler_instance = Handler::CommonAPIHandler.new
|
39
|
-
api_path = ''
|
40
|
-
api_path = api_path + '/crm/v2/Contacts/roles'
|
41
|
-
handler_instance.api_path = api_path
|
42
|
-
handler_instance.http_method = Constants::REQUEST_METHOD_POST
|
43
|
-
handler_instance.category_method = 'CREATE'
|
44
|
-
handler_instance.content_type = 'application/json'
|
45
|
-
handler_instance.request = request
|
46
|
-
handler_instance.mandatory_checker = true
|
47
|
-
require_relative 'action_handler'
|
48
|
-
handler_instance.api_call(ActionHandler.name, 'application/json')
|
49
|
-
end
|
50
16
|
|
51
|
-
|
52
|
-
|
53
|
-
# @
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
17
|
+
# The method to get contact roles
|
18
|
+
# @return An instance of APIResponse
|
19
|
+
# @raise SDKException
|
20
|
+
def get_contact_roles
|
21
|
+
handler_instance = Handler::CommonAPIHandler.new
|
22
|
+
api_path = ''
|
23
|
+
api_path = api_path + '/crm/v2/Contacts/roles'
|
24
|
+
handler_instance.api_path = api_path
|
25
|
+
handler_instance.http_method = Constants::REQUEST_METHOD_GET
|
26
|
+
handler_instance.category_method = 'READ'
|
27
|
+
require_relative 'response_handler'
|
28
|
+
handler_instance.api_call(ResponseHandler.name, 'application/json')
|
58
29
|
end
|
59
|
-
handler_instance = Handler::CommonAPIHandler.new
|
60
|
-
api_path = ''
|
61
|
-
api_path = api_path + '/crm/v2/Contacts/roles'
|
62
|
-
handler_instance.api_path = api_path
|
63
|
-
handler_instance.http_method = Constants::REQUEST_METHOD_PUT
|
64
|
-
handler_instance.category_method = 'UPDATE'
|
65
|
-
handler_instance.content_type = 'application/json'
|
66
|
-
handler_instance.request = request
|
67
|
-
handler_instance.mandatory_checker = true
|
68
|
-
require_relative 'action_handler'
|
69
|
-
handler_instance.api_call(ActionHandler.name, 'application/json')
|
70
|
-
end
|
71
30
|
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
31
|
+
# The method to create contact roles
|
32
|
+
# @param request [BodyWrapper] An instance of BodyWrapper
|
33
|
+
# @return An instance of APIResponse
|
34
|
+
# @raise SDKException
|
35
|
+
def create_contact_roles(request)
|
36
|
+
if request!=nil and !request.is_a? BodyWrapper
|
37
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: request EXPECTED TYPE: BodyWrapper', nil, nil)
|
38
|
+
end
|
39
|
+
handler_instance = Handler::CommonAPIHandler.new
|
40
|
+
api_path = ''
|
41
|
+
api_path = api_path + '/crm/v2/Contacts/roles'
|
42
|
+
handler_instance.api_path = api_path
|
43
|
+
handler_instance.http_method = Constants::REQUEST_METHOD_POST
|
44
|
+
handler_instance.category_method = 'CREATE'
|
45
|
+
handler_instance.content_type = 'application/json'
|
46
|
+
handler_instance.request = request
|
47
|
+
handler_instance.mandatory_checker = true
|
48
|
+
require_relative 'action_handler'
|
49
|
+
handler_instance.api_call(ActionHandler.name, 'application/json')
|
79
50
|
end
|
80
|
-
handler_instance = Handler::CommonAPIHandler.new
|
81
|
-
api_path = ''
|
82
|
-
api_path = api_path + '/crm/v2/Contacts/roles'
|
83
|
-
handler_instance.api_path = api_path
|
84
|
-
handler_instance.http_method = Constants::REQUEST_METHOD_DELETE
|
85
|
-
handler_instance.category_method = Constants::REQUEST_METHOD_DELETE
|
86
|
-
handler_instance.param = param_instance
|
87
|
-
require_relative 'action_handler'
|
88
|
-
handler_instance.api_call(ActionHandler.name, 'application/json')
|
89
|
-
end
|
90
51
|
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
52
|
+
# The method to update contact roles
|
53
|
+
# @param request [BodyWrapper] An instance of BodyWrapper
|
54
|
+
# @return An instance of APIResponse
|
55
|
+
# @raise SDKException
|
56
|
+
def update_contact_roles(request)
|
57
|
+
if request!=nil and !request.is_a? BodyWrapper
|
58
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: request EXPECTED TYPE: BodyWrapper', nil, nil)
|
59
|
+
end
|
60
|
+
handler_instance = Handler::CommonAPIHandler.new
|
61
|
+
api_path = ''
|
62
|
+
api_path = api_path + '/crm/v2/Contacts/roles'
|
63
|
+
handler_instance.api_path = api_path
|
64
|
+
handler_instance.http_method = Constants::REQUEST_METHOD_PUT
|
65
|
+
handler_instance.category_method = 'UPDATE'
|
66
|
+
handler_instance.content_type = 'application/json'
|
67
|
+
handler_instance.request = request
|
68
|
+
handler_instance.mandatory_checker = true
|
69
|
+
require_relative 'action_handler'
|
70
|
+
handler_instance.api_call(ActionHandler.name, 'application/json')
|
98
71
|
end
|
99
|
-
handler_instance = Handler::CommonAPIHandler.new
|
100
|
-
api_path = ''
|
101
|
-
api_path = api_path + '/crm/v2/Contacts/roles/'
|
102
|
-
api_path = api_path + id.to_s
|
103
|
-
handler_instance.api_path = api_path
|
104
|
-
handler_instance.http_method = Constants::REQUEST_METHOD_GET
|
105
|
-
handler_instance.category_method = 'READ'
|
106
|
-
require_relative 'response_handler'
|
107
|
-
handler_instance.api_call(ResponseHandler.name, 'application/json')
|
108
|
-
end
|
109
72
|
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
# @
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
73
|
+
# The method to delete contact roles
|
74
|
+
# @param param_instance [ParameterMap] An instance of ParameterMap
|
75
|
+
# @return An instance of APIResponse
|
76
|
+
# @raise SDKException
|
77
|
+
def delete_contact_roles(param_instance=nil)
|
78
|
+
if param_instance!=nil and !param_instance.is_a? ParameterMap
|
79
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: param_instance EXPECTED TYPE: ParameterMap', nil, nil)
|
80
|
+
end
|
81
|
+
handler_instance = Handler::CommonAPIHandler.new
|
82
|
+
api_path = ''
|
83
|
+
api_path = api_path + '/crm/v2/Contacts/roles'
|
84
|
+
handler_instance.api_path = api_path
|
85
|
+
handler_instance.http_method = Constants::REQUEST_METHOD_DELETE
|
86
|
+
handler_instance.category_method = Constants::REQUEST_METHOD_DELETE
|
87
|
+
handler_instance.param = param_instance
|
88
|
+
require_relative 'action_handler'
|
89
|
+
handler_instance.api_call(ActionHandler.name, 'application/json')
|
121
90
|
end
|
122
|
-
handler_instance = Handler::CommonAPIHandler.new
|
123
|
-
api_path = ''
|
124
|
-
api_path = api_path + '/crm/v2/Contacts/roles/'
|
125
|
-
api_path = api_path + id.to_s
|
126
|
-
handler_instance.api_path = api_path
|
127
|
-
handler_instance.http_method = Constants::REQUEST_METHOD_PUT
|
128
|
-
handler_instance.category_method = 'UPDATE'
|
129
|
-
handler_instance.content_type = 'application/json'
|
130
|
-
handler_instance.request = request
|
131
|
-
require_relative 'action_handler'
|
132
|
-
handler_instance.api_call(ActionHandler.name, 'application/json')
|
133
|
-
end
|
134
91
|
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
92
|
+
# The method to get contact role
|
93
|
+
# @param id [Integer] A Integer
|
94
|
+
# @return An instance of APIResponse
|
95
|
+
# @raise SDKException
|
96
|
+
def get_contact_role(id)
|
97
|
+
if !id.is_a? Integer
|
98
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: id EXPECTED TYPE: Integer', nil, nil)
|
99
|
+
end
|
100
|
+
handler_instance = Handler::CommonAPIHandler.new
|
101
|
+
api_path = ''
|
102
|
+
api_path = api_path + '/crm/v2/Contacts/roles/'
|
103
|
+
api_path = api_path + id.to_s
|
104
|
+
handler_instance.api_path = api_path
|
105
|
+
handler_instance.http_method = Constants::REQUEST_METHOD_GET
|
106
|
+
handler_instance.category_method = 'READ'
|
107
|
+
require_relative 'response_handler'
|
108
|
+
handler_instance.api_call(ResponseHandler.name, 'application/json')
|
142
109
|
end
|
143
|
-
handler_instance = Handler::CommonAPIHandler.new
|
144
|
-
api_path = ''
|
145
|
-
api_path = api_path + '/crm/v2/Contacts/roles/'
|
146
|
-
api_path = api_path + id.to_s
|
147
|
-
handler_instance.api_path = api_path
|
148
|
-
handler_instance.http_method = Constants::REQUEST_METHOD_DELETE
|
149
|
-
handler_instance.category_method = Constants::REQUEST_METHOD_DELETE
|
150
|
-
require_relative 'action_handler'
|
151
|
-
handler_instance.api_call(ActionHandler.name, 'application/json')
|
152
|
-
end
|
153
110
|
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
111
|
+
# The method to update contact role
|
112
|
+
# @param id [Integer] A Integer
|
113
|
+
# @param request [BodyWrapper] An instance of BodyWrapper
|
114
|
+
# @return An instance of APIResponse
|
115
|
+
# @raise SDKException
|
116
|
+
def update_contact_role(id, request)
|
117
|
+
if !id.is_a? Integer
|
118
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: id EXPECTED TYPE: Integer', nil, nil)
|
119
|
+
end
|
120
|
+
if request!=nil and !request.is_a? BodyWrapper
|
121
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: request EXPECTED TYPE: BodyWrapper', nil, nil)
|
122
|
+
end
|
123
|
+
handler_instance = Handler::CommonAPIHandler.new
|
124
|
+
api_path = ''
|
125
|
+
api_path = api_path + '/crm/v2/Contacts/roles/'
|
126
|
+
api_path = api_path + id.to_s
|
127
|
+
handler_instance.api_path = api_path
|
128
|
+
handler_instance.http_method = Constants::REQUEST_METHOD_PUT
|
129
|
+
handler_instance.category_method = 'UPDATE'
|
130
|
+
handler_instance.content_type = 'application/json'
|
131
|
+
handler_instance.request = request
|
132
|
+
require_relative 'action_handler'
|
133
|
+
handler_instance.api_call(ActionHandler.name, 'application/json')
|
165
134
|
end
|
166
|
-
handler_instance = Handler::CommonAPIHandler.new
|
167
|
-
api_path = ''
|
168
|
-
api_path = api_path + '/crm/v2/Deals/'
|
169
|
-
api_path = api_path + deal_id.to_s
|
170
|
-
api_path = api_path + '/Contact_Roles'
|
171
|
-
handler_instance.api_path = api_path
|
172
|
-
handler_instance.http_method = Constants::REQUEST_METHOD_GET
|
173
|
-
handler_instance.category_method = 'READ'
|
174
|
-
handler_instance.param = param_instance
|
175
|
-
Util::Utility.get_fields("Contacts")
|
176
|
-
handler_instance.module_api_name = "Contacts"
|
177
|
-
require_relative 'record_response_handler'
|
178
|
-
handler_instance.api_call(RecordResponseHandler.name, 'application/json')
|
179
|
-
end
|
180
135
|
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
# @
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
136
|
+
# The method to delete contact role
|
137
|
+
# @param id [Integer] A Integer
|
138
|
+
# @return An instance of APIResponse
|
139
|
+
# @raise SDKException
|
140
|
+
def delete_contact_role(id)
|
141
|
+
if !id.is_a? Integer
|
142
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: id EXPECTED TYPE: Integer', nil, nil)
|
143
|
+
end
|
144
|
+
handler_instance = Handler::CommonAPIHandler.new
|
145
|
+
api_path = ''
|
146
|
+
api_path = api_path + '/crm/v2/Contacts/roles/'
|
147
|
+
api_path = api_path + id.to_s
|
148
|
+
handler_instance.api_path = api_path
|
149
|
+
handler_instance.http_method = Constants::REQUEST_METHOD_DELETE
|
150
|
+
handler_instance.category_method = Constants::REQUEST_METHOD_DELETE
|
151
|
+
require_relative 'action_handler'
|
152
|
+
handler_instance.api_call(ActionHandler.name, 'application/json')
|
192
153
|
end
|
193
|
-
handler_instance = Handler::CommonAPIHandler.new
|
194
|
-
api_path = ''
|
195
|
-
api_path = api_path + '/crm/v2/Deals/'
|
196
|
-
api_path = api_path + deal_id.to_s
|
197
|
-
api_path = api_path + '/Contact_Roles/'
|
198
|
-
api_path = api_path + contact_id.to_s
|
199
|
-
handler_instance.api_path = api_path
|
200
|
-
handler_instance.http_method = Constants::REQUEST_METHOD_GET
|
201
|
-
handler_instance.category_method = 'READ'
|
202
|
-
Util::Utility.get_fields("Contacts")
|
203
|
-
handler_instance.module_api_name = "Contacts"
|
204
|
-
require_relative 'record_response_handler'
|
205
|
-
handler_instance.api_call(RecordResponseHandler.name, 'application/json')
|
206
|
-
end
|
207
154
|
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
# @
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
155
|
+
# The method to get all contact roles of deal
|
156
|
+
# @param deal_id [Integer] A Integer
|
157
|
+
# @param param_instance [ParameterMap] An instance of ParameterMap
|
158
|
+
# @return An instance of APIResponse
|
159
|
+
# @raise SDKException
|
160
|
+
def get_all_contact_roles_of_deal(deal_id, param_instance=nil)
|
161
|
+
if !deal_id.is_a? Integer
|
162
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: deal_id EXPECTED TYPE: Integer', nil, nil)
|
163
|
+
end
|
164
|
+
if param_instance!=nil and !param_instance.is_a? ParameterMap
|
165
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: param_instance EXPECTED TYPE: ParameterMap', nil, nil)
|
166
|
+
end
|
167
|
+
handler_instance = Handler::CommonAPIHandler.new
|
168
|
+
api_path = ''
|
169
|
+
api_path = api_path + '/crm/v2/Deals/'
|
170
|
+
api_path = api_path + deal_id.to_s
|
171
|
+
api_path = api_path + '/Contact_Roles'
|
172
|
+
handler_instance.api_path = api_path
|
173
|
+
handler_instance.http_method = Constants::REQUEST_METHOD_GET
|
174
|
+
handler_instance.category_method = 'READ'
|
175
|
+
handler_instance.param = param_instance
|
176
|
+
handler_instance.module_api_name = "Contacts"
|
177
|
+
Util::Utility.get_fields("Contacts", handler_instance)
|
178
|
+
require_relative 'record_response_handler'
|
179
|
+
handler_instance.api_call(RecordResponseHandler.name, 'application/json')
|
217
180
|
end
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
181
|
+
|
182
|
+
# The method to get contact role of deal
|
183
|
+
# @param contact_id [Integer] A Integer
|
184
|
+
# @param deal_id [Integer] A Integer
|
185
|
+
# @return An instance of APIResponse
|
186
|
+
# @raise SDKException
|
187
|
+
def get_contact_role_of_deal(contact_id, deal_id)
|
188
|
+
if !contact_id.is_a? Integer
|
189
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: contact_id EXPECTED TYPE: Integer', nil, nil)
|
190
|
+
end
|
191
|
+
if !deal_id.is_a? Integer
|
192
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: deal_id EXPECTED TYPE: Integer', nil, nil)
|
193
|
+
end
|
194
|
+
handler_instance = Handler::CommonAPIHandler.new
|
195
|
+
api_path = ''
|
196
|
+
api_path = api_path + '/crm/v2/Deals/'
|
197
|
+
api_path = api_path + deal_id.to_s
|
198
|
+
api_path = api_path + '/Contact_Roles/'
|
199
|
+
api_path = api_path + contact_id.to_s
|
200
|
+
handler_instance.api_path = api_path
|
201
|
+
handler_instance.http_method = Constants::REQUEST_METHOD_GET
|
202
|
+
handler_instance.category_method = 'READ'
|
203
|
+
handler_instance.module_api_name = "Contacts"
|
204
|
+
Util::Utility.get_fields("Contacts", handler_instance)
|
205
|
+
require_relative 'record_response_handler'
|
206
|
+
handler_instance.api_call(RecordResponseHandler.name, 'application/json')
|
223
207
|
end
|
224
|
-
handler_instance = Handler::CommonAPIHandler.new
|
225
|
-
api_path = ''
|
226
|
-
api_path = api_path + '/crm/v2/Deals/'
|
227
|
-
api_path = api_path + deal_id.to_s
|
228
|
-
api_path = api_path + '/Contact_Roles/'
|
229
|
-
api_path = api_path + contact_id.to_s
|
230
|
-
handler_instance.api_path = api_path
|
231
|
-
handler_instance.http_method = Constants::REQUEST_METHOD_PUT
|
232
|
-
handler_instance.category_method = 'UPDATE'
|
233
|
-
handler_instance.content_type = 'application/json'
|
234
|
-
handler_instance.request = request
|
235
|
-
require_relative 'record_action_handler'
|
236
|
-
handler_instance.api_call(RecordActionHandler.name, 'application/json')
|
237
|
-
end
|
238
208
|
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
209
|
+
# The method to add contact role to deal
|
210
|
+
# @param contact_id [Integer] A Integer
|
211
|
+
# @param deal_id [Integer] A Integer
|
212
|
+
# @param request [RecordBodyWrapper] An instance of RecordBodyWrapper
|
213
|
+
# @return An instance of APIResponse
|
214
|
+
# @raise SDKException
|
215
|
+
def add_contact_role_to_deal(contact_id, deal_id, request)
|
216
|
+
if !contact_id.is_a? Integer
|
217
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: contact_id EXPECTED TYPE: Integer', nil, nil)
|
218
|
+
end
|
219
|
+
if !deal_id.is_a? Integer
|
220
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: deal_id EXPECTED TYPE: Integer', nil, nil)
|
221
|
+
end
|
222
|
+
if request!=nil and !request.is_a? RecordBodyWrapper
|
223
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: request EXPECTED TYPE: RecordBodyWrapper', nil, nil)
|
224
|
+
end
|
225
|
+
handler_instance = Handler::CommonAPIHandler.new
|
226
|
+
api_path = ''
|
227
|
+
api_path = api_path + '/crm/v2/Deals/'
|
228
|
+
api_path = api_path + deal_id.to_s
|
229
|
+
api_path = api_path + '/Contact_Roles/'
|
230
|
+
api_path = api_path + contact_id.to_s
|
231
|
+
handler_instance.api_path = api_path
|
232
|
+
handler_instance.http_method = Constants::REQUEST_METHOD_PUT
|
233
|
+
handler_instance.category_method = 'UPDATE'
|
234
|
+
handler_instance.content_type = 'application/json'
|
235
|
+
handler_instance.request = request
|
236
|
+
require_relative 'record_action_handler'
|
237
|
+
handler_instance.api_call(RecordActionHandler.name, 'application/json')
|
247
238
|
end
|
248
|
-
|
249
|
-
|
239
|
+
|
240
|
+
# The method to remove contact role from deal
|
241
|
+
# @param contact_id [Integer] A Integer
|
242
|
+
# @param deal_id [Integer] A Integer
|
243
|
+
# @return An instance of APIResponse
|
244
|
+
# @raise SDKException
|
245
|
+
def remove_contact_role_from_deal(contact_id, deal_id)
|
246
|
+
if !contact_id.is_a? Integer
|
247
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: contact_id EXPECTED TYPE: Integer', nil, nil)
|
248
|
+
end
|
249
|
+
if !deal_id.is_a? Integer
|
250
|
+
raise SDKException.new(Constants::DATA_TYPE_ERROR, 'KEY: deal_id EXPECTED TYPE: Integer', nil, nil)
|
251
|
+
end
|
252
|
+
handler_instance = Handler::CommonAPIHandler.new
|
253
|
+
api_path = ''
|
254
|
+
api_path = api_path + '/crm/v2/Deals/'
|
255
|
+
api_path = api_path + deal_id.to_s
|
256
|
+
api_path = api_path + '/Contact_Roles/'
|
257
|
+
api_path = api_path + contact_id.to_s
|
258
|
+
handler_instance.api_path = api_path
|
259
|
+
handler_instance.http_method = Constants::REQUEST_METHOD_DELETE
|
260
|
+
handler_instance.category_method = Constants::REQUEST_METHOD_DELETE
|
261
|
+
require_relative 'record_action_handler'
|
262
|
+
handler_instance.api_call(RecordActionHandler.name, 'application/json')
|
250
263
|
end
|
251
|
-
handler_instance = Handler::CommonAPIHandler.new
|
252
|
-
api_path = ''
|
253
|
-
api_path = api_path + '/crm/v2/Deals/'
|
254
|
-
api_path = api_path + deal_id.to_s
|
255
|
-
api_path = api_path + '/Contact_Roles/'
|
256
|
-
api_path = api_path + contact_id.to_s
|
257
|
-
handler_instance.api_path = api_path
|
258
|
-
handler_instance.http_method = Constants::REQUEST_METHOD_DELETE
|
259
|
-
handler_instance.category_method = Constants::REQUEST_METHOD_DELETE
|
260
|
-
require_relative 'record_action_handler'
|
261
|
-
handler_instance.api_call(RecordActionHandler.name, 'application/json')
|
262
|
-
end
|
263
264
|
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
265
|
+
class DeleteContactRolesParam
|
266
|
+
@@ids = Param.new('ids', 'com.zoho.crm.api.ContactRoles.DeleteContactRolesParam')
|
267
|
+
def self.ids
|
268
|
+
@@ids
|
269
|
+
end
|
268
270
|
end
|
269
|
-
end
|
270
271
|
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
272
|
+
class GetAllContactRolesOfDealParam
|
273
|
+
@@ids = Param.new('ids', 'com.zoho.crm.api.ContactRoles.GetAllContactRolesOfDealParam')
|
274
|
+
def self.ids
|
275
|
+
@@ids
|
276
|
+
end
|
275
277
|
end
|
276
|
-
end
|
277
278
|
|
279
|
+
end
|
278
280
|
end
|
279
281
|
end
|