agent-generator-cli 1.0.0 → 1.0.2

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.
Files changed (766) hide show
  1. package/README.md +2 -22
  2. package/install-extension.js +89 -0
  3. package/main.js +45 -7
  4. package/package.json +21 -8
  5. package/source/api-data-generators/.idea/api-data-generators.iml +9 -0
  6. package/source/api-data-generators/.idea/misc.xml +6 -0
  7. package/source/api-data-generators/.idea/modules.xml +8 -0
  8. package/source/api-data-generators/.idea/vcs.xml +6 -0
  9. package/source/api-data-generators/portal/ArticleComment/test_data_generation_configurations.json +318 -0
  10. package/source/api-data-generators/portal/ArticleFeedback/test_data_generation_configurations.json +32 -0
  11. package/source/api-data-generators/portal/AsapMobile/test_data_generation_configurations.json +21 -0
  12. package/source/api-data-generators/portal/AsapWeb/test_data_generation_configurations.json +18 -0
  13. package/source/api-data-generators/portal/Category/test_data_generation_configurations.json +39 -0
  14. package/source/api-data-generators/portal/Comment/test_data_generation_configurations.json +157 -0
  15. package/source/api-data-generators/portal/Community/test_data_generation_configurations.json +46 -0
  16. package/source/api-data-generators/portal/CommunityUser/test_data_generation_configurations.json +16 -0
  17. package/source/api-data-generators/portal/Contact/test_data_generation_configurations.json +33 -0
  18. package/source/api-data-generators/portal/Department/test_data_generation_configurations.json +13 -0
  19. package/source/api-data-generators/portal/Extension/test_data_generation_configurations.json +91 -0
  20. package/source/api-data-generators/portal/FeedbackWidget/test_data_generation_configurations.json +18 -0
  21. package/source/api-data-generators/portal/FileExport/test_data_generation_configurations.json +42 -0
  22. package/source/api-data-generators/portal/Followers/test_data_generation_configurations.json +92 -0
  23. package/source/api-data-generators/portal/Gamification/test_data_generation_configurations.json +51 -0
  24. package/source/api-data-generators/portal/HelpCenters/test_data_generation_configurations.json +11 -0
  25. package/source/api-data-generators/portal/Helpcenter/test_data_generation_configurations.json +41 -0
  26. package/source/api-data-generators/portal/HelpcenterGroups/test_data_generation_configurations.json +18 -0
  27. package/source/api-data-generators/portal/KBRootCategory/test_data_generation_configurations.json +76 -0
  28. package/source/api-data-generators/portal/KbCategory/test_data_generation_configurations.json +51 -0
  29. package/source/api-data-generators/portal/KbSection/test_data_generation_configurations.json +25 -0
  30. package/source/api-data-generators/portal/KnowledgeBase/test_data_generation_configurations.json +26 -0
  31. package/source/api-data-generators/portal/Label/test_data_generation_configurations.json +18 -0
  32. package/source/api-data-generators/portal/Layout/test_data_generation_configurations.json +17 -0
  33. package/source/api-data-generators/portal/LayoutRules/test_data_generation_configurations.json +17 -0
  34. package/source/api-data-generators/portal/NewAsapMobile/test_data_generation_configurations.json +21 -0
  35. package/source/api-data-generators/portal/Permalink/test_data_generation_configurations.json +32 -0
  36. package/source/api-data-generators/portal/Product/test_data_generation_configurations.json +43 -0
  37. package/source/api-data-generators/portal/Solution/test_data_generation_configurations.json +631 -0
  38. package/source/api-data-generators/portal/Thread/test_data_generation_configurations.json +70 -0
  39. package/source/api-data-generators/portal/Ticket/test_data_generation_configurations.json +294 -0
  40. package/source/api-data-generators/portal/TicketComment/test_data_generation_configurations.json +58 -0
  41. package/source/api-data-generators/portal/TicketCount/test_data_generation_configurations.json +74 -0
  42. package/source/api-data-generators/portal/TicketStatusMapping/test_data_generation_configurations.json +11 -0
  43. package/source/api-data-generators/portal/TicketTemplate/test_data_generation_configurations.json +24 -0
  44. package/source/api-data-generators/portal/Topic/test_data_generation_configurations.json +259 -0
  45. package/source/api-data-generators/portal/Translation/test_data_generation_configurations.json +6 -0
  46. package/source/api-data-generators/portal/ValidationRules/test_data_generation_configurations.json +14 -0
  47. package/source/api-data-generators/portal/View/test_data_generation_configurations.json +19 -0
  48. package/source/api-data-generators/support/Account/test_data_generation_configurations.json +265 -0
  49. package/source/api-data-generators/support/AccountAttachment/test_data_generation_configurations.json +48 -0
  50. package/source/api-data-generators/support/AccountComments/test_data_generation_configurations.json +47 -0
  51. package/source/api-data-generators/support/AccountContactMappingInfo/test_data_generation_configurations.json +14 -0
  52. package/source/api-data-generators/support/AccountFollowers/test_data_generation_configurations.json +52 -0
  53. package/source/api-data-generators/support/AccountSla/test_data_generation_configurations.json +33 -0
  54. package/source/api-data-generators/support/AccountTimeEntry/test_data_generation_configurations.json +45 -0
  55. package/source/api-data-generators/support/ActiveCalls/test_data_generation_configurations.json +38 -0
  56. package/source/api-data-generators/support/Activity/test_data_generation_configurations.json +50 -0
  57. package/source/api-data-generators/support/ActorsAPI/test_data_generation_configurations.json +22 -0
  58. package/source/api-data-generators/support/Agent/test_data_generation_configurations.json +217 -0
  59. package/source/api-data-generators/support/AgentPresence/test_data_generation_configurations.json +30 -0
  60. package/source/api-data-generators/support/AgentSignatures/test_data_generation_configurations.json +31 -0
  61. package/source/api-data-generators/support/AgentTimeEntry/test_data_generation_configurations.json +36 -0
  62. package/source/api-data-generators/support/AntiSpamInfo/test_data_generation_configurations.json +32 -0
  63. package/source/api-data-generators/support/ApiCreditNotificationRule/test_data_generation_configurations.json +49 -0
  64. package/source/api-data-generators/support/ArchivedView/test_data_generation_configurations.json +66 -0
  65. package/source/api-data-generators/support/Article/test_data_generation_configurations.json +294 -0
  66. package/source/api-data-generators/support/ArticleAttachment/test_data_generation_configurations.json +150 -0
  67. package/source/api-data-generators/support/ArticleComment/test_data_generation_configurations.json +238 -0
  68. package/source/api-data-generators/support/ArticleFeedback/test_data_generation_configurations.json +147 -0
  69. package/source/api-data-generators/support/ArticleFeedbackResolution/test_data_generation_configurations.json +56 -0
  70. package/source/api-data-generators/support/ArticleStatistics/test_data_generation_configurations.json +397 -0
  71. package/source/api-data-generators/support/ArticleTranslation/test_data_generation_configurations.json +1123 -0
  72. package/source/api-data-generators/support/ArticleVersion/test_data_generation_configurations.json +26 -0
  73. package/source/api-data-generators/support/ArticleViews/test_data_generation_configurations.json +26 -0
  74. package/source/api-data-generators/support/Asap/test_data_generation_configurations.json +49 -0
  75. package/source/api-data-generators/support/AuditLog/test_data_generation_configurations.json +58 -0
  76. package/source/api-data-generators/support/AutomationAlerts/test_data_generation_configurations.json +27 -0
  77. package/source/api-data-generators/support/AutomationEngine/test_data_generation_configurations.json +20 -0
  78. package/source/api-data-generators/support/AutomationFeatureCount/test_data_generation_configurations.json +13 -0
  79. package/source/api-data-generators/support/AutomationFieldUpdates/test_data_generation_configurations.json +24 -0
  80. package/source/api-data-generators/support/AutomationTask/test_data_generation_configurations.json +29 -0
  81. package/source/api-data-generators/support/Backup/test_data_generation_configurations.json +115 -0
  82. package/source/api-data-generators/support/Badge/test_data_generation_configurations.json +64 -0
  83. package/source/api-data-generators/support/Bot/test_data_generation_configurations.json +288 -0
  84. package/source/api-data-generators/support/BotInference/test_data_generation_configurations.json +119 -0
  85. package/source/api-data-generators/support/BugInteg/test_data_generation_configurations.json +37 -0
  86. package/source/api-data-generators/support/BulkAction/test_data_generation_configurations.json +26 -0
  87. package/source/api-data-generators/support/BulkImport/test_data_generation_configurations.json +211 -0
  88. package/source/api-data-generators/support/BulkUpdate/test_data_generation_configurations.json +40 -0
  89. package/source/api-data-generators/support/BulkWrite/test_data_generation_configurations.json +32 -0
  90. package/source/api-data-generators/support/BusinessHour/test_data_generation_configurations.json +72 -0
  91. package/source/api-data-generators/support/Call/test_data_generation_configurations.json +247 -0
  92. package/source/api-data-generators/support/CallComments/test_data_generation_configurations.json +51 -0
  93. package/source/api-data-generators/support/CallHistory/test_data_generation_configurations.json +65 -0
  94. package/source/api-data-generators/support/CallTimeEntry/test_data_generation_configurations.json +77 -0
  95. package/source/api-data-generators/support/CallTimer/test_data_generation_configurations.json +14 -0
  96. package/source/api-data-generators/support/Channel/test_data_generation_configurations.json +44 -0
  97. package/source/api-data-generators/support/Chart/test_data_generation_configurations.json +35 -0
  98. package/source/api-data-generators/support/ChatTicket/test_data_generation_configurations.json +185 -0
  99. package/source/api-data-generators/support/Common/test_data_generation_configurations.json +43 -0
  100. package/source/api-data-generators/support/Community/test_data_generation_configurations.json +313 -0
  101. package/source/api-data-generators/support/CommunityAttachment/test_data_generation_configurations.json +16 -0
  102. package/source/api-data-generators/support/CommunityCategory/test_data_generation_configurations.json +121 -0
  103. package/source/api-data-generators/support/CommunityComment/test_data_generation_configurations.json +350 -0
  104. package/source/api-data-generators/support/CommunityInitPermissions/test_data_generation_configurations.json +16 -0
  105. package/source/api-data-generators/support/CommunityPreferences/test_data_generation_configurations.json +19 -0
  106. package/source/api-data-generators/support/CommunityTopic/test_data_generation_configurations.json +509 -0
  107. package/source/api-data-generators/support/CommunityTopicInsights/test_data_generation_configurations.json +32 -0
  108. package/source/api-data-generators/support/CommunityUser/test_data_generation_configurations.json +63 -0
  109. package/source/api-data-generators/support/Contact/test_data_generation_configurations.json +370 -0
  110. package/source/api-data-generators/support/ContactAttachment/test_data_generation_configurations.json +44 -0
  111. package/source/api-data-generators/support/ContactComments/test_data_generation_configurations.json +47 -0
  112. package/source/api-data-generators/support/ContactFollowers/test_data_generation_configurations.json +52 -0
  113. package/source/api-data-generators/support/ContactProfile/test_data_generation_configurations.json +11 -0
  114. package/source/api-data-generators/support/ContactTimeEntry/test_data_generation_configurations.json +45 -0
  115. package/source/api-data-generators/support/Contract/test_data_generation_configurations.json +184 -0
  116. package/source/api-data-generators/support/ContractAttachment/test_data_generation_configurations.json +30 -0
  117. package/source/api-data-generators/support/CreateTicket/test_data_generation_configurations.json +93 -0
  118. package/source/api-data-generators/support/Criteria/test_data_generation_configurations.json +19 -0
  119. package/source/api-data-generators/support/CrmInteg/test_data_generation_configurations.json +202 -0
  120. package/source/api-data-generators/support/CustomAction/test_data_generation_configurations.json +56 -0
  121. package/source/api-data-generators/support/CustomActionRuleMapping/test_data_generation_configurations.json +334 -0
  122. package/source/api-data-generators/support/CustomButton/test_data_generation_configurations.json +113 -0
  123. package/source/api-data-generators/support/CustomFunctionExecutionLogs/test_data_generation_configurations.json +68 -0
  124. package/source/api-data-generators/support/CustomFunctionGallery/test_data_generation_configurations.json +16 -0
  125. package/source/api-data-generators/support/CustomFunctions/test_data_generation_configurations.json +270 -0
  126. package/source/api-data-generators/support/CustomTheme/test_data_generation_configurations.json +70 -0
  127. package/source/api-data-generators/support/CustomView/test_data_generation_configurations.json +486 -0
  128. package/source/api-data-generators/support/CustomerHappiness/test_data_generation_configurations.json +77 -0
  129. package/source/api-data-generators/support/DashboardComponent/test_data_generation_configurations.json +305 -0
  130. package/source/api-data-generators/support/DashboardFolder/test_data_generation_configurations.json +126 -0
  131. package/source/api-data-generators/support/DashboardMetrics/test_data_generation_configurations.json +205 -0
  132. package/source/api-data-generators/support/Dashboards/test_data_generation_configurations.json +90 -0
  133. package/source/api-data-generators/support/DataChips/test_data_generation_configurations.json +33 -0
  134. package/source/api-data-generators/support/DataSync/test_data_generation_configurations.json +228 -0
  135. package/source/api-data-generators/support/DeleteTicket/test_data_generation_configurations.json +44 -0
  136. package/source/api-data-generators/support/Department/test_data_generation_configurations.json +156 -0
  137. package/source/api-data-generators/support/DependencyMappings/test_data_generation_configurations.json +50 -0
  138. package/source/api-data-generators/support/DirectAssignRuleTarget/test_data_generation_configurations.json +17 -0
  139. package/source/api-data-generators/support/DirectAssignmentRules/test_data_generation_configurations.json +37 -0
  140. package/source/api-data-generators/support/DisplayEntity/test_data_generation_configurations.json +45 -0
  141. package/source/api-data-generators/support/DomainMapping/test_data_generation_configurations.json +6 -0
  142. package/source/api-data-generators/support/EmailFailureAlert/test_data_generation_configurations.json +21 -0
  143. package/source/api-data-generators/support/EmailTemplates/test_data_generation_configurations.json +106 -0
  144. package/source/api-data-generators/support/EntityBlueprints/test_data_generation_configurations.json +205 -0
  145. package/source/api-data-generators/support/Event/test_data_generation_configurations.json +196 -0
  146. package/source/api-data-generators/support/EventComments/test_data_generation_configurations.json +45 -0
  147. package/source/api-data-generators/support/EventTimeEntry/test_data_generation_configurations.json +77 -0
  148. package/source/api-data-generators/support/EventTimer/test_data_generation_configurations.json +14 -0
  149. package/source/api-data-generators/support/Extension/test_data_generation_configurations.json +689 -0
  150. package/source/api-data-generators/support/FbManager/test_data_generation_configurations.json +64 -0
  151. package/source/api-data-generators/support/Feature/test_data_generation_configurations.json +61 -0
  152. package/source/api-data-generators/support/FeatureFile/test_data_generation_configurations.json +49 -0
  153. package/source/api-data-generators/support/FeatureFolder/test_data_generation_configurations.json +44 -0
  154. package/source/api-data-generators/support/FeaturePermission/test_data_generation_configurations.json +108 -0
  155. package/source/api-data-generators/support/FederatedLogin/test_data_generation_configurations.json +39 -0
  156. package/source/api-data-generators/support/FeedsAPIs/test_data_generation_configurations.json +54 -0
  157. package/source/api-data-generators/support/Field/test_data_generation_configurations.json +1031 -0
  158. package/source/api-data-generators/support/FieldPrediction/test_data_generation_configurations.json +564 -0
  159. package/source/api-data-generators/support/FileExport/test_data_generation_configurations.json +36 -0
  160. package/source/api-data-generators/support/Finance/test_data_generation_configurations.json +180 -0
  161. package/source/api-data-generators/support/Followers/test_data_generation_configurations.json +60 -0
  162. package/source/api-data-generators/support/GC_Bots/test_data_generation_configurations.json +26 -0
  163. package/source/api-data-generators/support/GC_Guide/test_data_generation_configurations.json +240 -0
  164. package/source/api-data-generators/support/GenericAction/test_data_generation_configurations.json +16 -0
  165. package/source/api-data-generators/support/GenericActionMapping/test_data_generation_configurations.json +216 -0
  166. package/source/api-data-generators/support/GoogleAnalytics/test_data_generation_configurations.json +168 -0
  167. package/source/api-data-generators/support/GoogleChat/test_data_generation_configurations.json +29 -0
  168. package/source/api-data-generators/support/Helpcenter/test_data_generation_configurations.json +98 -0
  169. package/source/api-data-generators/support/HelpcenterAutoTranslateSetting/test_data_generation_configurations.json +11 -0
  170. package/source/api-data-generators/support/HelpcenterGroups/test_data_generation_configurations.json +93 -0
  171. package/source/api-data-generators/support/HelpcenterPages/test_data_generation_configurations.json +34 -0
  172. package/source/api-data-generators/support/HelpcenterPreference/test_data_generation_configurations.json +18 -0
  173. package/source/api-data-generators/support/HelpcenterUpload/test_data_generation_configurations.json +25 -0
  174. package/source/api-data-generators/support/HolidayList/test_data_generation_configurations.json +65 -0
  175. package/source/api-data-generators/support/IMCannedMessage/test_data_generation_configurations.json +155 -0
  176. package/source/api-data-generators/support/IMCannedMessageTranslation/test_data_generation_configurations.json +92 -0
  177. package/source/api-data-generators/support/IMTemplateMessage/test_data_generation_configurations.json +22 -0
  178. package/source/api-data-generators/support/IM_AddOn/test_data_generation_configurations.json +19 -0
  179. package/source/api-data-generators/support/IM_Bot/test_data_generation_configurations.json +143 -0
  180. package/source/api-data-generators/support/IM_Broadcast/test_data_generation_configurations.json +39 -0
  181. package/source/api-data-generators/support/IM_Channel/test_data_generation_configurations.json +312 -0
  182. package/source/api-data-generators/support/IM_ChannelPreference/test_data_generation_configurations.json +35 -0
  183. package/source/api-data-generators/support/IM_Contact/test_data_generation_configurations.json +16 -0
  184. package/source/api-data-generators/support/IM_Integration/test_data_generation_configurations.json +32 -0
  185. package/source/api-data-generators/support/IM_Message/test_data_generation_configurations.json +297 -0
  186. package/source/api-data-generators/support/IM_Metrics/test_data_generation_configurations.json +38 -0
  187. package/source/api-data-generators/support/IM_Search/test_data_generation_configurations.json +56 -0
  188. package/source/api-data-generators/support/IM_Session/test_data_generation_configurations.json +149 -0
  189. package/source/api-data-generators/support/IM_TimeSeriesMetrics/test_data_generation_configurations.json +77 -0
  190. package/source/api-data-generators/support/IM_ZiaGpt/test_data_generation_configurations.json +52 -0
  191. package/source/api-data-generators/support/Import/test_data_generation_configurations.json +229 -0
  192. package/source/api-data-generators/support/InlineImage/test_data_generation_configurations.json +16 -0
  193. package/source/api-data-generators/support/IntegModule/test_data_generation_configurations.json +90 -0
  194. package/source/api-data-generators/support/Integrations/test_data_generation_configurations.json +25 -0
  195. package/source/api-data-generators/support/InteractiveTours/test_data_generation_configurations.json +66 -0
  196. package/source/api-data-generators/support/JWT/test_data_generation_configurations.json +49 -0
  197. package/source/api-data-generators/support/KBCategoryUser/test_data_generation_configurations.json +23 -0
  198. package/source/api-data-generators/support/KBRecycleBin/test_data_generation_configurations.json +131 -0
  199. package/source/api-data-generators/support/KBRootCategory/test_data_generation_configurations.json +214 -0
  200. package/source/api-data-generators/support/KBRootCategoryTranslation/test_data_generation_configurations.json +30 -0
  201. package/source/api-data-generators/support/KBSection/test_data_generation_configurations.json +173 -0
  202. package/source/api-data-generators/support/KPIWidget/test_data_generation_configurations.json +21 -0
  203. package/source/api-data-generators/support/KbCategory/test_data_generation_configurations.json +93 -0
  204. package/source/api-data-generators/support/Label/test_data_generation_configurations.json +103 -0
  205. package/source/api-data-generators/support/Layout/test_data_generation_configurations.json +503 -0
  206. package/source/api-data-generators/support/LayoutRuleCriteria/test_data_generation_configurations.json +19 -0
  207. package/source/api-data-generators/support/LayoutRules/test_data_generation_configurations.json +334 -0
  208. package/source/api-data-generators/support/License/test_data_generation_configurations.json +60 -0
  209. package/source/api-data-generators/support/Livecall/test_data_generation_configurations.json +72 -0
  210. package/source/api-data-generators/support/LookupRecord/test_data_generation_configurations.json +34 -0
  211. package/source/api-data-generators/support/Macros/test_data_generation_configurations.json +184 -0
  212. package/source/api-data-generators/support/MailReplyAddress/test_data_generation_configurations.json +32 -0
  213. package/source/api-data-generators/support/MassAction/test_data_generation_configurations.json +38 -0
  214. package/source/api-data-generators/support/Message/test_data_generation_configurations.json +38 -0
  215. package/source/api-data-generators/support/MicrosoftTeams/test_data_generation_configurations.json +50 -0
  216. package/source/api-data-generators/support/Misc/test_data_generation_configurations.json +16 -0
  217. package/source/api-data-generators/support/Module/test_data_generation_configurations.json +96 -0
  218. package/source/api-data-generators/support/NewCriteria/test_data_generation_configurations.json +26 -0
  219. package/source/api-data-generators/support/NewFeatureFields/test_data_generation_configurations.json +19 -0
  220. package/source/api-data-generators/support/NewTicketHistory/test_data_generation_configurations.json +20 -0
  221. package/source/api-data-generators/support/NotificationRules/test_data_generation_configurations.json +27 -0
  222. package/source/api-data-generators/support/OEmbedData/test_data_generation_configurations.json +19 -0
  223. package/source/api-data-generators/support/Onboarding/test_data_generation_configurations.json +29 -0
  224. package/source/api-data-generators/support/Organization/test_data_generation_configurations.json +79 -0
  225. package/source/api-data-generators/support/PBGroup/test_data_generation_configurations.json +109 -0
  226. package/source/api-data-generators/support/PBGroupAgents/test_data_generation_configurations.json +66 -0
  227. package/source/api-data-generators/support/PBPlatform/test_data_generation_configurations.json +113 -0
  228. package/source/api-data-generators/support/PBX/test_data_generation_configurations.json +28 -0
  229. package/source/api-data-generators/support/PBXConfig/test_data_generation_configurations.json +17 -0
  230. package/source/api-data-generators/support/PBXPhoneNumbers/test_data_generation_configurations.json +54 -0
  231. package/source/api-data-generators/support/PBXPreference/test_data_generation_configurations.json +54 -0
  232. package/source/api-data-generators/support/PageSense/test_data_generation_configurations.json +77 -0
  233. package/source/api-data-generators/support/PendingApproval/test_data_generation_configurations.json +14 -0
  234. package/source/api-data-generators/support/Permalink/test_data_generation_configurations.json +32 -0
  235. package/source/api-data-generators/support/PhoneAgents/test_data_generation_configurations.json +66 -0
  236. package/source/api-data-generators/support/PinnedConversation/test_data_generation_configurations.json +64 -0
  237. package/source/api-data-generators/support/Pipeline_Service/test_data_generation_configurations.json +32 -0
  238. package/source/api-data-generators/support/Product/test_data_generation_configurations.json +196 -0
  239. package/source/api-data-generators/support/ProductAttachment/test_data_generation_configurations.json +48 -0
  240. package/source/api-data-generators/support/Profile/test_data_generation_configurations.json +59 -0
  241. package/source/api-data-generators/support/QueueView/test_data_generation_configurations.json +37 -0
  242. package/source/api-data-generators/support/Records/test_data_generation_configurations.json +239 -0
  243. package/source/api-data-generators/support/Recyclebin/test_data_generation_configurations.json +52 -0
  244. package/source/api-data-generators/support/RemoteAuth/test_data_generation_configurations.json +52 -0
  245. package/source/api-data-generators/support/Report/test_data_generation_configurations.json +538 -0
  246. package/source/api-data-generators/support/ReportChart/test_data_generation_configurations.json +28 -0
  247. package/source/api-data-generators/support/ReportFolder/test_data_generation_configurations.json +100 -0
  248. package/source/api-data-generators/support/Resources/test_data_generation_configurations.json +29 -0
  249. package/source/api-data-generators/support/Role/test_data_generation_configurations.json +84 -0
  250. package/source/api-data-generators/support/RoundRobin/test_data_generation_configurations.json +58 -0
  251. package/source/api-data-generators/support/RoundRobinTarget/test_data_generation_configurations.json +50 -0
  252. package/source/api-data-generators/support/RoutingPreference/test_data_generation_configurations.json +29 -0
  253. package/source/api-data-generators/support/SLAMetaInfo/test_data_generation_configurations.json +22 -0
  254. package/source/api-data-generators/support/Saml/test_data_generation_configurations.json +42 -0
  255. package/source/api-data-generators/support/Sandbox/test_data_generation_configurations.json +92 -0
  256. package/source/api-data-generators/support/SandboxChangeset/test_data_generation_configurations.json +46 -0
  257. package/source/api-data-generators/support/SandboxDeployment/test_data_generation_configurations.json +50 -0
  258. package/source/api-data-generators/support/SandboxDeploymentLogs/test_data_generation_configurations.json +22 -0
  259. package/source/api-data-generators/support/SavedFilters/test_data_generation_configurations.json +203 -0
  260. package/source/api-data-generators/support/Schedule/test_data_generation_configurations.json +172 -0
  261. package/source/api-data-generators/support/ScheduleReplyInfo/test_data_generation_configurations.json +182 -0
  262. package/source/api-data-generators/support/Search/test_data_generation_configurations.json +636 -0
  263. package/source/api-data-generators/support/SearchInteg/test_data_generation_configurations.json +32 -0
  264. package/source/api-data-generators/support/Setup/test_data_generation_configurations.json +32 -0
  265. package/source/api-data-generators/support/SharedSnippet/test_data_generation_configurations.json +62 -0
  266. package/source/api-data-generators/support/Signature/test_data_generation_configurations.json +24 -0
  267. package/source/api-data-generators/support/Skill/test_data_generation_configurations.json +164 -0
  268. package/source/api-data-generators/support/SkillConfiguration/test_data_generation_configurations.json +21 -0
  269. package/source/api-data-generators/support/SkillType/test_data_generation_configurations.json +60 -0
  270. package/source/api-data-generators/support/Slack/test_data_generation_configurations.json +51 -0
  271. package/source/api-data-generators/support/SmsTemplates/test_data_generation_configurations.json +40 -0
  272. package/source/api-data-generators/support/Snippets/test_data_generation_configurations.json +47 -0
  273. package/source/api-data-generators/support/SocialInteg/test_data_generation_configurations.json +22 -0
  274. package/source/api-data-generators/support/SocialPosts/test_data_generation_configurations.json +223 -0
  275. package/source/api-data-generators/support/SocialTwitterConversations/test_data_generation_configurations.json +22 -0
  276. package/source/api-data-generators/support/StarredTemplates/test_data_generation_configurations.json +76 -0
  277. package/source/api-data-generators/support/SubjectAccessRequest/test_data_generation_configurations.json +104 -0
  278. package/source/api-data-generators/support/Supervise/test_data_generation_configurations.json +43 -0
  279. package/source/api-data-generators/support/SupportPlan/test_data_generation_configurations.json +65 -0
  280. package/source/api-data-generators/support/Tab/test_data_generation_configurations.json +29 -0
  281. package/source/api-data-generators/support/Target/test_data_generation_configurations.json +97 -0
  282. package/source/api-data-generators/support/Task/test_data_generation_configurations.json +219 -0
  283. package/source/api-data-generators/support/TaskAttachment/test_data_generation_configurations.json +42 -0
  284. package/source/api-data-generators/support/TaskComments/test_data_generation_configurations.json +45 -0
  285. package/source/api-data-generators/support/TaskTimeEntry/test_data_generation_configurations.json +87 -0
  286. package/source/api-data-generators/support/TaskTimer/test_data_generation_configurations.json +27 -0
  287. package/source/api-data-generators/support/Team/test_data_generation_configurations.json +115 -0
  288. package/source/api-data-generators/support/TemplateFolders/test_data_generation_configurations.json +72 -0
  289. package/source/api-data-generators/support/Thread/test_data_generation_configurations.json +383 -0
  290. package/source/api-data-generators/support/Ticket/test_data_generation_configurations.json +694 -0
  291. package/source/api-data-generators/support/TicketApprovals/test_data_generation_configurations.json +66 -0
  292. package/source/api-data-generators/support/TicketAttachment/test_data_generation_configurations.json +58 -0
  293. package/source/api-data-generators/support/TicketComment/test_data_generation_configurations.json +82 -0
  294. package/source/api-data-generators/support/TicketCount/test_data_generation_configurations.json +43 -0
  295. package/source/api-data-generators/support/TicketFollowers/test_data_generation_configurations.json +65 -0
  296. package/source/api-data-generators/support/TicketMetrics/test_data_generation_configurations.json +16 -0
  297. package/source/api-data-generators/support/TicketTag/test_data_generation_configurations.json +99 -0
  298. package/source/api-data-generators/support/TicketTemplate/test_data_generation_configurations.json +475 -0
  299. package/source/api-data-generators/support/TicketTimeEntry/test_data_generation_configurations.json +110 -0
  300. package/source/api-data-generators/support/TicketTimer/test_data_generation_configurations.json +48 -0
  301. package/source/api-data-generators/support/TicketWithChildren/test_data_generation_configurations.json +91 -0
  302. package/source/api-data-generators/support/TimeTracking/test_data_generation_configurations.json +46 -0
  303. package/source/api-data-generators/support/TranslationLanguages/test_data_generation_configurations.json +68 -0
  304. package/source/api-data-generators/support/Upload/test_data_generation_configurations.json +54 -0
  305. package/source/api-data-generators/support/User/test_data_generation_configurations.json +100 -0
  306. package/source/api-data-generators/support/UserAuthentication/test_data_generation_configurations.json +49 -0
  307. package/source/api-data-generators/support/UserPresence/test_data_generation_configurations.json +19 -0
  308. package/source/api-data-generators/support/ValidationRuleCriteria/test_data_generation_configurations.json +19 -0
  309. package/source/api-data-generators/support/ValidationRules/test_data_generation_configurations.json +321 -0
  310. package/source/api-data-generators/support/Webhook/test_data_generation_configurations.json +501 -0
  311. package/source/api-data-generators/support/Widget/test_data_generation_configurations.json +166 -0
  312. package/source/api-data-generators/support/ZIAAnswerbotInference/test_data_generation_configurations.json +26 -0
  313. package/source/api-data-generators/support/ZIADocumentData/test_data_generation_configurations.json +38 -0
  314. package/source/api-data-generators/support/ZIAVectorSearch/test_data_generation_configurations.json +22 -0
  315. package/source/api-data-generators/support/ZiaGPT/test_data_generation_configurations.json +19 -0
  316. package/source/api-data-generators/support/ZiaScheduler/test_data_generation_configurations.json +22 -0
  317. package/source/api-data-generators/support/ZiapoweredbyGPT/test_data_generation_configurations.json +33 -0
  318. package/source/api-data-generators/support/Zwitch/test_data_generation_configurations.json +71 -0
  319. package/source/api-data-generators/support/blueprintDrafts/test_data_generation_configurations.json +859 -0
  320. package/source/api-data-generators/support/blueprintTransitions/test_data_generation_configurations.json +26 -0
  321. package/source/api-data-generators/support/blueprints/test_data_generation_configurations.json +652 -0
  322. package/source/api-data-generators/support/borrow_book/test_data_generation_configurations.json +21 -0
  323. package/source/api-data-generators/support/zlabsnlp/test_data_generation_configurations.json +50 -0
  324. package/source/openapi-specifications/v1.0/common/Common.json +587 -0
  325. package/source/openapi-specifications/v1.0/portal/Account.json +183 -0
  326. package/source/openapi-specifications/v1.0/portal/ArticleComment.json +1103 -0
  327. package/source/openapi-specifications/v1.0/portal/ArticleFeedback.json +133 -0
  328. package/source/openapi-specifications/v1.0/portal/AsapMobile.json +712 -0
  329. package/source/openapi-specifications/v1.0/portal/AsapWeb.json +91 -0
  330. package/source/openapi-specifications/v1.0/portal/Attachment.json +122 -0
  331. package/source/openapi-specifications/v1.0/portal/Captcha.json +334 -0
  332. package/source/openapi-specifications/v1.0/portal/Category.json +1061 -0
  333. package/source/openapi-specifications/v1.0/portal/Comment.json +1546 -0
  334. package/source/openapi-specifications/v1.0/portal/Community.json +235 -0
  335. package/source/openapi-specifications/v1.0/portal/CommunityUser.json +296 -0
  336. package/source/openapi-specifications/v1.0/portal/Contact.json +536 -0
  337. package/source/openapi-specifications/v1.0/portal/CustomerHappiness.json +163 -0
  338. package/source/openapi-specifications/v1.0/portal/Department.json +246 -0
  339. package/source/openapi-specifications/v1.0/portal/Extension.json +1122 -0
  340. package/source/openapi-specifications/v1.0/portal/FeedbackWidget.json +96 -0
  341. package/source/openapi-specifications/v1.0/portal/Field.json +1239 -0
  342. package/source/openapi-specifications/v1.0/portal/FileExport.json +313 -0
  343. package/source/openapi-specifications/v1.0/portal/Followers.json +802 -0
  344. package/source/openapi-specifications/v1.0/portal/Gamification.json +819 -0
  345. package/source/openapi-specifications/v1.0/portal/HashTags.json +61 -0
  346. package/source/openapi-specifications/v1.0/portal/HelpCenterUser.json +605 -0
  347. package/source/openapi-specifications/v1.0/portal/HelpCenterUserPreference.json +148 -0
  348. package/source/openapi-specifications/v1.0/portal/Helpcenter.json +920 -0
  349. package/source/openapi-specifications/v1.0/portal/HelpcenterGroups.json +118 -0
  350. package/source/openapi-specifications/v1.0/portal/HelpcenterPages.json +184 -0
  351. package/source/openapi-specifications/v1.0/portal/KBCategoryTranslation.json +70 -0
  352. package/source/openapi-specifications/v1.0/portal/KBRootCategory.json +1310 -0
  353. package/source/openapi-specifications/v1.0/portal/KbCategory.json +1525 -0
  354. package/source/openapi-specifications/v1.0/portal/KbSection.json +515 -0
  355. package/source/openapi-specifications/v1.0/portal/Label.json +172 -0
  356. package/source/openapi-specifications/v1.0/portal/Layout.json +303 -0
  357. package/source/openapi-specifications/v1.0/portal/LayoutRules.json +375 -0
  358. package/source/openapi-specifications/v1.0/portal/Mentions.json +580 -0
  359. package/source/openapi-specifications/v1.0/portal/NewAsapMobile.json +699 -0
  360. package/source/openapi-specifications/v1.0/portal/Permalink.json +265 -0
  361. package/source/openapi-specifications/v1.0/portal/Placeholders.json +57 -0
  362. package/source/openapi-specifications/v1.0/portal/Product.json +401 -0
  363. package/source/openapi-specifications/v1.0/portal/Solution.json +3766 -0
  364. package/source/openapi-specifications/v1.0/portal/Thread.json +821 -0
  365. package/source/openapi-specifications/v1.0/portal/Ticket.json +2636 -0
  366. package/source/openapi-specifications/v1.0/portal/TicketComment.json +822 -0
  367. package/source/openapi-specifications/v1.0/portal/TicketCount.json +336 -0
  368. package/source/openapi-specifications/v1.0/portal/TicketExport.json +609 -0
  369. package/source/openapi-specifications/v1.0/portal/TicketField.json +358 -0
  370. package/source/openapi-specifications/v1.0/portal/TicketForm.json +517 -0
  371. package/source/openapi-specifications/v1.0/portal/TicketStatusMapping.json +155 -0
  372. package/source/openapi-specifications/v1.0/portal/TicketTemplate.json +409 -0
  373. package/source/openapi-specifications/v1.0/portal/TicketsViewCount.json +175 -0
  374. package/source/openapi-specifications/v1.0/portal/Topic.json +4079 -0
  375. package/source/openapi-specifications/v1.0/portal/Translation.json +174 -0
  376. package/source/openapi-specifications/v1.0/portal/Upload.json +156 -0
  377. package/source/openapi-specifications/v1.0/portal/ValidationRules.json +309 -0
  378. package/source/openapi-specifications/v1.0/portal/View.json +353 -0
  379. package/source/openapi-specifications/v1.0/portal/Widget.json +218 -0
  380. package/source/openapi-specifications/v1.0/support/AEAdminTool.json +354 -0
  381. package/source/openapi-specifications/v1.0/support/Account.json +3206 -0
  382. package/source/openapi-specifications/v1.0/support/AccountAttachment.json +484 -0
  383. package/source/openapi-specifications/v1.0/support/AccountComments.json +794 -0
  384. package/source/openapi-specifications/v1.0/support/AccountContactMappingInfo.json +227 -0
  385. package/source/openapi-specifications/v1.0/support/AccountDeduplication.json +578 -0
  386. package/source/openapi-specifications/v1.0/support/AccountFollowers.json +350 -0
  387. package/source/openapi-specifications/v1.0/support/AccountSla.json +341 -0
  388. package/source/openapi-specifications/v1.0/support/AccountTimeEntry.json +1152 -0
  389. package/source/openapi-specifications/v1.0/support/ActiveCalls.json +573 -0
  390. package/source/openapi-specifications/v1.0/support/Activity.json +1400 -0
  391. package/source/openapi-specifications/v1.0/support/Actor.json +88 -0
  392. package/source/openapi-specifications/v1.0/support/ActorsAPI.json +304 -0
  393. package/source/openapi-specifications/v1.0/support/AdminTool.json +489 -0
  394. package/source/openapi-specifications/v1.0/support/Agent.json +6685 -0
  395. package/source/openapi-specifications/v1.0/support/AgentPresence.json +567 -0
  396. package/source/openapi-specifications/v1.0/support/AgentRoom.json +1997 -0
  397. package/source/openapi-specifications/v1.0/support/AgentSignatures.json +359 -0
  398. package/source/openapi-specifications/v1.0/support/AgentTimeEntry.json +1402 -0
  399. package/source/openapi-specifications/v1.0/support/AntiSpamInfo.json +510 -0
  400. package/source/openapi-specifications/v1.0/support/ApiCreditNotificationRule.json +1189 -0
  401. package/source/openapi-specifications/v1.0/support/ApiDashboard.json +543 -0
  402. package/source/openapi-specifications/v1.0/support/ApplicationFlags.json +155 -0
  403. package/source/openapi-specifications/v1.0/support/ArchivedView.json +469 -0
  404. package/source/openapi-specifications/v1.0/support/Article.json +5060 -0
  405. package/source/openapi-specifications/v1.0/support/ArticleAttachment.json +544 -0
  406. package/source/openapi-specifications/v1.0/support/ArticleComment.json +1929 -0
  407. package/source/openapi-specifications/v1.0/support/ArticleExternalImageUrlResponse.json +56 -0
  408. package/source/openapi-specifications/v1.0/support/ArticleFeedback.json +1314 -0
  409. package/source/openapi-specifications/v1.0/support/ArticleFeedbackResolution.json +513 -0
  410. package/source/openapi-specifications/v1.0/support/ArticleHistory.json +2510 -0
  411. package/source/openapi-specifications/v1.0/support/ArticleStatistics.json +3053 -0
  412. package/source/openapi-specifications/v1.0/support/ArticleTranslation.json +7530 -0
  413. package/source/openapi-specifications/v1.0/support/ArticleVersion.json +184 -0
  414. package/source/openapi-specifications/v1.0/support/ArticleViews.json +564 -0
  415. package/source/openapi-specifications/v1.0/support/Asap.json +1525 -0
  416. package/source/openapi-specifications/v1.0/support/AsapModule.json +246 -0
  417. package/source/openapi-specifications/v1.0/support/AsapStatus.json +199 -0
  418. package/source/openapi-specifications/v1.0/support/AssistInteg.json +613 -0
  419. package/source/openapi-specifications/v1.0/support/AttachmentRestriction.json +786 -0
  420. package/source/openapi-specifications/v1.0/support/AuditLog.json +1122 -0
  421. package/source/openapi-specifications/v1.0/support/AutomatedSummaryForChats.json +702 -0
  422. package/source/openapi-specifications/v1.0/support/AutomationAlerts.json +868 -0
  423. package/source/openapi-specifications/v1.0/support/AutomationEngine.json +1181 -0
  424. package/source/openapi-specifications/v1.0/support/AutomationFeatureCount.json +207 -0
  425. package/source/openapi-specifications/v1.0/support/AutomationFieldUpdates.json +809 -0
  426. package/source/openapi-specifications/v1.0/support/AutomationTask.json +1054 -0
  427. package/source/openapi-specifications/v1.0/support/Backup.json +2845 -0
  428. package/source/openapi-specifications/v1.0/support/Badge.json +544 -0
  429. package/source/openapi-specifications/v1.0/support/Bot.json +2103 -0
  430. package/source/openapi-specifications/v1.0/support/BotInference.json +1071 -0
  431. package/source/openapi-specifications/v1.0/support/BotResources.json +175 -0
  432. package/source/openapi-specifications/v1.0/support/BotStaticResources.json +541 -0
  433. package/source/openapi-specifications/v1.0/support/Bot_UserInfo.json +63 -0
  434. package/source/openapi-specifications/v1.0/support/Bots.json +58 -0
  435. package/source/openapi-specifications/v1.0/support/BugInteg.json +481 -0
  436. package/source/openapi-specifications/v1.0/support/BulkAction.json +150 -0
  437. package/source/openapi-specifications/v1.0/support/BulkImport.json +2845 -0
  438. package/source/openapi-specifications/v1.0/support/BulkUpdate.json +743 -0
  439. package/source/openapi-specifications/v1.0/support/BulkWrite.json +678 -0
  440. package/source/openapi-specifications/v1.0/support/BusinessHour.json +1344 -0
  441. package/source/openapi-specifications/v1.0/support/Call.json +3839 -0
  442. package/source/openapi-specifications/v1.0/support/CallComments.json +721 -0
  443. package/source/openapi-specifications/v1.0/support/CallHistory.json +936 -0
  444. package/source/openapi-specifications/v1.0/support/CallTimeEntry.json +1745 -0
  445. package/source/openapi-specifications/v1.0/support/CallTimer.json +285 -0
  446. package/source/openapi-specifications/v1.0/support/Channel.json +730 -0
  447. package/source/openapi-specifications/v1.0/support/Chart.json +422 -0
  448. package/source/openapi-specifications/v1.0/support/ChatTicket.json +553 -0
  449. package/source/openapi-specifications/v1.0/support/ClientAction.json +1834 -0
  450. package/source/openapi-specifications/v1.0/support/ClientEvent.json +780 -0
  451. package/source/openapi-specifications/v1.0/support/CliqIntegJsonMapping.json +1123 -0
  452. package/source/openapi-specifications/v1.0/support/CloudAttachment.json +528 -0
  453. package/source/openapi-specifications/v1.0/support/CommonMassActionError.json +44 -0
  454. package/source/openapi-specifications/v1.0/support/CommonMassActionResponse.json +94 -0
  455. package/source/openapi-specifications/v1.0/support/Community.json +2545 -0
  456. package/source/openapi-specifications/v1.0/support/CommunityAttachment.json +249 -0
  457. package/source/openapi-specifications/v1.0/support/CommunityCategory.json +1896 -0
  458. package/source/openapi-specifications/v1.0/support/CommunityCategoryLogo.json +145 -0
  459. package/source/openapi-specifications/v1.0/support/CommunityComment.json +2492 -0
  460. package/source/openapi-specifications/v1.0/support/CommunityInitPermissions.json +129 -0
  461. package/source/openapi-specifications/v1.0/support/CommunityPreferences.json +343 -0
  462. package/source/openapi-specifications/v1.0/support/CommunitySearch.json +78 -0
  463. package/source/openapi-specifications/v1.0/support/CommunityTopic.json +6005 -0
  464. package/source/openapi-specifications/v1.0/support/CommunityTopicInsights.json +310 -0
  465. package/source/openapi-specifications/v1.0/support/CommunityUser.json +822 -0
  466. package/source/openapi-specifications/v1.0/support/Composite.json +414 -0
  467. package/source/openapi-specifications/v1.0/support/Contact.json +4691 -0
  468. package/source/openapi-specifications/v1.0/support/ContactAttachment.json +484 -0
  469. package/source/openapi-specifications/v1.0/support/ContactComments.json +769 -0
  470. package/source/openapi-specifications/v1.0/support/ContactDeduplication.json +683 -0
  471. package/source/openapi-specifications/v1.0/support/ContactFollowers.json +350 -0
  472. package/source/openapi-specifications/v1.0/support/ContactProfile.json +195 -0
  473. package/source/openapi-specifications/v1.0/support/ContactTimeEntry.json +1157 -0
  474. package/source/openapi-specifications/v1.0/support/Contract.json +2877 -0
  475. package/source/openapi-specifications/v1.0/support/ContractAttachment.json +307 -0
  476. package/source/openapi-specifications/v1.0/support/Conversation.json +570 -0
  477. package/source/openapi-specifications/v1.0/support/CountriesAndLanguages.json +5279 -0
  478. package/source/openapi-specifications/v1.0/support/CreditCycle.json +124 -0
  479. package/source/openapi-specifications/v1.0/support/Criteria.json +1014 -0
  480. package/source/openapi-specifications/v1.0/support/CriteriaValue.json +50 -0
  481. package/source/openapi-specifications/v1.0/support/CrmInteg.json +5938 -0
  482. package/source/openapi-specifications/v1.0/support/CustomAction.json +2106 -0
  483. package/source/openapi-specifications/v1.0/support/CustomActionRuleMapping.json +1327 -0
  484. package/source/openapi-specifications/v1.0/support/CustomButton.json +1898 -0
  485. package/source/openapi-specifications/v1.0/support/CustomFunctionExecutionLogs.json +883 -0
  486. package/source/openapi-specifications/v1.0/support/CustomFunctionGallery.json +329 -0
  487. package/source/openapi-specifications/v1.0/support/CustomFunctionReRun.json +317 -0
  488. package/source/openapi-specifications/v1.0/support/CustomFunctionZiaCopilot.json +379 -0
  489. package/source/openapi-specifications/v1.0/support/CustomFunctions.json +3457 -0
  490. package/source/openapi-specifications/v1.0/support/CustomModuleAdminTool.json +81 -0
  491. package/source/openapi-specifications/v1.0/support/CustomTheme.json +7391 -0
  492. package/source/openapi-specifications/v1.0/support/CustomView.json +3478 -0
  493. package/source/openapi-specifications/v1.0/support/CustomerHappiness.json +464 -0
  494. package/source/openapi-specifications/v1.0/support/DBThrottle.json +334 -0
  495. package/source/openapi-specifications/v1.0/support/DashboardComponent.json +1163 -0
  496. package/source/openapi-specifications/v1.0/support/DashboardFolder.json +1258 -0
  497. package/source/openapi-specifications/v1.0/support/DashboardMetrics.json +2310 -0
  498. package/source/openapi-specifications/v1.0/support/Dashboards.json +1219 -0
  499. package/source/openapi-specifications/v1.0/support/DataChips.json +477 -0
  500. package/source/openapi-specifications/v1.0/support/DataImport.json +1099 -0
  501. package/source/openapi-specifications/v1.0/support/DataSync.json +1246 -0
  502. package/source/openapi-specifications/v1.0/support/DatasetEntry.json +153 -0
  503. package/source/openapi-specifications/v1.0/support/Department.json +1971 -0
  504. package/source/openapi-specifications/v1.0/support/DependencyMappings.json +656 -0
  505. package/source/openapi-specifications/v1.0/support/DirectAssignRuleTarget.json +232 -0
  506. package/source/openapi-specifications/v1.0/support/DirectAssignmentRules.json +722 -0
  507. package/source/openapi-specifications/v1.0/support/DisplayEntity.json +91 -0
  508. package/source/openapi-specifications/v1.0/support/DomainMapping.json +1143 -0
  509. package/source/openapi-specifications/v1.0/support/EmailFailureAlert.json +306 -0
  510. package/source/openapi-specifications/v1.0/support/EmailTemplates.json +1491 -0
  511. package/source/openapi-specifications/v1.0/support/EntityBlueprints.json +572 -0
  512. package/source/openapi-specifications/v1.0/support/Event.json +3607 -0
  513. package/source/openapi-specifications/v1.0/support/EventComments.json +737 -0
  514. package/source/openapi-specifications/v1.0/support/EventTimeEntry.json +1520 -0
  515. package/source/openapi-specifications/v1.0/support/EventTimer.json +285 -0
  516. package/source/openapi-specifications/v1.0/support/Expression.json +43 -0
  517. package/source/openapi-specifications/v1.0/support/Extension.json +7152 -0
  518. package/source/openapi-specifications/v1.0/support/ExtensionOrg.json +129 -0
  519. package/source/openapi-specifications/v1.0/support/FAQ.json +142 -0
  520. package/source/openapi-specifications/v1.0/support/FAQTranslation.json +178 -0
  521. package/source/openapi-specifications/v1.0/support/FbManager.json +1147 -0
  522. package/source/openapi-specifications/v1.0/support/Feature.json +691 -0
  523. package/source/openapi-specifications/v1.0/support/FeatureFile.json +435 -0
  524. package/source/openapi-specifications/v1.0/support/FeatureFolder.json +576 -0
  525. package/source/openapi-specifications/v1.0/support/FeaturePermission.json +492 -0
  526. package/source/openapi-specifications/v1.0/support/FederatedLogin.json +318 -0
  527. package/source/openapi-specifications/v1.0/support/FeedsAPIs.json +198 -0
  528. package/source/openapi-specifications/v1.0/support/Field.json +7493 -0
  529. package/source/openapi-specifications/v1.0/support/FieldDetails.json +139 -0
  530. package/source/openapi-specifications/v1.0/support/FieldPermissions.json +113 -0
  531. package/source/openapi-specifications/v1.0/support/FieldPrediction.json +3831 -0
  532. package/source/openapi-specifications/v1.0/support/FileExport.json +324 -0
  533. package/source/openapi-specifications/v1.0/support/Finance.json +4290 -0
  534. package/source/openapi-specifications/v1.0/support/Followers.json +875 -0
  535. package/source/openapi-specifications/v1.0/support/FormulaFunctions.json +47 -0
  536. package/source/openapi-specifications/v1.0/support/GC_Bots.json +138 -0
  537. package/source/openapi-specifications/v1.0/support/GC_Guide.json +1536 -0
  538. package/source/openapi-specifications/v1.0/support/GC_GuideHistories.json +58 -0
  539. package/source/openapi-specifications/v1.0/support/GC_GuideHistory.json +79 -0
  540. package/source/openapi-specifications/v1.0/support/GC_Guides.json +89 -0
  541. package/source/openapi-specifications/v1.0/support/GC_Info.json +208 -0
  542. package/source/openapi-specifications/v1.0/support/GC_Status.json +69 -0
  543. package/source/openapi-specifications/v1.0/support/GC_UserInfo.json +79 -0
  544. package/source/openapi-specifications/v1.0/support/GenericAction.json +1888 -0
  545. package/source/openapi-specifications/v1.0/support/GenericActionMapping.json +1050 -0
  546. package/source/openapi-specifications/v1.0/support/GoogleAnalytics.json +1715 -0
  547. package/source/openapi-specifications/v1.0/support/GoogleChat.json +650 -0
  548. package/source/openapi-specifications/v1.0/support/HelpCenterCommon.json +44 -0
  549. package/source/openapi-specifications/v1.0/support/Help_Center_OIDC_Authentication.json +900 -0
  550. package/source/openapi-specifications/v1.0/support/Helpcenter.json +1212 -0
  551. package/source/openapi-specifications/v1.0/support/HelpcenterAutoTranslateSetting.json +331 -0
  552. package/source/openapi-specifications/v1.0/support/HelpcenterGroups.json +1496 -0
  553. package/source/openapi-specifications/v1.0/support/HelpcenterPages.json +504 -0
  554. package/source/openapi-specifications/v1.0/support/HelpcenterPreference.json +208 -0
  555. package/source/openapi-specifications/v1.0/support/HelpcenterTranslationApp.json +64 -0
  556. package/source/openapi-specifications/v1.0/support/HelpcenterUpload.json +211 -0
  557. package/source/openapi-specifications/v1.0/support/HolidayList.json +731 -0
  558. package/source/openapi-specifications/v1.0/support/IMAPAddress.json +1091 -0
  559. package/source/openapi-specifications/v1.0/support/IMCannedMessage.json +1357 -0
  560. package/source/openapi-specifications/v1.0/support/IMCannedMessagePlaceHolders.json +169 -0
  561. package/source/openapi-specifications/v1.0/support/IMCannedMessageTranslation.json +624 -0
  562. package/source/openapi-specifications/v1.0/support/IMTemplateMessage.json +597 -0
  563. package/source/openapi-specifications/v1.0/support/IM_AddOn.json +841 -0
  564. package/source/openapi-specifications/v1.0/support/IM_AttachmentMessage.json +64 -0
  565. package/source/openapi-specifications/v1.0/support/IM_Bot.json +1007 -0
  566. package/source/openapi-specifications/v1.0/support/IM_BotService.json +357 -0
  567. package/source/openapi-specifications/v1.0/support/IM_Broadcast.json +323 -0
  568. package/source/openapi-specifications/v1.0/support/IM_Channel.json +2849 -0
  569. package/source/openapi-specifications/v1.0/support/IM_ChannelPreference.json +502 -0
  570. package/source/openapi-specifications/v1.0/support/IM_Contact.json +165 -0
  571. package/source/openapi-specifications/v1.0/support/IM_Efc.json +188 -0
  572. package/source/openapi-specifications/v1.0/support/IM_Integration.json +1269 -0
  573. package/source/openapi-specifications/v1.0/support/IM_IntegrationService.json +454 -0
  574. package/source/openapi-specifications/v1.0/support/IM_LayoutView.json +625 -0
  575. package/source/openapi-specifications/v1.0/support/IM_License.json +225 -0
  576. package/source/openapi-specifications/v1.0/support/IM_Message.json +1371 -0
  577. package/source/openapi-specifications/v1.0/support/IM_Metrics.json +462 -0
  578. package/source/openapi-specifications/v1.0/support/IM_Search.json +547 -0
  579. package/source/openapi-specifications/v1.0/support/IM_Session.json +1397 -0
  580. package/source/openapi-specifications/v1.0/support/IM_TemplateButton.json +142 -0
  581. package/source/openapi-specifications/v1.0/support/IM_TemplateFooter.json +83 -0
  582. package/source/openapi-specifications/v1.0/support/IM_TemplateHeader.json +86 -0
  583. package/source/openapi-specifications/v1.0/support/IM_TemplateItems.json +73 -0
  584. package/source/openapi-specifications/v1.0/support/IM_TimeSeriesMetrics.json +435 -0
  585. package/source/openapi-specifications/v1.0/support/IM_TwilioPhoneNumber.json +202 -0
  586. package/source/openapi-specifications/v1.0/support/IM_WhatsApp_Integrations.json +193 -0
  587. package/source/openapi-specifications/v1.0/support/IM_ZiaGpt.json +489 -0
  588. package/source/openapi-specifications/v1.0/support/Import.json +1844 -0
  589. package/source/openapi-specifications/v1.0/support/IncrementalDocuments.json +395 -0
  590. package/source/openapi-specifications/v1.0/support/Inference.json +307 -0
  591. package/source/openapi-specifications/v1.0/support/InlineImage.json +97 -0
  592. package/source/openapi-specifications/v1.0/support/IntegModule.json +938 -0
  593. package/source/openapi-specifications/v1.0/support/Integrations.json +1264 -0
  594. package/source/openapi-specifications/v1.0/support/InteractiveTours.json +539 -0
  595. package/source/openapi-specifications/v1.0/support/JWT.json +535 -0
  596. package/source/openapi-specifications/v1.0/support/KBCategoryPermalink.json +208 -0
  597. package/source/openapi-specifications/v1.0/support/KBCategoryUser.json +241 -0
  598. package/source/openapi-specifications/v1.0/support/KBPreference.json +323 -0
  599. package/source/openapi-specifications/v1.0/support/KBRecycleBin.json +2316 -0
  600. package/source/openapi-specifications/v1.0/support/KBRootCategory.json +2839 -0
  601. package/source/openapi-specifications/v1.0/support/KBRootCategoryTranslation.json +570 -0
  602. package/source/openapi-specifications/v1.0/support/KBSection.json +1941 -0
  603. package/source/openapi-specifications/v1.0/support/KBTranslationMassActionResponse.json +169 -0
  604. package/source/openapi-specifications/v1.0/support/KPIWidget.json +206 -0
  605. package/source/openapi-specifications/v1.0/support/KbBot.json +511 -0
  606. package/source/openapi-specifications/v1.0/support/KbCategory.json +1618 -0
  607. package/source/openapi-specifications/v1.0/support/KbCategoryLogo.json +124 -0
  608. package/source/openapi-specifications/v1.0/support/Label.json +1251 -0
  609. package/source/openapi-specifications/v1.0/support/Layout.json +8042 -0
  610. package/source/openapi-specifications/v1.0/support/LayoutRuleCriteria.json +491 -0
  611. package/source/openapi-specifications/v1.0/support/LayoutRules.json +1422 -0
  612. package/source/openapi-specifications/v1.0/support/LensInteg.json +86 -0
  613. package/source/openapi-specifications/v1.0/support/LicenseFeaturePlan.json +548 -0
  614. package/source/openapi-specifications/v1.0/support/LicenseInfo.json +1231 -0
  615. package/source/openapi-specifications/v1.0/support/LicenseTool.json +165 -0
  616. package/source/openapi-specifications/v1.0/support/Livecall.json +954 -0
  617. package/source/openapi-specifications/v1.0/support/LookupRecord.json +174 -0
  618. package/source/openapi-specifications/v1.0/support/Macros.json +1960 -0
  619. package/source/openapi-specifications/v1.0/support/MailReplyAddress.json +1263 -0
  620. package/source/openapi-specifications/v1.0/support/MassAction.json +1151 -0
  621. package/source/openapi-specifications/v1.0/support/MassActionError.json +55 -0
  622. package/source/openapi-specifications/v1.0/support/MassActionResponse.json +89 -0
  623. package/source/openapi-specifications/v1.0/support/Mentions.json +491 -0
  624. package/source/openapi-specifications/v1.0/support/Message.json +685 -0
  625. package/source/openapi-specifications/v1.0/support/Microsoft.json +887 -0
  626. package/source/openapi-specifications/v1.0/support/MicrosoftTeams.json +574 -0
  627. package/source/openapi-specifications/v1.0/support/Microsoft_PowerBI.json +903 -0
  628. package/source/openapi-specifications/v1.0/support/Misc.json +214 -0
  629. package/source/openapi-specifications/v1.0/support/Module.json +1625 -0
  630. package/source/openapi-specifications/v1.0/support/NewCriteria.json +1863 -0
  631. package/source/openapi-specifications/v1.0/support/NewFeatureFields.json +204 -0
  632. package/source/openapi-specifications/v1.0/support/NewTicketHistory.json +150 -0
  633. package/source/openapi-specifications/v1.0/support/NotificationRules.json +441 -0
  634. package/source/openapi-specifications/v1.0/support/OEmbedData.json +233 -0
  635. package/source/openapi-specifications/v1.0/support/Onboarding.json +282 -0
  636. package/source/openapi-specifications/v1.0/support/Organization.json +1391 -0
  637. package/source/openapi-specifications/v1.0/support/PBGroup.json +634 -0
  638. package/source/openapi-specifications/v1.0/support/PBGroupAgents.json +433 -0
  639. package/source/openapi-specifications/v1.0/support/PBPlatform.json +1447 -0
  640. package/source/openapi-specifications/v1.0/support/PBX.json +550 -0
  641. package/source/openapi-specifications/v1.0/support/PBXConfig.json +219 -0
  642. package/source/openapi-specifications/v1.0/support/PBXPhoneNumbers.json +443 -0
  643. package/source/openapi-specifications/v1.0/support/PBXPreference.json +314 -0
  644. package/source/openapi-specifications/v1.0/support/PageSense.json +1505 -0
  645. package/source/openapi-specifications/v1.0/support/PendingApproval.json +279 -0
  646. package/source/openapi-specifications/v1.0/support/Permalink.json +393 -0
  647. package/source/openapi-specifications/v1.0/support/PhoneAgents.json +1014 -0
  648. package/source/openapi-specifications/v1.0/support/PhoneMenu.json +118 -0
  649. package/source/openapi-specifications/v1.0/support/PinnedConversation.json +1115 -0
  650. package/source/openapi-specifications/v1.0/support/Pipeline_Info.json +232 -0
  651. package/source/openapi-specifications/v1.0/support/Pipeline_Service.json +499 -0
  652. package/source/openapi-specifications/v1.0/support/Product.json +1861 -0
  653. package/source/openapi-specifications/v1.0/support/ProductAttachment.json +485 -0
  654. package/source/openapi-specifications/v1.0/support/Profile.json +4236 -0
  655. package/source/openapi-specifications/v1.0/support/ProjectsInteg.json +989 -0
  656. package/source/openapi-specifications/v1.0/support/QueryStore.json +238 -0
  657. package/source/openapi-specifications/v1.0/support/QueueView.json +335 -0
  658. package/source/openapi-specifications/v1.0/support/RatelimitAdminTool.json +1204 -0
  659. package/source/openapi-specifications/v1.0/support/Records.json +1509 -0
  660. package/source/openapi-specifications/v1.0/support/Recyclebin.json +669 -0
  661. package/source/openapi-specifications/v1.0/support/RemoteAuth.json +401 -0
  662. package/source/openapi-specifications/v1.0/support/Report.json +6491 -0
  663. package/source/openapi-specifications/v1.0/support/ReportChart.json +254 -0
  664. package/source/openapi-specifications/v1.0/support/ReportFolder.json +1076 -0
  665. package/source/openapi-specifications/v1.0/support/ReportIntegration.json +202 -0
  666. package/source/openapi-specifications/v1.0/support/RequestFlags.json +358 -0
  667. package/source/openapi-specifications/v1.0/support/Resources.json +335 -0
  668. package/source/openapi-specifications/v1.0/support/ResponseHelpCenterUser.json +128 -0
  669. package/source/openapi-specifications/v1.0/support/Role.json +996 -0
  670. package/source/openapi-specifications/v1.0/support/RoundRobin.json +796 -0
  671. package/source/openapi-specifications/v1.0/support/RoundRobinTarget.json +381 -0
  672. package/source/openapi-specifications/v1.0/support/RoutingPreference.json +615 -0
  673. package/source/openapi-specifications/v1.0/support/RuleGroup.json +1630 -0
  674. package/source/openapi-specifications/v1.0/support/SLAMetaInfo.json +227 -0
  675. package/source/openapi-specifications/v1.0/support/Saml.json +565 -0
  676. package/source/openapi-specifications/v1.0/support/Sandbox.json +1075 -0
  677. package/source/openapi-specifications/v1.0/support/SandboxChangeset.json +501 -0
  678. package/source/openapi-specifications/v1.0/support/SandboxDeployment.json +428 -0
  679. package/source/openapi-specifications/v1.0/support/SandboxDeploymentLogs.json +295 -0
  680. package/source/openapi-specifications/v1.0/support/SandboxSourceOrganization.json +268 -0
  681. package/source/openapi-specifications/v1.0/support/SavedFilters.json +652 -0
  682. package/source/openapi-specifications/v1.0/support/Schedule.json +2077 -0
  683. package/source/openapi-specifications/v1.0/support/ScheduleReplyInfo.json +2271 -0
  684. package/source/openapi-specifications/v1.0/support/Search.json +12600 -0
  685. package/source/openapi-specifications/v1.0/support/SearchInteg.json +2254 -0
  686. package/source/openapi-specifications/v1.0/support/Setup.json +1766 -0
  687. package/source/openapi-specifications/v1.0/support/SharedSnippet.json +1110 -0
  688. package/source/openapi-specifications/v1.0/support/SharingRule.json +287 -0
  689. package/source/openapi-specifications/v1.0/support/Signature.json +354 -0
  690. package/source/openapi-specifications/v1.0/support/Skill.json +2164 -0
  691. package/source/openapi-specifications/v1.0/support/SkillConfiguration.json +269 -0
  692. package/source/openapi-specifications/v1.0/support/SkillType.json +807 -0
  693. package/source/openapi-specifications/v1.0/support/Slack.json +957 -0
  694. package/source/openapi-specifications/v1.0/support/SmsTemplates.json +514 -0
  695. package/source/openapi-specifications/v1.0/support/Snippets.json +918 -0
  696. package/source/openapi-specifications/v1.0/support/SocialBrands.json +427 -0
  697. package/source/openapi-specifications/v1.0/support/SocialInteg.json +336 -0
  698. package/source/openapi-specifications/v1.0/support/SocialPosts.json +2460 -0
  699. package/source/openapi-specifications/v1.0/support/SocialTwitterConversations.json +337 -0
  700. package/source/openapi-specifications/v1.0/support/StarredTemplates.json +690 -0
  701. package/source/openapi-specifications/v1.0/support/Statistics.json +125 -0
  702. package/source/openapi-specifications/v1.0/support/SubjectAccessRequest.json +2419 -0
  703. package/source/openapi-specifications/v1.0/support/Supervise.json +774 -0
  704. package/source/openapi-specifications/v1.0/support/SupportEmailAddress.json +188 -0
  705. package/source/openapi-specifications/v1.0/support/SupportEmailDomain.json +293 -0
  706. package/source/openapi-specifications/v1.0/support/SupportPlan.json +1109 -0
  707. package/source/openapi-specifications/v1.0/support/Tab.json +606 -0
  708. package/source/openapi-specifications/v1.0/support/Target.json +1311 -0
  709. package/source/openapi-specifications/v1.0/support/TargetFunctions.json +130 -0
  710. package/source/openapi-specifications/v1.0/support/Task.json +4006 -0
  711. package/source/openapi-specifications/v1.0/support/TaskAttachment.json +443 -0
  712. package/source/openapi-specifications/v1.0/support/TaskComments.json +706 -0
  713. package/source/openapi-specifications/v1.0/support/TaskTimeEntry.json +1756 -0
  714. package/source/openapi-specifications/v1.0/support/TaskTimer.json +441 -0
  715. package/source/openapi-specifications/v1.0/support/Team.json +1383 -0
  716. package/source/openapi-specifications/v1.0/support/TemplateFolders.json +1069 -0
  717. package/source/openapi-specifications/v1.0/support/Theme.json +152 -0
  718. package/source/openapi-specifications/v1.0/support/Thread.json +3545 -0
  719. package/source/openapi-specifications/v1.0/support/Ticket.json +9495 -0
  720. package/source/openapi-specifications/v1.0/support/TicketApprovals.json +855 -0
  721. package/source/openapi-specifications/v1.0/support/TicketAttachment.json +562 -0
  722. package/source/openapi-specifications/v1.0/support/TicketComment.json +1444 -0
  723. package/source/openapi-specifications/v1.0/support/TicketCount.json +690 -0
  724. package/source/openapi-specifications/v1.0/support/TicketFollowers.json +454 -0
  725. package/source/openapi-specifications/v1.0/support/TicketHistory.json +414 -0
  726. package/source/openapi-specifications/v1.0/support/TicketMetrics.json +369 -0
  727. package/source/openapi-specifications/v1.0/support/TicketRealTime.json +178 -0
  728. package/source/openapi-specifications/v1.0/support/TicketTag.json +1513 -0
  729. package/source/openapi-specifications/v1.0/support/TicketTemplate.json +907 -0
  730. package/source/openapi-specifications/v1.0/support/TicketTimeEntry.json +1681 -0
  731. package/source/openapi-specifications/v1.0/support/TicketTimer.json +1205 -0
  732. package/source/openapi-specifications/v1.0/support/TimeTracking.json +1212 -0
  733. package/source/openapi-specifications/v1.0/support/TrainingCourses.json +614 -0
  734. package/source/openapi-specifications/v1.0/support/TrainingIntegration.json +163 -0
  735. package/source/openapi-specifications/v1.0/support/TranslationLanguages.json +2772 -0
  736. package/source/openapi-specifications/v1.0/support/Upload.json +620 -0
  737. package/source/openapi-specifications/v1.0/support/User.json +1409 -0
  738. package/source/openapi-specifications/v1.0/support/UserAuthentication.json +617 -0
  739. package/source/openapi-specifications/v1.0/support/UserPresence.json +763 -0
  740. package/source/openapi-specifications/v1.0/support/ValidationRuleCriteria.json +107 -0
  741. package/source/openapi-specifications/v1.0/support/ValidationRules.json +1173 -0
  742. package/source/openapi-specifications/v1.0/support/Webhook.json +1330 -0
  743. package/source/openapi-specifications/v1.0/support/WhatsAppDetails.json +132 -0
  744. package/source/openapi-specifications/v1.0/support/WhatsAppMigration.json +143 -0
  745. package/source/openapi-specifications/v1.0/support/WhatsAppTemplateTags.json +132 -0
  746. package/source/openapi-specifications/v1.0/support/Widget.json +3023 -0
  747. package/source/openapi-specifications/v1.0/support/WmsDomain.json +104 -0
  748. package/source/openapi-specifications/v1.0/support/ZIAAnswerbotInference.json +756 -0
  749. package/source/openapi-specifications/v1.0/support/ZIADocumentData.json +989 -0
  750. package/source/openapi-specifications/v1.0/support/ZIASolutionService.json +135 -0
  751. package/source/openapi-specifications/v1.0/support/ZIAVectorSearch.json +376 -0
  752. package/source/openapi-specifications/v1.0/support/ZiaDCMigration.json +159 -0
  753. package/source/openapi-specifications/v1.0/support/ZiaGPT.json +3229 -0
  754. package/source/openapi-specifications/v1.0/support/ZiaScheduler.json +453 -0
  755. package/source/openapi-specifications/v1.0/support/Zwitch.json +1543 -0
  756. package/source/openapi-specifications/v1.0/support/blueprintChartData.json +201 -0
  757. package/source/openapi-specifications/v1.0/support/blueprintConnections.json +75 -0
  758. package/source/openapi-specifications/v1.0/support/blueprintCriteria.json +255 -0
  759. package/source/openapi-specifications/v1.0/support/blueprintDrafts.json +1677 -0
  760. package/source/openapi-specifications/v1.0/support/blueprintStates.json +284 -0
  761. package/source/openapi-specifications/v1.0/support/blueprintStrictModeConfig.json +91 -0
  762. package/source/openapi-specifications/v1.0/support/blueprintTransitions.json +1546 -0
  763. package/source/openapi-specifications/v1.0/support/blueprints.json +2992 -0
  764. package/source/openapi-specifications/v1.0/support/errors.json +80 -0
  765. package/source/openapi-specifications/v1.0/support/zlabsnlp.json +416 -0
  766. package/.github/agents/Generators.agent.md +0 -121
@@ -0,0 +1,3206 @@
1
+ {
2
+ "openapi" : "3.1.0",
3
+ "info" : {
4
+ "title" : "Account",
5
+ "version" : "1.0.0",
6
+ "x-clan-group" : "accounts",
7
+ "x-module-group" : "accounts"
8
+ },
9
+ "paths" : {
10
+ "/api/v1/accounts/{accountId}/associateProducts" : {
11
+ "post" : {
12
+ "tags" : [ "Account" ],
13
+ "summary" : "Associate products with an account",
14
+ "description" : "This API associates products with an account. Only a maximum of 10 products can be associated with an account through a single API request.",
15
+ "operationId" : "associateProductsWithAccount",
16
+ "parameters" : [ {
17
+ "$ref" : "#/components/parameters/accountId"
18
+ }, {
19
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
20
+ } ],
21
+ "requestBody" : {
22
+ "$ref" : "#/components/requestBodies/associateProductsWithAccount"
23
+ },
24
+ "responses" : {
25
+ "200" : {
26
+ "$ref" : "./MassActionResponse.json#/components/responses/massActionListResponse"
27
+ },
28
+ "422" : {
29
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
30
+ }
31
+ },
32
+ "security" : [ {
33
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
34
+ }, {
35
+ "iam-oauth2-schema" : [ "Desk.contacts.UPDATE" ]
36
+ } ],
37
+ "x-audience" : [ "external-public" ],
38
+ "x-custom-url-attribute" : {
39
+ "security" : {
40
+ "throttle" : {
41
+ "policy" : "WriteAPI_Lenient_UserPolicy"
42
+ },
43
+ "extraparams" : {
44
+ "disable" : true,
45
+ "ignore" : false
46
+ },
47
+ "authentication" : { }
48
+ },
49
+ "clan-group" : "accounts",
50
+ "apihash" : "243a2960a87793a8a28d2e480091afef",
51
+ "module-group" : "accounts",
52
+ "apimethod" : "com.zoho.support.restapi.AccountService.associateProductsWithAccount"
53
+ }
54
+ }
55
+ },
56
+ "/api/v1/accounts/{accountId}/merge" : {
57
+ "post" : {
58
+ "tags" : [ "Account" ],
59
+ "summary" : "Merge Accounts",
60
+ "description" : "This API merges two or more accounts.",
61
+ "operationId" : "mergeAccounts",
62
+ "parameters" : [ {
63
+ "$ref" : "#/components/parameters/accountId"
64
+ }, {
65
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
66
+ } ],
67
+ "requestBody" : {
68
+ "$ref" : "#/components/requestBodies/accountMergeRequest"
69
+ },
70
+ "responses" : {
71
+ "404" : {
72
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
73
+ },
74
+ "200" : {
75
+ "$ref" : "#/components/responses/accountResponse"
76
+ },
77
+ "422" : {
78
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
79
+ },
80
+ "500" : {
81
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
82
+ },
83
+ "403" : {
84
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
85
+ }
86
+ },
87
+ "security" : [ {
88
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
89
+ }, {
90
+ "iam-oauth2-schema" : [ "Desk.contacts.UPDATE" ]
91
+ } ],
92
+ "x-audience" : [ "external-public" ],
93
+ "x-custom-url-attribute" : {
94
+ "security" : {
95
+ "throttle" : {
96
+ "policy" : "WriteAPI_Stringent_UserPolicy"
97
+ },
98
+ "extraparams" : {
99
+ "disable" : true,
100
+ "ignore" : false
101
+ },
102
+ "authentication" : { }
103
+ },
104
+ "clan-group" : "accounts",
105
+ "apihash" : "3078cad06807a3f92dc34379d3beff2d",
106
+ "module-group" : "accounts",
107
+ "apimethod" : "com.zoho.support.restapi.AccountService.merge"
108
+ }
109
+ }
110
+ },
111
+ "/api/v1/contacts/{contactId}/accounts" : {
112
+ "get" : {
113
+ "tags" : [ "Account" ],
114
+ "summary" : "List accounts of contact",
115
+ "description" : "This API lists the accounts associated with a particular contact.",
116
+ "operationId" : "getAccountsByContact",
117
+ "parameters" : [ {
118
+ "$ref" : "#/components/parameters/limit"
119
+ }, {
120
+ "$ref" : "#/components/parameters/from"
121
+ }, {
122
+ "name" : "sortBy",
123
+ "in" : "query",
124
+ "description" : "Sort by a specific attribute: @accountName@ or @createdTime@ or @mappingType@ . The default sorting order is ascending. A @-@ prefix denotes descending order of sorting.",
125
+ "required" : false,
126
+ "style" : "form",
127
+ "explode" : true,
128
+ "schema" : {
129
+ "type" : [ "string", "null" ],
130
+ "description" : "Sort by a specific attribute: @accountName@ or @createdTime@ or @mappingType@ . The default sorting order is ascending. A @-@ prefix denotes descending order of sorting.",
131
+ "enum" : [ "accountName", "createdTime", "mappingType" ]
132
+ }
133
+ }, {
134
+ "$ref" : "#/components/parameters/startsWith"
135
+ }, {
136
+ "$ref" : "#/components/parameters/contactId"
137
+ }, {
138
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
139
+ } ],
140
+ "responses" : {
141
+ "204" : {
142
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
143
+ },
144
+ "200" : {
145
+ "$ref" : "#/components/responses/accountListWithMappingInfoArray"
146
+ }
147
+ },
148
+ "security" : [ {
149
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
150
+ }, {
151
+ "iam-oauth2-schema" : [ "Desk.contacts.READ" ]
152
+ } ],
153
+ "x-audience" : [ "external-public" ],
154
+ "x-custom-url-attribute" : {
155
+ "security" : {
156
+ "throttle" : {
157
+ "policy" : "ReadAPI_Standard_UserPolicy"
158
+ },
159
+ "extraparams" : {
160
+ "disable" : true,
161
+ "ignore" : false
162
+ },
163
+ "authentication" : { }
164
+ },
165
+ "clan-group" : "contacts",
166
+ "apihash" : "22cf770b56a22ef6cc65fd9c1c86cf46",
167
+ "module-group" : "contacts",
168
+ "apimethod" : "com.zoho.support.restapi.ContactService.getAssociatedAccountsForContact"
169
+ }
170
+ }
171
+ },
172
+ "/api/v1/accounts/{accountId}/statistics" : {
173
+ "get" : {
174
+ "tags" : [ "Account" ],
175
+ "summary" : "Get account statistics",
176
+ "description" : "This API fetches the overall statistics of an account.",
177
+ "operationId" : "getAccountStatistics",
178
+ "parameters" : [ {
179
+ "$ref" : "#/components/parameters/departmentId"
180
+ }, {
181
+ "name" : "timeRange",
182
+ "in" : "query",
183
+ "description" : "Key that filters statistics observed in a specific date and time range. Enter the from and to dates in the ISO date format of yyyy-MM-ddThh:mm:ss.SSSZ; for example, timeRange=2017-11-05T00:00:00.000Z,2018-02-05T23:59:00.000Z. The maximum period allowed for the time range is six months.",
184
+ "required" : false,
185
+ "style" : "form",
186
+ "explode" : true,
187
+ "schema" : {
188
+ "type" : [ "string", "null" ],
189
+ "description" : "Key that filters statistics observed in a specific date and time range. Enter the from and to dates in the ISO date format of yyyy-MM-ddThh:mm:ss.SSSZ; for example, timeRange=2017-11-05T00:00:00.000Z,2018-02-05T23:59:00.000Z. The maximum period allowed for the time range is six months.",
190
+ "maxLength" : 100,
191
+ "minLength" : 0,
192
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z)),(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))|null",
193
+ "x-audience" : [ "company-internal" ]
194
+ }
195
+ }, {
196
+ "$ref" : "#/components/parameters/accountId"
197
+ }, {
198
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
199
+ } ],
200
+ "responses" : {
201
+ "404" : {
202
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
203
+ },
204
+ "200" : {
205
+ "$ref" : "./Statistics.json#/components/responses/statisticsResponse"
206
+ },
207
+ "422" : {
208
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
209
+ },
210
+ "401" : {
211
+ "$ref" : "../common/Common.json#/components/responses/unauthorizedErrorResponse"
212
+ }
213
+ },
214
+ "security" : [ {
215
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
216
+ }, {
217
+ "iam-oauth2-schema" : [ "Desk.contacts.READ" ]
218
+ } ],
219
+ "x-audience" : [ "external-public" ],
220
+ "x-custom-url-attribute" : {
221
+ "security" : {
222
+ "throttle" : {
223
+ "policy" : "ReadAPI_Standard_UserPolicy"
224
+ },
225
+ "extraparams" : {
226
+ "disable" : true,
227
+ "ignore" : false
228
+ },
229
+ "authentication" : { }
230
+ },
231
+ "clan-group" : "accounts",
232
+ "apihash" : "bb8cfdc78f3d8bdd5dcc962b668c3312",
233
+ "module-group" : "accounts",
234
+ "apimethod" : "com.zoho.support.restapi.AccountService.getStatistics"
235
+ }
236
+ }
237
+ },
238
+ "/api/v1/accounts/{accountId}/tickets" : {
239
+ "get" : {
240
+ "tags" : [ "Account" ],
241
+ "summary" : "List tickets by account",
242
+ "description" : "This API lists tickets received from a specific account.",
243
+ "operationId" : "getTicketsByAccount",
244
+ "parameters" : [ {
245
+ "name" : "include",
246
+ "in" : "query",
247
+ "description" : "Additional information related to the tickets. Values allowed are: contacts, products, departments, team, isRead and assignee. You can pass multiple values by separating them with a comma in the API request.",
248
+ "required" : false,
249
+ "style" : "simple",
250
+ "explode" : true,
251
+ "schema" : {
252
+ "type" : [ "null", "array" ],
253
+ "description" : "Additional information related to the tickets. Values allowed are: @contacts@, @products@, @departments@, @team@, @isRead@ and @assignee@. You can pass multiple values by separating them with a comma in the API request.",
254
+ "items" : {
255
+ "type" : [ "string", "null" ],
256
+ "enum" : [ "contacts", "products", "departments", "team", "assignee", "isRead" ],
257
+ "maxLength" : 100,
258
+ "minLength" : 0,
259
+ "x-custom-parameters-attributes" : [ ]
260
+ },
261
+ "uniqueItems" : true
262
+ }
263
+ }, {
264
+ "name" : "statusType",
265
+ "in" : "query",
266
+ "description" : "Filter by status of the ticket. Values allowed are Open and On Hold and Closed. Both values include their sub-statuses too.",
267
+ "required" : false,
268
+ "style" : "form",
269
+ "explode" : true,
270
+ "schema" : {
271
+ "type" : [ "string", "null" ],
272
+ "description" : "Filter by status of the ticket. Values allowed are @Open@ and @On Hold@ and @Closed@. Both values include their sub-statuses too.",
273
+ "enum" : [ "Open", "Closed" ],
274
+ "maxLength" : 100,
275
+ "minLength" : 0,
276
+ "x-audience" : [ "company-internal" ]
277
+ },
278
+ "x-audience" : [ "company-internal" ]
279
+ }, {
280
+ "$ref" : "#/components/parameters/departmentId"
281
+ }, {
282
+ "name" : "dueDate",
283
+ "in" : "query",
284
+ "description" : "Filter by ticket duedate. Values allowed are @overdue@, @tomorrow@, @currentWeek@, @currentMonth@ and @today@. You can include both values by separating them with a comma",
285
+ "required" : false,
286
+ "style" : "form",
287
+ "explode" : true,
288
+ "schema" : {
289
+ "type" : [ "string", "null" ],
290
+ "description" : "Filter by ticket duedate. Values allowed are @overdue@, @tomorrow@, @currentWeek@, @currentMonth@ and @today@. You can include both values by separating them with a comma",
291
+ "enum" : [ "overdue", "tomorrow", "currentWeek", "currentMonth", "today" ],
292
+ "maxLength" : 100,
293
+ "minLength" : 0,
294
+ "x-custom-parameters-attributes" : {
295
+ "split" : ","
296
+ }
297
+ }
298
+ }, {
299
+ "$ref" : "#/components/parameters/limit"
300
+ }, {
301
+ "$ref" : "#/components/parameters/from"
302
+ }, {
303
+ "name" : "sortBy",
304
+ "in" : "query",
305
+ "description" : "Sort by a specific attribute: @createdTime@ or @modifiedTime@. The default sorting order is ascending. A @-@ prefix denotes descending order of sorting.",
306
+ "required" : false,
307
+ "style" : "form",
308
+ "explode" : true,
309
+ "schema" : {
310
+ "type" : [ "string", "null" ],
311
+ "description" : "Sort by a specific attribute: @createdTime@ or @modifiedTime@. The default sorting order is ascending. A @-@ prefix denotes descending order of sorting.",
312
+ "enum" : [ "createdTime", "modifiedTime" ],
313
+ "maxLength" : 100,
314
+ "minLength" : 0
315
+ }
316
+ }, {
317
+ "name" : "isSpam",
318
+ "in" : "query",
319
+ "description" : "Filters Spam tickets",
320
+ "required" : false,
321
+ "style" : "form",
322
+ "explode" : true,
323
+ "schema" : {
324
+ "type" : [ "boolean", "null" ],
325
+ "description" : "Filters Spam tickets"
326
+ }
327
+ }, {
328
+ "$ref" : "#/components/parameters/accountId"
329
+ }, {
330
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
331
+ } ],
332
+ "responses" : {
333
+ "204" : {
334
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
335
+ },
336
+ "200" : {
337
+ "$ref" : "#/components/responses/getTicketsByAccountResponse"
338
+ }
339
+ },
340
+ "security" : [ {
341
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
342
+ }, {
343
+ "iam-oauth2-schema" : [ "Desk.tickets.READ", "Desk.search.READ" ]
344
+ } ],
345
+ "x-audience" : [ "external-public" ],
346
+ "x-custom-url-attribute" : {
347
+ "security" : {
348
+ "throttle" : {
349
+ "policy" : "ReadAPI_Standard_UserPolicy"
350
+ },
351
+ "extraparams" : {
352
+ "disable" : true,
353
+ "ignore" : false
354
+ },
355
+ "authentication" : {
356
+ "deprecatedScopes" : [ "search" ]
357
+ }
358
+ },
359
+ "clan-group" : "tickets",
360
+ "apihash" : "56e4b4244f0ffe9e1234e3e24ba6e4ea",
361
+ "module-group" : "tickets",
362
+ "apimethod" : "com.zoho.support.restapi.RequestService.getTicketsForAccount"
363
+ }
364
+ }
365
+ },
366
+ "/api/v1/accounts/{accountId}/dissociateContacts" : {
367
+ "post" : {
368
+ "tags" : [ "Account" ],
369
+ "summary" : "Dissociate accounts with a contact",
370
+ "description" : "This API dissociate accounts with a contact.",
371
+ "operationId" : "dissociateContactsWithAccount",
372
+ "parameters" : [ {
373
+ "$ref" : "#/components/parameters/accountId"
374
+ }, {
375
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
376
+ } ],
377
+ "requestBody" : {
378
+ "$ref" : "#/components/requestBodies/dissociateContactsWithAccount"
379
+ },
380
+ "responses" : {
381
+ "422" : {
382
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
383
+ },
384
+ "200" : {
385
+ "$ref" : "./MassActionResponse.json#/components/responses/massActionListResponse"
386
+ }
387
+ },
388
+ "security" : [ {
389
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
390
+ }, {
391
+ "iam-oauth2-schema" : [ "Desk.contacts.UPDATE" ]
392
+ } ],
393
+ "x-audience" : [ "company-internal" ],
394
+ "x-custom-url-attribute" : {
395
+ "security" : {
396
+ "throttle" : {
397
+ "policy" : "WriteAPI_Standard_UserPolicy"
398
+ },
399
+ "extraparams" : {
400
+ "disable" : true,
401
+ "ignore" : false
402
+ },
403
+ "authentication" : { }
404
+ },
405
+ "clan-group" : "accounts",
406
+ "apihash" : "b0eed9a3a6a09eab7fdf8ca2c9232586",
407
+ "module-group" : "accounts",
408
+ "apimethod" : "com.zoho.support.restapi.AccountService.dissociateContactsWithAccount"
409
+ }
410
+ }
411
+ },
412
+ "/api/v1/accounts" : {
413
+ "get" : {
414
+ "tags" : [ "Account" ],
415
+ "summary" : "List accounts",
416
+ "description" : "This API lists a particular number of accounts, based on the limit specified. ",
417
+ "operationId" : "getAccounts",
418
+ "parameters" : [ {
419
+ "$ref" : "#/components/parameters/limit"
420
+ }, {
421
+ "$ref" : "#/components/parameters/from"
422
+ }, {
423
+ "name" : "sortBy",
424
+ "in" : "query",
425
+ "required" : false,
426
+ "style" : "form",
427
+ "explode" : true,
428
+ "schema" : {
429
+ "type" : [ "string", "null" ],
430
+ "enum" : [ "website", "email", "phone", "accountName", "createdTime", "modifiedTime" ],
431
+ "maxLength" : 100,
432
+ "minLength" : 0
433
+ }
434
+ }, {
435
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
436
+ } ],
437
+ "responses" : {
438
+ "200" : {
439
+ "$ref" : "#/components/responses/accountListArray"
440
+ }
441
+ },
442
+ "security" : [ {
443
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
444
+ }, {
445
+ "iam-oauth2-schema" : [ "Desk.contacts.READ" ]
446
+ } ],
447
+ "x-audience" : [ "external-public" ],
448
+ "x-custom-url-attribute" : {
449
+ "security" : {
450
+ "throttle" : {
451
+ "policy" : "ReadAPI_Standard_UserPolicy"
452
+ },
453
+ "extraparams" : {
454
+ "disable" : true,
455
+ "ignore" : false
456
+ },
457
+ "authentication" : { }
458
+ },
459
+ "clan-group" : "accounts",
460
+ "apihash" : "f800afabd1b0bef5ab3978488980b23d",
461
+ "module-group" : "accounts",
462
+ "apimethod" : "com.zoho.support.restapi.AccountService.getAccounts"
463
+ }
464
+ },
465
+ "post" : {
466
+ "tags" : [ "Account" ],
467
+ "summary" : "Create Account",
468
+ "description" : "This API creates an account in your help desk portal.",
469
+ "operationId" : "createAccount",
470
+ "parameters" : [ {
471
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
472
+ } ],
473
+ "requestBody" : {
474
+ "$ref" : "#/components/requestBodies/accountjson"
475
+ },
476
+ "responses" : {
477
+ "422" : {
478
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
479
+ },
480
+ "500" : {
481
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
482
+ },
483
+ "200" : {
484
+ "$ref" : "#/components/responses/accountResponse"
485
+ }
486
+ },
487
+ "security" : [ {
488
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
489
+ }, {
490
+ "iam-oauth2-schema" : [ "Desk.contacts.CREATE" ]
491
+ } ],
492
+ "x-audience" : [ "external-public" ],
493
+ "x-custom-url-attribute" : {
494
+ "security" : {
495
+ "throttle" : {
496
+ "policy" : "WriteAPI_Standard_UserPolicy"
497
+ },
498
+ "extraparams" : {
499
+ "disable" : true,
500
+ "ignore" : false
501
+ },
502
+ "authentication" : { }
503
+ },
504
+ "clan-group" : "accounts",
505
+ "apihash" : "598af8ce96ffab066cd1fe50772611b8",
506
+ "module-group" : "accounts",
507
+ "apimethod" : "com.zoho.support.restapi.AccountService.addAccount"
508
+ }
509
+ }
510
+ },
511
+ "/api/v1/accounts/{accountId}/contracts" : {
512
+ "get" : {
513
+ "tags" : [ "Account" ],
514
+ "summary" : "Get contract",
515
+ "description" : "Getting contracts of an Account",
516
+ "operationId" : "getContractsByAccount",
517
+ "parameters" : [ {
518
+ "name" : "contractStatus",
519
+ "in" : "query",
520
+ "description" : "Contract Status,Indicates the Current Status of the Contract, Values are @ACTIVE@, @EXPIRED@, @FUTURE@",
521
+ "required" : false,
522
+ "style" : "form",
523
+ "explode" : true,
524
+ "schema" : {
525
+ "type" : [ "string", "null" ],
526
+ "description" : "Contract Status,Indicates the Current Status of the Contract, Values are @ACTIVE@, @EXPIRED@, @FUTURE@",
527
+ "enum" : [ "ACTIVE", "EXPIRED", "FUTURE" ],
528
+ "maxLength" : 100,
529
+ "minLength" : 0
530
+ }
531
+ }, {
532
+ "$ref" : "#/components/parameters/departmentId"
533
+ }, {
534
+ "name" : "limit",
535
+ "in" : "query",
536
+ "description" : "Number of contracts to fetch, Ranges from 1-50, DEFAULT 50",
537
+ "required" : false,
538
+ "style" : "form",
539
+ "explode" : true,
540
+ "schema" : {
541
+ "type" : [ "string", "null", "integer" ],
542
+ "format" : "int32",
543
+ "default" : 50,
544
+ "description" : "Number of accounts to list",
545
+ "maximum" : 50,
546
+ "minimum" : 1,
547
+ "pattern" : "([0-9]+)"
548
+ }
549
+ }, {
550
+ "$ref" : "#/components/parameters/from"
551
+ }, {
552
+ "$ref" : "#/components/parameters/accountId"
553
+ }, {
554
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
555
+ } ],
556
+ "responses" : {
557
+ "200" : {
558
+ "$ref" : "#/components/responses/getContractsForAccountResponse"
559
+ }
560
+ },
561
+ "security" : [ {
562
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
563
+ }, {
564
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
565
+ } ],
566
+ "x-audience" : [ "external-public" ],
567
+ "x-custom-url-attribute" : {
568
+ "security" : {
569
+ "throttle" : {
570
+ "policy" : "ReadAPI_Stringent_UserPolicy"
571
+ },
572
+ "extraparams" : {
573
+ "disable" : true,
574
+ "ignore" : false
575
+ },
576
+ "authentication" : { }
577
+ },
578
+ "clan-group" : "automation",
579
+ "apihash" : "293db31ae4200a99a3226b3bfed51c16",
580
+ "module-group" : "automation",
581
+ "apimethod" : "com.zoho.support.restapi.ContractService.getContractsForAccount"
582
+ }
583
+ }
584
+ },
585
+ "/api/v1/accounts/{accountId}/associateContacts" : {
586
+ "post" : {
587
+ "tags" : [ "Account" ],
588
+ "summary" : "Associate contacts with account",
589
+ "description" : "This API associates contacts with a particular account.",
590
+ "operationId" : "associateContactsWithAccount",
591
+ "parameters" : [ {
592
+ "$ref" : "#/components/parameters/accountId"
593
+ }, {
594
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
595
+ } ],
596
+ "requestBody" : {
597
+ "$ref" : "#/components/requestBodies/associateContactsWithAccount"
598
+ },
599
+ "responses" : {
600
+ "422" : {
601
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
602
+ },
603
+ "200" : {
604
+ "$ref" : "./MassActionResponse.json#/components/responses/massActionListResponse"
605
+ }
606
+ },
607
+ "security" : [ {
608
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
609
+ }, {
610
+ "iam-oauth2-schema" : [ "Desk.contacts.UPDATE" ]
611
+ } ],
612
+ "x-audience" : [ "company-internal" ],
613
+ "x-custom-url-attribute" : {
614
+ "security" : {
615
+ "throttle" : {
616
+ "policy" : "WriteAPI_Standard_UserPolicy"
617
+ },
618
+ "extraparams" : {
619
+ "disable" : true,
620
+ "ignore" : false
621
+ },
622
+ "authentication" : { }
623
+ },
624
+ "clan-group" : "accounts",
625
+ "apihash" : "e804db9f12fc85c4a470ffb9d622c4ce",
626
+ "module-group" : "accounts",
627
+ "apimethod" : "com.zoho.support.restapi.AccountService.associateContactsWithAccount"
628
+ }
629
+ }
630
+ },
631
+ "/api/v1/accounts/{accountId}" : {
632
+ "get" : {
633
+ "tags" : [ "Account" ],
634
+ "summary" : "Get Account",
635
+ "description" : "This API fetches an account from your help desk portal.",
636
+ "operationId" : "getAccount",
637
+ "parameters" : [ {
638
+ "name" : "include",
639
+ "in" : "query",
640
+ "description" : "Allowed values are : @owner@",
641
+ "required" : false,
642
+ "style" : "simple",
643
+ "explode" : true,
644
+ "schema" : {
645
+ "type" : [ "null", "array" ],
646
+ "description" : "Allowed values are : @owner@",
647
+ "items" : {
648
+ "type" : [ "string", "null" ],
649
+ "enum" : [ "owner" ],
650
+ "maxLength" : 100,
651
+ "minLength" : 0,
652
+ "x-custom-parameters-attributes" : [ ]
653
+ },
654
+ "uniqueItems" : true
655
+ }
656
+ }, {
657
+ "$ref" : "#/components/parameters/accountId"
658
+ }, {
659
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
660
+ } ],
661
+ "responses" : {
662
+ "200" : {
663
+ "$ref" : "#/components/responses/accountResponse"
664
+ }
665
+ },
666
+ "security" : [ {
667
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
668
+ }, {
669
+ "iam-oauth2-schema" : [ "Desk.contacts.READ" ]
670
+ } ],
671
+ "x-audience" : [ "external-public" ],
672
+ "x-custom-url-attribute" : {
673
+ "security" : {
674
+ "throttle" : {
675
+ "policy" : "ReadAPI_Lenient_UserPolicy"
676
+ },
677
+ "extraparams" : {
678
+ "disable" : true,
679
+ "ignore" : false
680
+ },
681
+ "authentication" : { }
682
+ },
683
+ "clan-group" : "accounts",
684
+ "apihash" : "b64863b253e6a505af62e8751c4fda44",
685
+ "module-group" : "accounts",
686
+ "apimethod" : "com.zoho.support.restapi.AccountService.getAccount"
687
+ }
688
+ },
689
+ "patch" : {
690
+ "tags" : [ "Account" ],
691
+ "summary" : "Update Account",
692
+ "description" : "This API updates details of an existing account.",
693
+ "operationId" : "updateAccount",
694
+ "parameters" : [ {
695
+ "$ref" : "#/components/parameters/accountId"
696
+ }, {
697
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
698
+ } ],
699
+ "requestBody" : {
700
+ "$ref" : "#/components/requestBodies/updateAccount_accountjson"
701
+ },
702
+ "responses" : {
703
+ "200" : {
704
+ "$ref" : "#/components/responses/accountResponse"
705
+ },
706
+ "422" : {
707
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
708
+ }
709
+ },
710
+ "security" : [ {
711
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
712
+ }, {
713
+ "iam-oauth2-schema" : [ "Desk.contacts.UPDATE" ]
714
+ } ],
715
+ "x-audience" : [ "external-public" ],
716
+ "x-custom-url-attribute" : {
717
+ "security" : {
718
+ "throttle" : {
719
+ "policy" : "WriteAPI_Lenient_UserPolicy"
720
+ },
721
+ "extraparams" : {
722
+ "disable" : true,
723
+ "ignore" : false
724
+ },
725
+ "authentication" : { }
726
+ },
727
+ "clan-group" : "accounts",
728
+ "apihash" : "1517bdab65481038e47016b20b07fbd5",
729
+ "module-group" : "accounts",
730
+ "apimethod" : "com.zoho.support.restapi.AccountService.updateAccount"
731
+ }
732
+ }
733
+ },
734
+ "/api/v1/accounts/{accountId}/history" : {
735
+ "get" : {
736
+ "tags" : [ "Account" ],
737
+ "summary" : "Get account history",
738
+ "description" : "This API fetches the ticket history of an account.",
739
+ "operationId" : "getTicketHistoryByAccount",
740
+ "parameters" : [ {
741
+ "name" : "agentId",
742
+ "in" : "query",
743
+ "description" : "Key that filters ticket activities performed by a particular agent",
744
+ "required" : false,
745
+ "style" : "form",
746
+ "explode" : true,
747
+ "schema" : {
748
+ "type" : [ "string", "null", "integer" ],
749
+ "format" : "int64",
750
+ "description" : " Key that filters ticket activities performed by a particular agent",
751
+ "pattern" : "([0-9]+)"
752
+ }
753
+ }, {
754
+ "$ref" : "#/components/parameters/contactId"
755
+ }, {
756
+ "$ref" : "#/components/parameters/departmentId"
757
+ }, {
758
+ "$ref" : "#/components/parameters/limit"
759
+ }, {
760
+ "$ref" : "#/components/parameters/from"
761
+ }, {
762
+ "$ref" : "#/components/parameters/accountId"
763
+ }, {
764
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
765
+ } ],
766
+ "responses" : {
767
+ "404" : {
768
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
769
+ },
770
+ "200" : {
771
+ "$ref" : "./TicketHistory.json#/components/responses/accountContactHistoryResponse"
772
+ },
773
+ "422" : {
774
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
775
+ },
776
+ "401" : {
777
+ "$ref" : "../common/Common.json#/components/responses/unauthorizedErrorResponse"
778
+ }
779
+ },
780
+ "security" : [ {
781
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
782
+ }, {
783
+ "iam-oauth2-schema" : [ "Desk.contacts.READ", "Desk.tickets.READ" ]
784
+ } ],
785
+ "x-audience" : [ "external-public" ],
786
+ "x-custom-url-attribute" : {
787
+ "security" : {
788
+ "throttle" : {
789
+ "policy" : "ReadAPI_Standard_UserPolicy"
790
+ },
791
+ "extraparams" : {
792
+ "disable" : true,
793
+ "ignore" : false
794
+ },
795
+ "authentication" : { }
796
+ },
797
+ "clan-group" : "tickets",
798
+ "apihash" : "3f991af77cc400da18a7000106d582aa",
799
+ "module-group" : "tickets",
800
+ "apimethod" : "com.zoho.support.restapi.HistoryService.getTicketsHistoryForAccounts"
801
+ }
802
+ }
803
+ },
804
+ "/api/v1/accounts/count" : {
805
+ "get" : {
806
+ "tags" : [ "Account" ],
807
+ "summary" : "List all accounts count",
808
+ "description" : "Get accounts count",
809
+ "operationId" : "getAccountsCount",
810
+ "parameters" : [ {
811
+ "name" : "viewId",
812
+ "in" : "query",
813
+ "description" : "ID of the view to apply while fetching the resources",
814
+ "required" : true,
815
+ "style" : "form",
816
+ "explode" : true,
817
+ "schema" : {
818
+ "type" : [ "string", "integer" ],
819
+ "format" : "int64",
820
+ "pattern" : "([0-9]+)"
821
+ }
822
+ }, {
823
+ "$ref" : "#/components/parameters/startsWith"
824
+ }, {
825
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
826
+ } ],
827
+ "responses" : {
828
+ "404" : {
829
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
830
+ },
831
+ "200" : {
832
+ "$ref" : "#/components/responses/getCountResponse"
833
+ },
834
+ "422" : {
835
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
836
+ },
837
+ "403" : {
838
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
839
+ }
840
+ },
841
+ "security" : [ {
842
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
843
+ }, {
844
+ "iam-oauth2-schema" : [ "Desk.contacts.READ" ]
845
+ } ],
846
+ "x-audience" : [ "company-internal" ],
847
+ "x-custom-url-attribute" : {
848
+ "security" : {
849
+ "throttle" : {
850
+ "policy" : "ReadAPI_Stringent_UserPolicy"
851
+ },
852
+ "extraparams" : {
853
+ "disable" : true,
854
+ "ignore" : false
855
+ },
856
+ "authentication" : { }
857
+ },
858
+ "clan-group" : "accounts",
859
+ "apihash" : "8da3a4ed57136dc2a411860591619cc3",
860
+ "module-group" : "accounts",
861
+ "apimethod" : "com.zoho.support.restapi.RecordsCountService.getAccountsCount"
862
+ }
863
+ }
864
+ },
865
+ "/api/v1/accounts/moveToTrash" : {
866
+ "post" : {
867
+ "tags" : [ "Account" ],
868
+ "summary" : "Delete Accounts",
869
+ "description" : "This API moves the accounts specified to the Recycle Bin.",
870
+ "operationId" : "deleteAccount",
871
+ "parameters" : [ {
872
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
873
+ } ],
874
+ "requestBody" : {
875
+ "$ref" : "#/components/requestBodies/accountsrecyclebinjson"
876
+ },
877
+ "responses" : {
878
+ "422" : {
879
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
880
+ },
881
+ "204" : {
882
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
883
+ }
884
+ },
885
+ "security" : [ {
886
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
887
+ }, {
888
+ "iam-oauth2-schema" : [ "Desk.contacts.DELETE" ]
889
+ } ],
890
+ "x-audience" : [ "external-public" ],
891
+ "x-custom-url-attribute" : {
892
+ "security" : {
893
+ "throttle" : {
894
+ "policy" : "WriteAPI_Stringent_UserPolicy"
895
+ },
896
+ "extraparams" : {
897
+ "disable" : true,
898
+ "ignore" : false
899
+ },
900
+ "authentication" : { }
901
+ },
902
+ "clan-group" : "accounts",
903
+ "apihash" : "c393d9f9553db305d1e6a5f19a64964a",
904
+ "module-group" : "accounts",
905
+ "apimethod" : "com.zoho.support.restapi.AccountService.moveAccountsToTrash"
906
+ }
907
+ }
908
+ },
909
+ "/api/v1/products/{productId}/accounts" : {
910
+ "get" : {
911
+ "tags" : [ "Account" ],
912
+ "summary" : "List accounts associated with product",
913
+ "description" : "This API lists the accounts associated with a product",
914
+ "operationId" : "getAccountsByProduct",
915
+ "parameters" : [ {
916
+ "$ref" : "#/components/parameters/limit"
917
+ }, {
918
+ "$ref" : "#/components/parameters/from"
919
+ }, {
920
+ "name" : "sortBy",
921
+ "in" : "query",
922
+ "description" : "Key that sorts the accounts by a specific attribute: @accountName@ or @createdTime@.The default sorting order is ascending. A @-@ prefix denotes descending order of sorting",
923
+ "required" : false,
924
+ "style" : "form",
925
+ "explode" : true,
926
+ "schema" : {
927
+ "type" : [ "string", "null" ],
928
+ "description" : "Key that sorts the accounts by a specific attribute: @accountName@ or @createdTime@.The default sorting order is ascending. A @-@ prefix denotes descending order of sorting",
929
+ "enum" : [ "website", "email", "phone", "accountName", "createdTime", "modifiedTime" ],
930
+ "maxLength" : 100,
931
+ "minLength" : 0
932
+ }
933
+ }, {
934
+ "name" : "productId",
935
+ "in" : "path",
936
+ "required" : true,
937
+ "style" : "simple",
938
+ "explode" : false,
939
+ "schema" : {
940
+ "type" : [ "string", "null", "integer" ],
941
+ "format" : "int64",
942
+ "pattern" : "([0-9]+)"
943
+ }
944
+ }, {
945
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
946
+ } ],
947
+ "responses" : {
948
+ "204" : {
949
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
950
+ },
951
+ "200" : {
952
+ "$ref" : "#/components/responses/accountListArray"
953
+ }
954
+ },
955
+ "security" : [ {
956
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
957
+ }, {
958
+ "iam-oauth2-schema" : [ "Desk.settings.READ", "Desk.contacts.READ" ]
959
+ } ],
960
+ "x-audience" : [ "external-public" ],
961
+ "x-custom-url-attribute" : {
962
+ "security" : {
963
+ "throttle" : {
964
+ "policy" : "ReadAPI_Standard_UserPolicy"
965
+ },
966
+ "extraparams" : {
967
+ "disable" : true,
968
+ "ignore" : false
969
+ },
970
+ "authentication" : {
971
+ "deprecatedScopes" : [ "settings" ]
972
+ }
973
+ },
974
+ "clan-group" : "accounts",
975
+ "apihash" : "262d0cf2a9a9de6a4744b84edb105d73",
976
+ "module-group" : "accounts",
977
+ "apimethod" : "com.zoho.support.restapi.AccountService.getAccountsUnderProduct"
978
+ }
979
+ }
980
+ },
981
+ "/api/v1/accounts/updateMany" : {
982
+ "post" : {
983
+ "tags" : [ "Account" ],
984
+ "summary" : "Update many accounts",
985
+ "description" : "This API updates multiple accounts at once.",
986
+ "operationId" : "bulkUpdateAccounts",
987
+ "parameters" : [ {
988
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
989
+ } ],
990
+ "requestBody" : {
991
+ "$ref" : "#/components/requestBodies/account_massupdate"
992
+ },
993
+ "responses" : {
994
+ "422" : {
995
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
996
+ },
997
+ "200" : {
998
+ "$ref" : "#/components/responses/updateManyResponse"
999
+ }
1000
+ },
1001
+ "security" : [ {
1002
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
1003
+ }, {
1004
+ "iam-oauth2-schema" : [ "Desk.contacts.UPDATE" ]
1005
+ } ],
1006
+ "x-audience" : [ "external-public" ],
1007
+ "x-custom-url-attribute" : {
1008
+ "security" : {
1009
+ "throttle" : {
1010
+ "policy" : "WriteAPI_Stringent_UserPolicy"
1011
+ },
1012
+ "extraparams" : {
1013
+ "disable" : true,
1014
+ "ignore" : false
1015
+ },
1016
+ "authentication" : { }
1017
+ },
1018
+ "clan-group" : "accounts",
1019
+ "apihash" : "aeda40503f08f3da0b654c0d0ab6aadc",
1020
+ "module-group" : "accounts",
1021
+ "apimethod" : "com.zoho.support.restapi.AccountService.updateMany"
1022
+ }
1023
+ }
1024
+ }
1025
+ },
1026
+ "components" : {
1027
+ "schemas" : {
1028
+ "zohoCrmAccount" : {
1029
+ "type" : [ "null", "object" ],
1030
+ "additionalProperties" : false,
1031
+ "properties" : {
1032
+ "id" : {
1033
+ "type" : [ "string", "null", "integer" ],
1034
+ "format" : "int64",
1035
+ "pattern" : "([0-9]+)"
1036
+ }
1037
+ },
1038
+ "required" : [ "id" ]
1039
+ },
1040
+ "commonObject" : {
1041
+ "type" : [ "null", "object" ],
1042
+ "additionalProperties" : false,
1043
+ "properties" : {
1044
+ "website" : {
1045
+ "type" : [ "string", "null" ],
1046
+ "description" : "Website of the account",
1047
+ "maxLength" : 120,
1048
+ "minLength" : 0,
1049
+ "pattern" : "^(ht|f)tp(s?)\\:\\/\\/[-.\\w]*(\\/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'\\/\\\\+=&%\\$#_@]*)?$"
1050
+ },
1051
+ "accountName" : {
1052
+ "type" : [ "string", "null" ],
1053
+ "description" : "Name of the account",
1054
+ "maxLength" : 200,
1055
+ "minLength" : 0
1056
+ },
1057
+ "phone" : {
1058
+ "type" : [ "string", "null" ],
1059
+ "description" : "Phone number of the account",
1060
+ "maxLength" : 30,
1061
+ "minLength" : 0,
1062
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
1063
+ },
1064
+ "email" : {
1065
+ "type" : [ "string", "null" ],
1066
+ "description" : "Email ID of the account",
1067
+ "maxLength" : 255,
1068
+ "minLength" : 0,
1069
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'\\&\\~]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
1070
+ }
1071
+ }
1072
+ },
1073
+ "accountjson" : {
1074
+ "additionalProperties" : false,
1075
+ "allOf" : [ {
1076
+ "$ref" : "./Account.json#/components/schemas/commonObject"
1077
+ }, {
1078
+ "type" : [ "null", "object" ],
1079
+ "properties" : {
1080
+ "country" : {
1081
+ "type" : [ "string", "null" ],
1082
+ "maxLength" : 30,
1083
+ "minLength" : 0
1084
+ },
1085
+ "code" : {
1086
+ "type" : [ "string", "null" ],
1087
+ "maxLength" : 30,
1088
+ "minLength" : 0,
1089
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1090
+ },
1091
+ "cf" : {
1092
+ "type" : [ "null", "object" ],
1093
+ "additionalProperties" : false,
1094
+ "patternProperties" : {
1095
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1096
+ "type" : [ "string", "null" ],
1097
+ "maxLength" : 100,
1098
+ "minLength" : 0,
1099
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1100
+ "x-custom-parameters-attributes" : {
1101
+ "ids" : [ { } ],
1102
+ "source" : {
1103
+ "country" : {
1104
+ "removeExif" : false,
1105
+ "filterMatchedContent" : false,
1106
+ "antivirus" : false,
1107
+ "replacementString" : "",
1108
+ "allowInvalid" : false,
1109
+ "descrption" : "Country in which the account is based",
1110
+ "secret" : false,
1111
+ "preserveCharsLimit" : 10,
1112
+ "trim" : false,
1113
+ "internalParam" : false,
1114
+ "preserveChars" : "0,5",
1115
+ "importUrl" : false,
1116
+ "decrypt" : false
1117
+ },
1118
+ "website" : {
1119
+ "removeExif" : false,
1120
+ "filterMatchedContent" : false,
1121
+ "antivirus" : false,
1122
+ "replacementString" : "",
1123
+ "allowInvalid" : false,
1124
+ "descrption" : "Website of the account",
1125
+ "secret" : false,
1126
+ "preserveCharsLimit" : 10,
1127
+ "trim" : false,
1128
+ "internalParam" : false,
1129
+ "preserveChars" : "0,5",
1130
+ "importUrl" : false,
1131
+ "decrypt" : false
1132
+ },
1133
+ "code" : {
1134
+ "removeExif" : false,
1135
+ "filterMatchedContent" : false,
1136
+ "antivirus" : false,
1137
+ "replacementString" : "",
1138
+ "allowInvalid" : false,
1139
+ "descrption" : "Zip code in account's office address",
1140
+ "secret" : false,
1141
+ "preserveCharsLimit" : 10,
1142
+ "trim" : false,
1143
+ "internalParam" : false,
1144
+ "preserveChars" : "0,5",
1145
+ "importUrl" : false,
1146
+ "decrypt" : false
1147
+ },
1148
+ "cf" : { },
1149
+ "city" : {
1150
+ "removeExif" : false,
1151
+ "filterMatchedContent" : false,
1152
+ "antivirus" : false,
1153
+ "replacementString" : "",
1154
+ "allowInvalid" : false,
1155
+ "descrption" : "City in which the account's office is located",
1156
+ "secret" : false,
1157
+ "preserveCharsLimit" : 10,
1158
+ "trim" : false,
1159
+ "internalParam" : false,
1160
+ "preserveChars" : "0,5",
1161
+ "importUrl" : false,
1162
+ "decrypt" : false
1163
+ },
1164
+ "customFields" : { },
1165
+ "description" : {
1166
+ "removeExif" : false,
1167
+ "filterMatchedContent" : false,
1168
+ "antivirus" : false,
1169
+ "replacementString" : "",
1170
+ "allowInvalid" : false,
1171
+ "descrption" : "Description of the account",
1172
+ "secret" : false,
1173
+ "preserveCharsLimit" : 10,
1174
+ "trim" : false,
1175
+ "internalParam" : false,
1176
+ "preserveChars" : "0,5",
1177
+ "importUrl" : false,
1178
+ "decrypt" : false
1179
+ },
1180
+ "industry" : {
1181
+ "removeExif" : false,
1182
+ "filterMatchedContent" : false,
1183
+ "antivirus" : false,
1184
+ "replacementString" : "",
1185
+ "allowInvalid" : false,
1186
+ "descrption" : "Industry in which the account operates",
1187
+ "secret" : false,
1188
+ "preserveCharsLimit" : 10,
1189
+ "trim" : false,
1190
+ "internalParam" : false,
1191
+ "preserveChars" : "0,5",
1192
+ "importUrl" : false,
1193
+ "decrypt" : false
1194
+ },
1195
+ "phone" : {
1196
+ "removeExif" : false,
1197
+ "filterMatchedContent" : false,
1198
+ "antivirus" : false,
1199
+ "replacementString" : "",
1200
+ "allowInvalid" : false,
1201
+ "descrption" : "Phone number of the account",
1202
+ "secret" : false,
1203
+ "preserveCharsLimit" : 10,
1204
+ "trim" : false,
1205
+ "internalParam" : false,
1206
+ "preserveChars" : "0,5",
1207
+ "importUrl" : false,
1208
+ "decrypt" : false
1209
+ },
1210
+ "annualrevenue" : {
1211
+ "removeExif" : false,
1212
+ "filterMatchedContent" : false,
1213
+ "antivirus" : false,
1214
+ "replacementString" : "",
1215
+ "allowInvalid" : false,
1216
+ "descrption" : "Annual revenue of the account",
1217
+ "secret" : false,
1218
+ "preserveCharsLimit" : 10,
1219
+ "trim" : false,
1220
+ "internalParam" : false,
1221
+ "preserveChars" : "0,5",
1222
+ "importUrl" : false,
1223
+ "decrypt" : false
1224
+ },
1225
+ "street" : {
1226
+ "removeExif" : false,
1227
+ "filterMatchedContent" : false,
1228
+ "antivirus" : false,
1229
+ "replacementString" : "",
1230
+ "allowInvalid" : false,
1231
+ "descrption" : "Name of the street in which the account's office is located",
1232
+ "secret" : false,
1233
+ "preserveCharsLimit" : 10,
1234
+ "trim" : false,
1235
+ "internalParam" : false,
1236
+ "preserveChars" : "0,5",
1237
+ "importUrl" : false,
1238
+ "decrypt" : false
1239
+ },
1240
+ "state" : {
1241
+ "removeExif" : false,
1242
+ "filterMatchedContent" : false,
1243
+ "antivirus" : false,
1244
+ "replacementString" : "",
1245
+ "allowInvalid" : false,
1246
+ "descrption" : "State in which the account's office is located",
1247
+ "secret" : false,
1248
+ "preserveCharsLimit" : 10,
1249
+ "trim" : false,
1250
+ "internalParam" : false,
1251
+ "preserveChars" : "0,5",
1252
+ "importUrl" : false,
1253
+ "decrypt" : false
1254
+ },
1255
+ "fax" : {
1256
+ "removeExif" : false,
1257
+ "filterMatchedContent" : false,
1258
+ "antivirus" : false,
1259
+ "replacementString" : "",
1260
+ "allowInvalid" : false,
1261
+ "descrption" : "Fax number of the account",
1262
+ "secret" : false,
1263
+ "preserveCharsLimit" : 10,
1264
+ "trim" : false,
1265
+ "internalParam" : false,
1266
+ "preserveChars" : "0,5",
1267
+ "importUrl" : false,
1268
+ "decrypt" : false
1269
+ },
1270
+ "email" : {
1271
+ "removeExif" : false,
1272
+ "filterMatchedContent" : false,
1273
+ "antivirus" : false,
1274
+ "replacementString" : "",
1275
+ "allowInvalid" : false,
1276
+ "descrption" : "Email ID of the account",
1277
+ "secret" : false,
1278
+ "preserveCharsLimit" : 10,
1279
+ "trim" : false,
1280
+ "internalParam" : false,
1281
+ "preserveChars" : "0,5",
1282
+ "importUrl" : false,
1283
+ "decrypt" : false
1284
+ }
1285
+ }
1286
+ }
1287
+ }
1288
+ }
1289
+ },
1290
+ "city" : {
1291
+ "type" : [ "string", "null" ],
1292
+ "maxLength" : 30,
1293
+ "minLength" : 0
1294
+ },
1295
+ "customFields" : {
1296
+ "type" : [ "null", "object" ],
1297
+ "additionalProperties" : false,
1298
+ "patternProperties" : {
1299
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1300
+ "type" : [ "string", "null" ],
1301
+ "maxLength" : 100,
1302
+ "minLength" : 0,
1303
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1304
+ "x-custom-parameters-attributes" : {
1305
+ "ids" : [ { } ],
1306
+ "source" : {
1307
+ "country" : {
1308
+ "removeExif" : false,
1309
+ "filterMatchedContent" : false,
1310
+ "antivirus" : false,
1311
+ "replacementString" : "",
1312
+ "allowInvalid" : false,
1313
+ "descrption" : "Country in which the account is based",
1314
+ "secret" : false,
1315
+ "preserveCharsLimit" : 10,
1316
+ "trim" : false,
1317
+ "internalParam" : false,
1318
+ "preserveChars" : "0,5",
1319
+ "importUrl" : false,
1320
+ "decrypt" : false
1321
+ },
1322
+ "website" : {
1323
+ "removeExif" : false,
1324
+ "filterMatchedContent" : false,
1325
+ "antivirus" : false,
1326
+ "replacementString" : "",
1327
+ "allowInvalid" : false,
1328
+ "descrption" : "Website of the account",
1329
+ "secret" : false,
1330
+ "preserveCharsLimit" : 10,
1331
+ "trim" : false,
1332
+ "internalParam" : false,
1333
+ "preserveChars" : "0,5",
1334
+ "importUrl" : false,
1335
+ "decrypt" : false
1336
+ },
1337
+ "code" : {
1338
+ "removeExif" : false,
1339
+ "filterMatchedContent" : false,
1340
+ "antivirus" : false,
1341
+ "replacementString" : "",
1342
+ "allowInvalid" : false,
1343
+ "descrption" : "Zip code in account's office address",
1344
+ "secret" : false,
1345
+ "preserveCharsLimit" : 10,
1346
+ "trim" : false,
1347
+ "internalParam" : false,
1348
+ "preserveChars" : "0,5",
1349
+ "importUrl" : false,
1350
+ "decrypt" : false
1351
+ },
1352
+ "cf" : { },
1353
+ "city" : {
1354
+ "removeExif" : false,
1355
+ "filterMatchedContent" : false,
1356
+ "antivirus" : false,
1357
+ "replacementString" : "",
1358
+ "allowInvalid" : false,
1359
+ "descrption" : "City in which the account's office is located",
1360
+ "secret" : false,
1361
+ "preserveCharsLimit" : 10,
1362
+ "trim" : false,
1363
+ "internalParam" : false,
1364
+ "preserveChars" : "0,5",
1365
+ "importUrl" : false,
1366
+ "decrypt" : false
1367
+ },
1368
+ "customFields" : { },
1369
+ "description" : {
1370
+ "removeExif" : false,
1371
+ "filterMatchedContent" : false,
1372
+ "antivirus" : false,
1373
+ "replacementString" : "",
1374
+ "allowInvalid" : false,
1375
+ "descrption" : "Description of the account",
1376
+ "secret" : false,
1377
+ "preserveCharsLimit" : 10,
1378
+ "trim" : false,
1379
+ "internalParam" : false,
1380
+ "preserveChars" : "0,5",
1381
+ "importUrl" : false,
1382
+ "decrypt" : false
1383
+ },
1384
+ "industry" : {
1385
+ "removeExif" : false,
1386
+ "filterMatchedContent" : false,
1387
+ "antivirus" : false,
1388
+ "replacementString" : "",
1389
+ "allowInvalid" : false,
1390
+ "descrption" : "Industry in which the account operates",
1391
+ "secret" : false,
1392
+ "preserveCharsLimit" : 10,
1393
+ "trim" : false,
1394
+ "internalParam" : false,
1395
+ "preserveChars" : "0,5",
1396
+ "importUrl" : false,
1397
+ "decrypt" : false
1398
+ },
1399
+ "phone" : {
1400
+ "removeExif" : false,
1401
+ "filterMatchedContent" : false,
1402
+ "antivirus" : false,
1403
+ "replacementString" : "",
1404
+ "allowInvalid" : false,
1405
+ "descrption" : "Phone number of the account",
1406
+ "secret" : false,
1407
+ "preserveCharsLimit" : 10,
1408
+ "trim" : false,
1409
+ "internalParam" : false,
1410
+ "preserveChars" : "0,5",
1411
+ "importUrl" : false,
1412
+ "decrypt" : false
1413
+ },
1414
+ "annualrevenue" : {
1415
+ "removeExif" : false,
1416
+ "filterMatchedContent" : false,
1417
+ "antivirus" : false,
1418
+ "replacementString" : "",
1419
+ "allowInvalid" : false,
1420
+ "descrption" : "Annual revenue of the account",
1421
+ "secret" : false,
1422
+ "preserveCharsLimit" : 10,
1423
+ "trim" : false,
1424
+ "internalParam" : false,
1425
+ "preserveChars" : "0,5",
1426
+ "importUrl" : false,
1427
+ "decrypt" : false
1428
+ },
1429
+ "street" : {
1430
+ "removeExif" : false,
1431
+ "filterMatchedContent" : false,
1432
+ "antivirus" : false,
1433
+ "replacementString" : "",
1434
+ "allowInvalid" : false,
1435
+ "descrption" : "Name of the street in which the account's office is located",
1436
+ "secret" : false,
1437
+ "preserveCharsLimit" : 10,
1438
+ "trim" : false,
1439
+ "internalParam" : false,
1440
+ "preserveChars" : "0,5",
1441
+ "importUrl" : false,
1442
+ "decrypt" : false
1443
+ },
1444
+ "state" : {
1445
+ "removeExif" : false,
1446
+ "filterMatchedContent" : false,
1447
+ "antivirus" : false,
1448
+ "replacementString" : "",
1449
+ "allowInvalid" : false,
1450
+ "descrption" : "State in which the account's office is located",
1451
+ "secret" : false,
1452
+ "preserveCharsLimit" : 10,
1453
+ "trim" : false,
1454
+ "internalParam" : false,
1455
+ "preserveChars" : "0,5",
1456
+ "importUrl" : false,
1457
+ "decrypt" : false
1458
+ },
1459
+ "fax" : {
1460
+ "removeExif" : false,
1461
+ "filterMatchedContent" : false,
1462
+ "antivirus" : false,
1463
+ "replacementString" : "",
1464
+ "allowInvalid" : false,
1465
+ "descrption" : "Fax number of the account",
1466
+ "secret" : false,
1467
+ "preserveCharsLimit" : 10,
1468
+ "trim" : false,
1469
+ "internalParam" : false,
1470
+ "preserveChars" : "0,5",
1471
+ "importUrl" : false,
1472
+ "decrypt" : false
1473
+ },
1474
+ "email" : {
1475
+ "removeExif" : false,
1476
+ "filterMatchedContent" : false,
1477
+ "antivirus" : false,
1478
+ "replacementString" : "",
1479
+ "allowInvalid" : false,
1480
+ "descrption" : "Email ID of the account",
1481
+ "secret" : false,
1482
+ "preserveCharsLimit" : 10,
1483
+ "trim" : false,
1484
+ "internalParam" : false,
1485
+ "preserveChars" : "0,5",
1486
+ "importUrl" : false,
1487
+ "decrypt" : false
1488
+ }
1489
+ }
1490
+ }
1491
+ }
1492
+ }
1493
+ },
1494
+ "street" : {
1495
+ "type" : [ "string", "null" ],
1496
+ "maxLength" : 250,
1497
+ "minLength" : 0
1498
+ },
1499
+ "annualrevenue" : {
1500
+ "type" : [ "string", "null" ],
1501
+ "maxLength" : 100,
1502
+ "minLength" : 0,
1503
+ "pattern" : "([0-9]{1,13}(\\.[0-9]*)?)"
1504
+ },
1505
+ "description" : {
1506
+ "type" : [ "string", "null" ],
1507
+ "maxLength" : 65535,
1508
+ "minLength" : 0
1509
+ },
1510
+ "industry" : {
1511
+ "type" : [ "string", "null" ],
1512
+ "maxLength" : 120,
1513
+ "minLength" : 0,
1514
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1515
+ },
1516
+ "state" : {
1517
+ "type" : [ "string", "null" ],
1518
+ "maxLength" : 30,
1519
+ "minLength" : 0
1520
+ },
1521
+ "ownerId" : {
1522
+ "type" : [ "string", "null", "integer" ],
1523
+ "format" : "int64",
1524
+ "pattern" : "([0-9]+)"
1525
+ },
1526
+ "fax" : {
1527
+ "type" : [ "string", "null" ],
1528
+ "maxLength" : 30,
1529
+ "minLength" : 0,
1530
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
1531
+ }
1532
+ },
1533
+ "required" : [ "annualrevenue", "cf", "city", "code", "country", "customFields", "description", "fax", "industry", "ownerId", "state", "street" ]
1534
+ }, {
1535
+ "type" : "object",
1536
+ "required" : [ "accountName" ]
1537
+ } ]
1538
+ },
1539
+ "sourceValues" : {
1540
+ "type" : [ "null", "object" ],
1541
+ "additionalProperties" : false,
1542
+ "properties" : {
1543
+ "country" : {
1544
+ "type" : [ "string", "null", "integer" ],
1545
+ "format" : "int64",
1546
+ "pattern" : "([0-9]+)"
1547
+ },
1548
+ "website" : {
1549
+ "type" : [ "string", "null", "integer" ],
1550
+ "format" : "int64",
1551
+ "pattern" : "([0-9]+)"
1552
+ },
1553
+ "code" : {
1554
+ "type" : [ "string", "null", "integer" ],
1555
+ "format" : "int64",
1556
+ "pattern" : "([0-9]+)"
1557
+ },
1558
+ "cf" : {
1559
+ "type" : [ "null", "object" ],
1560
+ "additionalProperties" : false,
1561
+ "patternProperties" : {
1562
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1563
+ "type" : [ "string", "null", "integer" ],
1564
+ "format" : "int64",
1565
+ "pattern" : "([0-9]+)"
1566
+ }
1567
+ }
1568
+ },
1569
+ "city" : {
1570
+ "type" : [ "string", "null", "integer" ],
1571
+ "format" : "int64",
1572
+ "pattern" : "([0-9]+)"
1573
+ },
1574
+ "customFields" : {
1575
+ "type" : [ "null", "object" ],
1576
+ "additionalProperties" : false,
1577
+ "patternProperties" : {
1578
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1579
+ "type" : [ "string", "null", "integer" ],
1580
+ "format" : "int64",
1581
+ "pattern" : "([0-9]+)"
1582
+ }
1583
+ }
1584
+ },
1585
+ "description" : {
1586
+ "type" : [ "string", "null", "integer" ],
1587
+ "format" : "int64",
1588
+ "pattern" : "([0-9]+)"
1589
+ },
1590
+ "industry" : {
1591
+ "type" : [ "string", "null", "integer" ],
1592
+ "format" : "int64",
1593
+ "pattern" : "([0-9]+)"
1594
+ },
1595
+ "phone" : {
1596
+ "type" : [ "string", "null", "integer" ],
1597
+ "format" : "int64",
1598
+ "pattern" : "([0-9]+)"
1599
+ },
1600
+ "annualrevenue" : {
1601
+ "type" : [ "string", "null", "integer" ],
1602
+ "format" : "int64",
1603
+ "pattern" : "([0-9]+)"
1604
+ },
1605
+ "street" : {
1606
+ "type" : [ "string", "null", "integer" ],
1607
+ "format" : "int64",
1608
+ "pattern" : "([0-9]+)"
1609
+ },
1610
+ "state" : {
1611
+ "type" : [ "string", "null", "integer" ],
1612
+ "format" : "int64",
1613
+ "pattern" : "([0-9]+)"
1614
+ },
1615
+ "fax" : {
1616
+ "type" : [ "string", "null", "integer" ],
1617
+ "format" : "int64",
1618
+ "pattern" : "([0-9]+)"
1619
+ },
1620
+ "email" : {
1621
+ "type" : [ "string", "null", "integer" ],
1622
+ "format" : "int64",
1623
+ "pattern" : "([0-9]+)"
1624
+ }
1625
+ },
1626
+ "required" : [ "annualrevenue", "cf", "city", "code", "country", "customFields", "description", "email", "fax", "industry", "phone", "state", "street", "website" ]
1627
+ },
1628
+ "mappingInfo" : {
1629
+ "type" : [ "null", "object" ],
1630
+ "additionalProperties" : false,
1631
+ "properties" : {
1632
+ "mappingId" : {
1633
+ "type" : [ "string", "null", "integer" ],
1634
+ "format" : "int64",
1635
+ "pattern" : "([0-9]+)"
1636
+ },
1637
+ "mappingType" : {
1638
+ "type" : [ "string", "null" ],
1639
+ "enum" : [ "PRIMARY", "SECONDARY" ],
1640
+ "maxLength" : 100,
1641
+ "minLength" : 0
1642
+ },
1643
+ "isAccountTicketsViewable" : {
1644
+ "type" : [ "boolean", "null" ]
1645
+ }
1646
+ },
1647
+ "required" : [ "isAccountTicketsViewable", "mappingId", "mappingType" ]
1648
+ },
1649
+ "accountListViewObject" : {
1650
+ "additionalProperties" : false,
1651
+ "allOf" : [ {
1652
+ "$ref" : "./Account.json#/components/schemas/commonObject"
1653
+ }, {
1654
+ "type" : [ "null", "object" ],
1655
+ "properties" : {
1656
+ "webUrl" : {
1657
+ "type" : [ "string", "null" ],
1658
+ "maxLength" : 500,
1659
+ "minLength" : 0,
1660
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
1661
+ },
1662
+ "createdTime" : {
1663
+ "type" : [ "string", "null" ],
1664
+ "maxLength" : 100,
1665
+ "minLength" : 0,
1666
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1667
+ },
1668
+ "zohoCRMAccount" : {
1669
+ "$ref" : "./Account.json#/components/schemas/zohoCrmAccount"
1670
+ },
1671
+ "id" : {
1672
+ "type" : [ "string", "null", "integer" ],
1673
+ "format" : "int64",
1674
+ "pattern" : "([0-9]+)"
1675
+ },
1676
+ "customerHappiness" : {
1677
+ "$ref" : "./Contact.json#/components/schemas/customerHappiness"
1678
+ }
1679
+ },
1680
+ "required" : [ "createdTime", "customerHappiness", "id", "webUrl", "zohoCRMAccount" ]
1681
+ }, {
1682
+ "type" : "object",
1683
+ "required" : [
1684
+ "accountName", "email", "phone"
1685
+ ]
1686
+ } ]
1687
+ },
1688
+ "accountListWithMappingInfo" : {
1689
+ "additionalProperties" : false,
1690
+ "allOf" : [ {
1691
+ "$ref" : "./Account.json#/components/schemas/accountListViewObject"
1692
+ }, {
1693
+ "type" : [ "null", "object" ],
1694
+ "properties" : {
1695
+ "mappingInfo" : {
1696
+ "$ref" : "./Account.json#/components/schemas/mappingInfo"
1697
+ },
1698
+ "mappingType" : {
1699
+ "type" : [ "string", "null" ],
1700
+ "maxLength" : 100,
1701
+ "minLength" : 0
1702
+ }
1703
+ },
1704
+ "required" : [ "mappingInfo", "mappingType" ]
1705
+ } ]
1706
+ },
1707
+ "dataWitMappingInfo" : {
1708
+ "type" : [ "null", "array" ],
1709
+ "items" : {
1710
+ "$ref" : "./Account.json#/components/schemas/accountListWithMappingInfo"
1711
+ }
1712
+ },
1713
+ "getTicketsByAccountListObject" : {
1714
+ "additionalProperties" : false,
1715
+ "allOf" : [ {
1716
+ "$ref" : "./Ticket.json#/components/schemas/listviewCommonJson"
1717
+ }, {
1718
+ "type" : [ "null", "object" ],
1719
+ "properties" : {
1720
+ "subCategory" : {
1721
+ "type" : [ "string", "null" ],
1722
+ "x-dynamic-enum" : true
1723
+ },
1724
+ "category" : {
1725
+ "type" : [ "string", "null" ],
1726
+ "x-dynamic-enum" : true
1727
+ },
1728
+ "layoutId" : {
1729
+ "type" : [ "string", "null", "integer" ],
1730
+ "format" : "int64",
1731
+ "pattern" : "([0-9]+)"
1732
+ }
1733
+ },
1734
+ "required" : [ "category", "layoutId", "subCategory" ]
1735
+ } ]
1736
+ },
1737
+ "getTicketsByAccountArr" : {
1738
+ "type" : [ "null", "array" ],
1739
+ "items" : {
1740
+ "$ref" : "./Account.json#/components/schemas/getTicketsByAccountListObject"
1741
+ }
1742
+ },
1743
+ "contractsForAccountDataListJson" : {
1744
+ "type" : [ "null", "object" ],
1745
+ "additionalProperties" : false,
1746
+ "properties" : {
1747
+ "slaName" : {
1748
+ "type" : [ "string", "null" ],
1749
+ "maxLength" : 100,
1750
+ "minLength" : 0
1751
+ },
1752
+ "associatedSLAId" : {
1753
+ "type" : [ "string", "null", "integer" ],
1754
+ "format" : "int64",
1755
+ "pattern" : "([0-9]+)"
1756
+ },
1757
+ "accountId" : {
1758
+ "type" : [ "string", "null", "integer" ],
1759
+ "format" : "int64",
1760
+ "pattern" : "([0-9]+)"
1761
+ },
1762
+ "contractStatus" : {
1763
+ "type" : [ "string", "null" ],
1764
+ "enum" : [ "ACTIVE", "EXPIRED", "FUTURE" ],
1765
+ "maxLength" : 100,
1766
+ "minLength" : 0,
1767
+ "x-custom-parameters-attributes" : {
1768
+ "removeExif" : false,
1769
+ "filterMatchedContent" : false,
1770
+ "antivirus" : false,
1771
+ "replacementString" : "",
1772
+ "allowInvalid" : false,
1773
+ "descrption" : "Contract Status,Indicates the Current Status of the Contract, Values are @ACTIVE@, @EXPIRED@, @FUTURE@",
1774
+ "secret" : false,
1775
+ "preserveCharsLimit" : 10,
1776
+ "trim" : false,
1777
+ "internalParam" : false,
1778
+ "preserveChars" : "0,5",
1779
+ "importUrl" : false,
1780
+ "decrypt" : false
1781
+ }
1782
+ },
1783
+ "endDate" : {
1784
+ "type" : [ "string", "null" ],
1785
+ "maxLength" : 100,
1786
+ "minLength" : 0,
1787
+ "pattern" : "^([12][0-9]{3})-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$"
1788
+ },
1789
+ "departmentId" : {
1790
+ "type" : [ "string", "null", "integer" ],
1791
+ "format" : "int64",
1792
+ "pattern" : "([0-9]+)",
1793
+ "x-custom-parameters-attributes" : {
1794
+ "removeExif" : false,
1795
+ "filterMatchedContent" : false,
1796
+ "antivirus" : false,
1797
+ "replacementString" : "",
1798
+ "allowInvalid" : false,
1799
+ "descrption" : "ID of the department from which the contracts must be fetched",
1800
+ "secret" : false,
1801
+ "preserveCharsLimit" : 10,
1802
+ "trim" : false,
1803
+ "internalParam" : false,
1804
+ "preserveChars" : "0,5",
1805
+ "importUrl" : false,
1806
+ "decrypt" : false
1807
+ }
1808
+ },
1809
+ "contractNumber" : {
1810
+ "type" : [ "string", "null" ],
1811
+ "maxLength" : 50,
1812
+ "minLength" : 0,
1813
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1814
+ },
1815
+ "contractName" : {
1816
+ "type" : [ "string", "null" ],
1817
+ "maxLength" : 80,
1818
+ "minLength" : 0,
1819
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1820
+ },
1821
+ "id" : {
1822
+ "type" : [ "string", "null", "integer" ],
1823
+ "format" : "int64",
1824
+ "pattern" : "([0-9]+)"
1825
+ },
1826
+ "startDate" : {
1827
+ "type" : [ "string", "null" ],
1828
+ "maxLength" : 100,
1829
+ "minLength" : 0,
1830
+ "pattern" : "^([12][0-9]{3})-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$"
1831
+ }
1832
+ },
1833
+ "required" : [ "accountId", "associatedSLAId", "contractName", "contractNumber", "contractStatus", "departmentId", "endDate", "id", "slaName", "startDate" ]
1834
+ },
1835
+ "contractsForAccountData" : {
1836
+ "type" : [ "null", "array" ],
1837
+ "items" : {
1838
+ "$ref" : "./Account.json#/components/schemas/contractsForAccountDataListJson"
1839
+ }
1840
+ },
1841
+ "data" : {
1842
+ "type" : [ "null", "array" ],
1843
+ "items" : {
1844
+ "$ref" : "./Account.json#/components/schemas/accountListViewObject"
1845
+ }
1846
+ },
1847
+ "long_array" : {
1848
+ "type" : [ "null", "array" ],
1849
+ "items" : {
1850
+ "type" : [ "string", "null", "integer" ],
1851
+ "format" : "int64",
1852
+ "pattern" : "([0-9]+)"
1853
+ }
1854
+ }
1855
+ },
1856
+ "responses" : {
1857
+ "accountResponse" : {
1858
+ "description" : "accountResponse template definitions",
1859
+ "content" : {
1860
+ "application/json" : {
1861
+ "schema" : {
1862
+ "allOf" : [ {
1863
+ "type" : "object",
1864
+ "properties" : {
1865
+ "owner" : {
1866
+ "type" : [ "null", "object" ],
1867
+ "additionalProperties" : false,
1868
+ "maxProperties" : 3,
1869
+ "minProperties" : 3,
1870
+ "properties" : {
1871
+ "firstName" : {
1872
+ "type" : [ "string", "null" ],
1873
+ "maxLength" : 50,
1874
+ "minLength" : 0
1875
+ },
1876
+ "lastName" : {
1877
+ "type" : [ "string", "null" ],
1878
+ "maxLength" : 50,
1879
+ "minLength" : 0
1880
+ },
1881
+ "id" : {
1882
+ "type" : [ "string", "null", "integer" ],
1883
+ "format" : "int64",
1884
+ "pattern" : "([0-9]+)"
1885
+ }
1886
+ },
1887
+ "required" : [ "firstName", "id", "lastName" ]
1888
+ }
1889
+ }
1890
+ }, {
1891
+ "additionalProperties" : false,
1892
+ "allOf" : [ {
1893
+ "$ref" : "./Account.json#/components/schemas/accountjson"
1894
+ }, {
1895
+ "type" : [ "null", "object" ],
1896
+ "properties" : {
1897
+ "modifiedTime" : {
1898
+ "type" : [ "string", "null" ],
1899
+ "maxLength" : 100,
1900
+ "minLength" : 0,
1901
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1902
+ },
1903
+ "isFollowing" : {
1904
+ "type" : [ "boolean", "null" ]
1905
+ },
1906
+ "isDeleted" : {
1907
+ "type" : [ "boolean", "null" ]
1908
+ },
1909
+ "isTrashed" : {
1910
+ "type" : [ "boolean", "null" ]
1911
+ },
1912
+ "associatedSLAIds" : {
1913
+ "type" : [ "null", "array" ],
1914
+ "items" : {
1915
+ "type" : [ "string", "null", "integer" ],
1916
+ "format" : "int64",
1917
+ "pattern" : "([0-9]+)"
1918
+ },
1919
+ "uniqueItems" : false
1920
+ },
1921
+ "webUrl" : {
1922
+ "type" : [ "string", "null" ],
1923
+ "maxLength" : 500,
1924
+ "minLength" : 0,
1925
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
1926
+ },
1927
+ "createdTime" : {
1928
+ "type" : [ "string", "null" ],
1929
+ "maxLength" : 100,
1930
+ "minLength" : 0,
1931
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1932
+ },
1933
+ "zohoCRMAccount" : {
1934
+ "$ref" : "./Account.json#/components/schemas/zohoCrmAccount"
1935
+ },
1936
+ "id" : {
1937
+ "type" : [ "string", "null", "integer" ],
1938
+ "format" : "int64",
1939
+ "pattern" : "([0-9]+)"
1940
+ },
1941
+ "layoutId" : {
1942
+ "type" : [ "string", "null", "integer" ],
1943
+ "format" : "int64",
1944
+ "pattern" : "([0-9]+)"
1945
+ },
1946
+ "layoutDetails" : {
1947
+ "type" : [ "null", "object" ],
1948
+ "additionalProperties" : false,
1949
+ "maxProperties" : 2,
1950
+ "minProperties" : 2,
1951
+ "properties" : {
1952
+ "id" : {
1953
+ "type" : [ "string", "null", "integer" ],
1954
+ "format" : "int64",
1955
+ "pattern" : "([0-9]+)"
1956
+ },
1957
+ "layoutName" : {
1958
+ "type" : [ "string", "null" ],
1959
+ "maxLength" : 120,
1960
+ "minLength" : 0,
1961
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1962
+ }
1963
+ },
1964
+ "required" : [ "id", "layoutName" ]
1965
+ }
1966
+ },
1967
+ "required" : [ "associatedSLAIds", "createdTime", "id", "isDeleted", "isFollowing", "isTrashed", "layoutDetails", "layoutId", "modifiedTime", "webUrl", "zohoCRMAccount" ]
1968
+ } ]
1969
+ } ]
1970
+ },
1971
+ "examples" : {
1972
+ "Valid responses Definitions" : {
1973
+ "value" : {
1974
+ "country" : "USA",
1975
+ "modifiedTime" : 1425307758000,
1976
+ "code" : "3211",
1977
+ "accountName" : "Zylker",
1978
+ "city" : null,
1979
+ "associatedSLAIds" : [ 3263000000057, 3000000057001 ],
1980
+ "description" : null,
1981
+ "industry" : "Automation",
1982
+ "zohoCRMAccount" : {
1983
+ "id" : "32754000000537001"
1984
+ },
1985
+ "ownerId" : "3263000000057001",
1986
+ "isDeleted" : false,
1987
+ "isTrashed" : false,
1988
+ "street" : null,
1989
+ "annualrevenue" : null,
1990
+ "createdTime" : 1424105864000,
1991
+ "state" : null,
1992
+ "id" : "3263000000074571",
1993
+ "fax" : "+1 444 8656 8732",
1994
+ "email" : "support@zylker.com",
1995
+ "owner" : {
1996
+ "firstName" : "Twin",
1997
+ "lastName" : "john",
1998
+ "id" : "3263000000057001"
1999
+ },
2000
+ "website" : "www.zylker.com",
2001
+ "cf" : {
2002
+ "cf_contactcount" : "1"
2003
+ },
2004
+ "isFollowing" : "true",
2005
+ "phone" : "6218129190",
2006
+ "webUrl" : "https://desk.zoho.com/support/zylker/ShowHomePage.do#Accounts/dv/d126330fb061247d9ebddaeb9d93ba74750b0284bc703b38"
2007
+ }
2008
+ }
2009
+ }
2010
+ }
2011
+ },
2012
+ "x-custom-response-attributes" : {
2013
+ "disable-safe-headers" : "[]"
2014
+ }
2015
+ },
2016
+ "accountListWithMappingInfoArray" : {
2017
+ "description" : "accountListWithMappingInfoArray template definitions",
2018
+ "content" : {
2019
+ "application/json" : {
2020
+ "schema" : {
2021
+ "type" : [ "null", "object" ],
2022
+ "additionalProperties" : false,
2023
+ "properties" : {
2024
+ "data" : {
2025
+ "$ref" : "./Account.json#/components/schemas/dataWitMappingInfo"
2026
+ }
2027
+ },
2028
+ "required" : [ "data" ]
2029
+ },
2030
+ "examples" : {
2031
+ "Valid responses Definitions" : {
2032
+ "value" : {
2033
+ "data" : [ {
2034
+ "website" : "www.zoho.com",
2035
+ "accountName" : "ZOHO",
2036
+ "phone" : "8822120911",
2037
+ "mappingInfo" : {
2038
+ "mappingId" : 1892000000052072,
2039
+ "mappingType" : "PRIMARY",
2040
+ "isAccountTicketsViewable" : true
2041
+ },
2042
+ "webUrl" : "https://desk.zoho.com/support/zylker/ShowHomePage.do#Accounts/dv/d126330fb061247d9ebddaeb9d93ba74750b0284bc703b38",
2043
+ "createdTime" : 1424105864000,
2044
+ "zohoCRMAccount" : {
2045
+ "id" : "32754000000537001"
2046
+ },
2047
+ "customerHappiness" : {
2048
+ "badPercentage" : "30",
2049
+ "okPercentage" : "30",
2050
+ "goodPercentage" : "40"
2051
+ },
2052
+ "id" : "1892000000052077",
2053
+ "email" : "admin@zylker.com"
2054
+ } ]
2055
+ }
2056
+ }
2057
+ }
2058
+ }
2059
+ },
2060
+ "x-custom-response-attributes" : {
2061
+ "disable-safe-headers" : "[]"
2062
+ }
2063
+ },
2064
+ "getTicketsByAccountResponse" : {
2065
+ "description" : "getTicketsByAccountResponse template definitions",
2066
+ "content" : {
2067
+ "application/json" : {
2068
+ "schema" : {
2069
+ "allOf" : [ {
2070
+ "type" : "object",
2071
+ "properties" : {
2072
+ "data" : {
2073
+ "type" : "array",
2074
+ "items" : {
2075
+ "type" : "object",
2076
+ "properties" : {
2077
+ "product" : {
2078
+ "type" : [ "null", "object" ],
2079
+ "additionalProperties" : false,
2080
+ "maxProperties" : 2,
2081
+ "minProperties" : 2,
2082
+ "properties" : {
2083
+ "id" : {
2084
+ "type" : [ "string", "null", "integer" ],
2085
+ "format" : "int64",
2086
+ "pattern" : "([0-9]+)"
2087
+ },
2088
+ "productName" : {
2089
+ "type" : [ "string", "null" ],
2090
+ "maxLength" : 200,
2091
+ "minLength" : 0
2092
+ }
2093
+ },
2094
+ "required" : [ "id", "productName" ]
2095
+ },
2096
+ "contact" : {
2097
+ "type" : [ "null", "object" ],
2098
+ "additionalProperties" : false,
2099
+ "maxProperties" : 8,
2100
+ "minProperties" : 8,
2101
+ "properties" : {
2102
+ "lastName" : {
2103
+ "type" : [ "string", "null" ],
2104
+ "maxLength" : 200,
2105
+ "minLength" : 0
2106
+ },
2107
+ "firstName" : {
2108
+ "type" : [ "string", "null" ],
2109
+ "maxLength" : 40,
2110
+ "minLength" : 0
2111
+ },
2112
+ "phone" : {
2113
+ "type" : [ "string", "null" ],
2114
+ "maxLength" : 50,
2115
+ "minLength" : 0,
2116
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
2117
+ },
2118
+ "mobile" : {
2119
+ "type" : [ "string", "null" ],
2120
+ "maxLength" : 50,
2121
+ "minLength" : 0,
2122
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
2123
+ },
2124
+ "id" : {
2125
+ "type" : [ "string", "null", "integer" ],
2126
+ "format" : "int64",
2127
+ "pattern" : "([0-9]+)"
2128
+ },
2129
+ "type" : {
2130
+ "type" : [ "string", "null" ],
2131
+ "x-dynamic-enum" : true
2132
+ },
2133
+ "email" : {
2134
+ "type" : [ "string", "null" ],
2135
+ "maxLength" : 255,
2136
+ "minLength" : 0,
2137
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'\\&\\~]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
2138
+ },
2139
+ "account" : {
2140
+ "type" : [ "null", "object" ],
2141
+ "additionalProperties" : false,
2142
+ "maxProperties" : 3,
2143
+ "minProperties" : 3,
2144
+ "properties" : {
2145
+ "website" : {
2146
+ "type" : [ "string", "null" ],
2147
+ "maxLength" : 120,
2148
+ "minLength" : 0
2149
+ },
2150
+ "accountName" : {
2151
+ "type" : [ "string", "null" ],
2152
+ "maxLength" : 200,
2153
+ "minLength" : 0
2154
+ },
2155
+ "id" : {
2156
+ "type" : [ "string", "null", "integer" ],
2157
+ "format" : "int64",
2158
+ "pattern" : "([0-9]+)"
2159
+ }
2160
+ },
2161
+ "required" : [ "accountName", "id", "website" ]
2162
+ }
2163
+ },
2164
+ "required" : [ "account", "email", "firstName", "id", "lastName", "mobile", "phone", "type" ]
2165
+ },
2166
+ "isRead" : {
2167
+ "type" : [ "boolean", "null" ]
2168
+ },
2169
+ "team" : {
2170
+ "type" : [ "null", "object" ],
2171
+ "additionalProperties" : false,
2172
+ "maxProperties" : 3,
2173
+ "minProperties" : 3,
2174
+ "properties" : {
2175
+ "name" : {
2176
+ "type" : [ "string", "null" ],
2177
+ "maxLength" : 50,
2178
+ "minLength" : 1,
2179
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2180
+ },
2181
+ "id" : {
2182
+ "type" : [ "string", "null", "integer" ],
2183
+ "format" : "int64",
2184
+ "pattern" : "([0-9]+)"
2185
+ },
2186
+ "logoUrl" : {
2187
+ "type" : [ "string", "null" ],
2188
+ "maxLength" : 200,
2189
+ "minLength" : 0,
2190
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
2191
+ }
2192
+ },
2193
+ "required" : [ "id", "logoUrl", "name" ]
2194
+ },
2195
+ "assignee" : {
2196
+ "type" : [ "null", "object" ],
2197
+ "additionalProperties" : false,
2198
+ "maxProperties" : 5,
2199
+ "minProperties" : 5,
2200
+ "properties" : {
2201
+ "firstName" : {
2202
+ "type" : [ "string", "null" ],
2203
+ "maxLength" : 50,
2204
+ "minLength" : 0
2205
+ },
2206
+ "photoURL" : {
2207
+ "type" : [ "string", "null" ],
2208
+ "maxLength" : 200,
2209
+ "minLength" : 0,
2210
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
2211
+ },
2212
+ "lastName" : {
2213
+ "type" : [ "string", "null" ],
2214
+ "maxLength" : 50,
2215
+ "minLength" : 0
2216
+ },
2217
+ "id" : {
2218
+ "type" : [ "string", "null", "integer" ],
2219
+ "format" : "int64",
2220
+ "pattern" : "([0-9]+)"
2221
+ },
2222
+ "email" : {
2223
+ "type" : [ "string", "null" ],
2224
+ "maxLength" : 100,
2225
+ "minLength" : 0,
2226
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
2227
+ }
2228
+ },
2229
+ "required" : [ "email", "firstName", "id", "lastName", "photoURL" ]
2230
+ },
2231
+ "department" : {
2232
+ "type" : [ "null", "object" ],
2233
+ "additionalProperties" : false,
2234
+ "maxProperties" : 2,
2235
+ "minProperties" : 2,
2236
+ "properties" : {
2237
+ "name" : {
2238
+ "type" : [ "string", "null" ],
2239
+ "maxLength" : 200,
2240
+ "minLength" : 0,
2241
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2242
+ },
2243
+ "id" : {
2244
+ "type" : [ "string", "null", "integer" ],
2245
+ "format" : "int64",
2246
+ "pattern" : "([0-9]+)"
2247
+ }
2248
+ },
2249
+ "required" : [ "id", "name" ]
2250
+ }
2251
+ }
2252
+ }
2253
+ }
2254
+ }
2255
+ }, {
2256
+ "type" : [ "null", "object" ],
2257
+ "additionalProperties" : false,
2258
+ "properties" : {
2259
+ "data" : {
2260
+ "$ref" : "./Account.json#/components/schemas/getTicketsByAccountArr"
2261
+ }
2262
+ },
2263
+ "required" : [ "data" ]
2264
+ } ]
2265
+ },
2266
+ "examples" : {
2267
+ "Valid responses Definitions" : {
2268
+ "value" : {
2269
+ "data" : [ {
2270
+ "ticketNumber" : "149",
2271
+ "statusType" : "Open",
2272
+ "subject" : "Hi. There is a sudden delay in the processing of the orders. Check this with high priority",
2273
+ "dueDate" : 1509778989000,
2274
+ "departmentId" : "1892000000006907",
2275
+ "channel" : "Email",
2276
+ "isRead" : false,
2277
+ "onholdTime" : null,
2278
+ "language" : "English",
2279
+ "closedTime" : null,
2280
+ "contact" : {
2281
+ "lastName" : "Carol",
2282
+ "firstName" : "Lucas",
2283
+ "phone" : "1 888 900 9646",
2284
+ "mobile" : "8845678909",
2285
+ "id" : "18944000000421011",
2286
+ "type" : null,
2287
+ "email" : "carol@zylker.com",
2288
+ "account" : {
2289
+ "website" : "www.desk.com",
2290
+ "accountName" : "desk Account",
2291
+ "id" : "1892000000975382"
2292
+ }
2293
+ },
2294
+ "createdTime" : 1507813910000,
2295
+ "id" : "18944000000336005",
2296
+ "department" : {
2297
+ "name" : "dasdasdasd",
2298
+ "id" : "1892000000006907"
2299
+ },
2300
+ "email" : "support@zylker.com",
2301
+ "customerResponseTime" : 1509692589203,
2302
+ "productId" : "18944000000424033",
2303
+ "contactId" : "18944000000421011",
2304
+ "threadCount" : "7",
2305
+ "lastThread" : null,
2306
+ "team" : {
2307
+ "name" : "kjsdfjks",
2308
+ "id" : "8920000000069071",
2309
+ "logoUrl" : "https://desk.zoho.com/api/v1/teams/8920000000069071/logo?orgId=11278831"
2310
+ },
2311
+ "priority" : "Medium",
2312
+ "assigneeId" : "1892000000042001",
2313
+ "commentCount" : "0",
2314
+ "accountId" : "189200000005345",
2315
+ "phone" : "9876543321",
2316
+ "webUrl" : "https://desk.zoho.com/support/zylker/ShowHomePage.do#Cases/dv/20d7881a46edfcffefe308ab38676ec3e612657a51fd5fbe",
2317
+ "teamId" : "8920000000069071",
2318
+ "isSpam" : false,
2319
+ "assignee" : {
2320
+ "firstName" : "dasca",
2321
+ "lastName" : "vins",
2322
+ "photoURL" : "https://desk.zoho.com/api/v1/agent/1892000000042001/photo",
2323
+ "id" : "1892000000042001",
2324
+ "email" : "jack@zylker.com"
2325
+ },
2326
+ "status" : "Open"
2327
+ } ]
2328
+ }
2329
+ }
2330
+ }
2331
+ }
2332
+ },
2333
+ "x-custom-response-attributes" : {
2334
+ "disable-safe-headers" : "[]"
2335
+ }
2336
+ },
2337
+ "getContractsForAccountResponse" : {
2338
+ "description" : "getContractsForAccountResponse template definitions",
2339
+ "content" : {
2340
+ "application/json" : {
2341
+ "schema" : {
2342
+ "type" : [ "null", "object" ],
2343
+ "additionalProperties" : false,
2344
+ "properties" : {
2345
+ "data" : {
2346
+ "$ref" : "./Account.json#/components/schemas/contractsForAccountData"
2347
+ }
2348
+ },
2349
+ "required" : [ "data" ]
2350
+ },
2351
+ "examples" : {
2352
+ "Valid responses Definitions" : {
2353
+ "value" : {
2354
+ "data" : [ {
2355
+ "slaName" : "Priority-based SLAs",
2356
+ "endDate" : 1468627200000,
2357
+ "slaGroupId" : "4000000007069",
2358
+ "departmentId" : "4000000007043",
2359
+ "contractId" : "4000000032003",
2360
+ "contractNumber" : "1212",
2361
+ "description" : "contract for all desk account",
2362
+ "contractName" : "Contract for desk account",
2363
+ "ownerId" : "4000000008692",
2364
+ "startDate" : 1466035200000
2365
+ } ]
2366
+ }
2367
+ }
2368
+ }
2369
+ }
2370
+ },
2371
+ "x-custom-response-attributes" : {
2372
+ "disable-safe-headers" : "[]"
2373
+ }
2374
+ },
2375
+ "getCountResponse" : {
2376
+ "description" : "getCountResponse template definitions",
2377
+ "content" : {
2378
+ "application/json" : {
2379
+ "schema" : {
2380
+ "type" : [ "null", "object" ],
2381
+ "additionalProperties" : false,
2382
+ "properties" : {
2383
+ "count" : {
2384
+ "type" : [ "string", "null", "integer" ],
2385
+ "format" : "int64",
2386
+ "pattern" : "([0-9]+)"
2387
+ }
2388
+ },
2389
+ "required" : [ "count" ]
2390
+ },
2391
+ "examples" : {
2392
+ "Valid responses Definitions" : {
2393
+ "value" : {
2394
+ "count" : "10"
2395
+ }
2396
+ }
2397
+ }
2398
+ }
2399
+ },
2400
+ "x-custom-response-attributes" : {
2401
+ "disable-safe-headers" : "[]"
2402
+ }
2403
+ },
2404
+ "accountListArray" : {
2405
+ "description" : "accountListArray template definitions",
2406
+ "content" : {
2407
+ "application/json" : {
2408
+ "schema" : {
2409
+ "type" : [ "null", "object" ],
2410
+ "additionalProperties" : false,
2411
+ "properties" : {
2412
+ "data" : {
2413
+ "$ref" : "./Account.json#/components/schemas/data"
2414
+ }
2415
+ },
2416
+ "required" : [ "data" ]
2417
+ },
2418
+ "examples" : {
2419
+ "Valid responses Definitions" : {
2420
+ "value" : {
2421
+ "data" : [ {
2422
+ "website" : "112121",
2423
+ "accountName" : "Admin Account",
2424
+ "phone" : "121212",
2425
+ "webUrl" : "https://desk.zoho.com/support/zylker/ShowHomePage.do#Accounts/dv/d126330fb061247d9ebddaeb9d93ba74750b0284bc703b38",
2426
+ "createdTime" : 1424105864000,
2427
+ "zohoCRMAccount" : {
2428
+ "id" : "32754000000537001"
2429
+ },
2430
+ "customerHappiness" : {
2431
+ "badPercentage" : "30",
2432
+ "okPercentage" : "30",
2433
+ "goodPercentage" : "40"
2434
+ },
2435
+ "id" : "1892000000052077",
2436
+ "email" : "admin@zylker.com"
2437
+ }, {
2438
+ "website" : "1211212",
2439
+ "accountName" : "Agent Account",
2440
+ "phone" : "11211",
2441
+ "webUrl" : "https://desk.zoho.com/support/zylker/ShowHomePage.do#Accounts/dv/d126330fb061247d9ebddaeb9d93ba74750b0284bc703b38",
2442
+ "createdTime" : 1424105864000,
2443
+ "zohoCRMAccount" : {
2444
+ "id" : "32754000000537001"
2445
+ },
2446
+ "customerHappiness" : {
2447
+ "badPercentage" : "20",
2448
+ "okPercentage" : "40",
2449
+ "goodPercentage" : "40"
2450
+ },
2451
+ "id" : "1892000000052090",
2452
+ "email" : "agent@zylker.com"
2453
+ } ]
2454
+ }
2455
+ }
2456
+ }
2457
+ }
2458
+ },
2459
+ "x-custom-response-attributes" : {
2460
+ "disable-safe-headers" : "[]"
2461
+ }
2462
+ },
2463
+ "updateManyResponse" : {
2464
+ "description" : "updateManyResponse template definitions",
2465
+ "content" : {
2466
+ "application/json" : {
2467
+ "schema" : {
2468
+ "oneOf" : [ {
2469
+ "type" : [ "null", "object" ],
2470
+ "additionalProperties" : false,
2471
+ "properties" : {
2472
+ "results" : {
2473
+ "$ref" : "./MassActionResponse.json#/components/schemas/results"
2474
+ }
2475
+ },
2476
+ "required" : [ "results" ]
2477
+ }, {
2478
+ "additionalProperties" : false,
2479
+ "allOf" : [ {
2480
+ "$ref" : "../common/Common.json#/components/schemas/errorJson"
2481
+ }, {
2482
+ "type" : [ "null", "object" ],
2483
+ "properties" : {
2484
+ "errors" : {
2485
+ "type" : [ "null", "array" ],
2486
+ "items" : {
2487
+ "type" : [ "null", "object" ],
2488
+ "additionalProperties" : false,
2489
+ "maxProperties" : 3,
2490
+ "minProperties" : 3,
2491
+ "properties" : {
2492
+ "fieldName" : {
2493
+ "type" : [ "string", "null" ],
2494
+ "maxLength" : 100,
2495
+ "minLength" : 0
2496
+ },
2497
+ "errorType" : {
2498
+ "type" : [ "string", "null" ],
2499
+ "enum" : [ "invalid", "duplicate", "missing" ],
2500
+ "maxLength" : 100,
2501
+ "minLength" : 0
2502
+ },
2503
+ "errorMessage" : {
2504
+ "type" : [ "string", "null" ],
2505
+ "maxLength" : 100,
2506
+ "minLength" : 0
2507
+ }
2508
+ },
2509
+ "required" : [ "errorMessage", "errorType", "fieldName" ]
2510
+ },
2511
+ "uniqueItems" : false
2512
+ }
2513
+ },
2514
+ "required" : [ "errors" ]
2515
+ } ]
2516
+ }, {
2517
+ "type" : [ "null", "object" ],
2518
+ "additionalProperties" : false,
2519
+ "properties" : {
2520
+ "errorCode" : {
2521
+ "type" : [ "string", "null" ],
2522
+ "enum" : [ "URL_NOT_FOUND", "UNAUTHORIZED", "INVALID_OAUTH", "SCOPE_MISMATCH", "FORBIDDEN", "LICENSE_ACCESS_LIMITED", "METHOD_NOT_ALLOWED", "RESOURCE_SIZE_EXCEEDED", "UNSUPPORTED_MEDIA_TYPE", "INVALID_DATA", "UNPROCESSABLE_ENTITY", "ONLY_LIVECHAT_USER", "INTEGRATION_ADMIN_ERROR", "THRESHOLD_EXCEEDED", "INTERNAL_SERVER_ERROR", "EMPTY_PAYLOAD" ],
2523
+ "maxLength" : 100,
2524
+ "minLength" : 0
2525
+ },
2526
+ "message" : {
2527
+ "type" : [ "string", "null" ],
2528
+ "maxLength" : 255,
2529
+ "minLength" : 0
2530
+ }
2531
+ },
2532
+ "required" : [ "errorCode", "message" ]
2533
+ }, {
2534
+ "type" : [ "null", "object" ],
2535
+ "additionalProperties" : false,
2536
+ "properties" : {
2537
+ "errorCode" : {
2538
+ "type" : [ "string", "null" ],
2539
+ "enum" : [ "URL_NOT_FOUND", "UNAUTHORIZED", "INVALID_OAUTH", "SCOPE_MISMATCH", "FORBIDDEN", "LICENSE_ACCESS_LIMITED", "METHOD_NOT_ALLOWED", "RESOURCE_SIZE_EXCEEDED", "UNSUPPORTED_MEDIA_TYPE", "INVALID_DATA", "UNPROCESSABLE_ENTITY", "ONLY_LIVECHAT_USER", "INTEGRATION_ADMIN_ERROR", "THRESHOLD_EXCEEDED", "INTERNAL_SERVER_ERROR", "EMPTY_PAYLOAD" ],
2540
+ "maxLength" : 100,
2541
+ "minLength" : 0
2542
+ },
2543
+ "message" : {
2544
+ "type" : [ "string", "null" ],
2545
+ "maxLength" : 255,
2546
+ "minLength" : 0
2547
+ }
2548
+ },
2549
+ "required" : [ "errorCode", "message" ]
2550
+ } ]
2551
+ },
2552
+ "examples" : {
2553
+ "Valid responses Definitions" : {
2554
+ "value" : {
2555
+ "results" : [ {
2556
+ "success" : true,
2557
+ "id" : "1892000000093303",
2558
+ "errors" : null
2559
+ }, {
2560
+ "success" : true,
2561
+ "id" : "1892000000085009",
2562
+ "errors" : null
2563
+ }, {
2564
+ "success" : false,
2565
+ "id" : "1892000000050003",
2566
+ "errors" : {
2567
+ "errorCode" : "UNPROCESSABLE_ENTITY",
2568
+ "httpCode" : "422"
2569
+ }
2570
+ } ]
2571
+ }
2572
+ }
2573
+ }
2574
+ }
2575
+ },
2576
+ "x-custom-response-attributes" : {
2577
+ "disable-safe-headers" : "[]"
2578
+ }
2579
+ }
2580
+ },
2581
+ "parameters" : {
2582
+ "accountId" : {
2583
+ "name" : "accountId",
2584
+ "in" : "path",
2585
+ "description" : "Unique ID of the account",
2586
+ "required" : true,
2587
+ "style" : "simple",
2588
+ "explode" : false,
2589
+ "schema" : {
2590
+ "type" : [ "string", "null", "integer" ],
2591
+ "format" : "int64",
2592
+ "pattern" : "([0-9]+)"
2593
+ }
2594
+ },
2595
+ "contactId" : {
2596
+ "name" : "contactId",
2597
+ "in" : "path",
2598
+ "description" : "Unique ID of the contact",
2599
+ "required" : true,
2600
+ "style" : "simple",
2601
+ "explode" : false,
2602
+ "schema" : {
2603
+ "type" : [ "string", "null", "integer" ],
2604
+ "format" : "int64",
2605
+ "description" : "Key that filters ticket activities related to a particular contact",
2606
+ "pattern" : "([0-9]+)"
2607
+ }
2608
+ },
2609
+ "departmentId" : {
2610
+ "name" : "departmentId",
2611
+ "in" : "query",
2612
+ "description" : "Unique ID of the department",
2613
+ "required" : false,
2614
+ "style" : "form",
2615
+ "explode" : true,
2616
+ "schema" : {
2617
+ "type" : [ "string", "null", "integer" ],
2618
+ "format" : "int64",
2619
+ "description" : "ID of the department from which the statistics must be fetched. If you do not pass this parameter in the API request, statistics from all permitted departments will be fetched.",
2620
+ "pattern" : "([0-9]+)"
2621
+ }
2622
+ },
2623
+ "limit" : {
2624
+ "name" : "limit",
2625
+ "in" : "query",
2626
+ "description" : "Number of accounts to fetch",
2627
+ "required" : false,
2628
+ "style" : "form",
2629
+ "explode" : true,
2630
+ "schema" : {
2631
+ "type" : [ "string", "null", "integer" ],
2632
+ "format" : "int32",
2633
+ "description" : "Number of accounts to list",
2634
+ "maximum" : 99,
2635
+ "minimum" : 1,
2636
+ "pattern" : "([0-9]+)"
2637
+ }
2638
+ },
2639
+ "from" : {
2640
+ "name" : "from",
2641
+ "in" : "query",
2642
+ "description" : "Index number, starting from which the accounts must be fetched",
2643
+ "required" : false,
2644
+ "style" : "form",
2645
+ "explode" : true,
2646
+ "schema" : {
2647
+ "type" : "integer",
2648
+ "format" : "int32",
2649
+ "default" : 1,
2650
+ "description" : "Index number, starting from which the accounts must be fetched",
2651
+ "minimum" : 1
2652
+ }
2653
+ },
2654
+ "startsWith" : {
2655
+ "name" : "startsWith",
2656
+ "in" : "query",
2657
+ "description" : "Letter with which the names of the accounts must start",
2658
+ "required" : false,
2659
+ "style" : "form",
2660
+ "explode" : true,
2661
+ "schema" : {
2662
+ "type" : [ "string", "null" ],
2663
+ "description" : "Letter with which the names of the accounts must start",
2664
+ "maxLength" : 100,
2665
+ "minLength" : 0
2666
+ }
2667
+ }
2668
+ },
2669
+ "requestBodies" : {
2670
+ "associateProductsWithAccount" : {
2671
+ "content" : {
2672
+ "application/json" : {
2673
+ "schema" : {
2674
+ "type" : [ "null", "object" ],
2675
+ "additionalProperties" : false,
2676
+ "properties" : {
2677
+ "departmentId" : {
2678
+ "type" : [ "string", "null", "integer" ],
2679
+ "format" : "int64",
2680
+ "pattern" : "([0-9]+)",
2681
+ "x-custom-parameters-attributes" : {
2682
+ "entity" : "Departments"
2683
+ }
2684
+ },
2685
+ "ids" : {
2686
+ "type" : [ "null", "array" ],
2687
+ "items" : {
2688
+ "type" : [ "string", "null", "integer" ],
2689
+ "format" : "int64",
2690
+ "pattern" : "([0-9]+)",
2691
+ "x-custom-parameters-attributes" : [ { } ]
2692
+ },
2693
+ "uniqueItems" : false
2694
+ },
2695
+ "associate" : {
2696
+ "type" : [ "boolean", "null" ]
2697
+ }
2698
+ },
2699
+ "required" : [ "associate", "ids" ]
2700
+ },
2701
+ "examples" : {
2702
+ "Valid requestBody Definitions" : {
2703
+ "value" : {
2704
+ "departmentId" : "7000000062800",
2705
+ "ids" : [ "7000000027223", "7000000043968" ],
2706
+ "associate" : true
2707
+ }
2708
+ }
2709
+ }
2710
+ }
2711
+ },
2712
+ "x-custom-request-body-attributes" : {
2713
+ "non-empty" : false,
2714
+ "allow-invalid" : false
2715
+ }
2716
+ },
2717
+ "accountMergeRequest" : {
2718
+ "content" : {
2719
+ "application/json" : {
2720
+ "schema" : {
2721
+ "type" : [ "null", "object" ],
2722
+ "additionalProperties" : false,
2723
+ "properties" : {
2724
+ "ids" : {
2725
+ "type" : [ "null", "array" ],
2726
+ "items" : {
2727
+ "type" : [ "string", "null", "integer" ],
2728
+ "format" : "int64",
2729
+ "pattern" : "([0-9]+)",
2730
+ "x-custom-parameters-attributes" : [ { } ]
2731
+ },
2732
+ "uniqueItems" : true
2733
+ },
2734
+ "source" : {
2735
+ "$ref" : "./Account.json#/components/schemas/sourceValues"
2736
+ }
2737
+ },
2738
+ "required" : [ "ids" ]
2739
+ },
2740
+ "examples" : {
2741
+ "Valid requestBody Definitions" : {
2742
+ "value" : {
2743
+ "ids" : [ "4000000018011", "4000000018033" ],
2744
+ "source" : {
2745
+ "country" : "4000000018011",
2746
+ "website" : "4000000018011",
2747
+ "code" : "4000000018011",
2748
+ "cf" : {
2749
+ "cf_contactcount" : 1892220000042001
2750
+ },
2751
+ "city" : "4000000018011",
2752
+ "description" : "4000000018011",
2753
+ "industry" : "4000000018011",
2754
+ "phone" : "4000000018011",
2755
+ "annualrevenue" : "4000000018011",
2756
+ "street" : "4000000018011",
2757
+ "state" : "4000000018011",
2758
+ "fax" : "4000000018011",
2759
+ "email" : "4000000018011"
2760
+ }
2761
+ }
2762
+ }
2763
+ }
2764
+ }
2765
+ },
2766
+ "x-custom-request-body-attributes" : {
2767
+ "non-empty" : false,
2768
+ "allow-invalid" : false
2769
+ }
2770
+ },
2771
+ "dissociateContactsWithAccount" : {
2772
+ "content" : {
2773
+ "application/json" : {
2774
+ "schema" : {
2775
+ "type" : [ "null", "object" ],
2776
+ "additionalProperties" : false,
2777
+ "properties" : {
2778
+ "ids" : {
2779
+ "type" : [ "null", "array" ],
2780
+ "items" : {
2781
+ "type" : [ "string", "null", "integer" ],
2782
+ "format" : "int64",
2783
+ "pattern" : "([0-9]+)",
2784
+ "x-custom-parameters-attributes" : [ { } ]
2785
+ },
2786
+ "uniqueItems" : false
2787
+ }
2788
+ },
2789
+ "required" : [ "ids" ]
2790
+ },
2791
+ "examples" : {
2792
+ "Valid requestBody Definitions" : {
2793
+ "value" : {
2794
+ "ids" : [ "7000000027223", "7000000043968" ]
2795
+ }
2796
+ }
2797
+ }
2798
+ }
2799
+ },
2800
+ "x-custom-request-body-attributes" : {
2801
+ "non-empty" : false,
2802
+ "allow-invalid" : false
2803
+ }
2804
+ },
2805
+ "accountjson" : {
2806
+ "content" : {
2807
+ "application/json" : {
2808
+ "schema" : {
2809
+ "additionalProperties" : false,
2810
+ "allOf" : [ {
2811
+ "$ref" : "#/components/schemas/commonObject"
2812
+ }, {
2813
+ "type" : [ "null", "object" ],
2814
+ "properties" : {
2815
+ "country" : {
2816
+ "type" : [ "string", "null" ],
2817
+ "description" : "Country in which the account is based",
2818
+ "maxLength" : 30,
2819
+ "minLength" : 0
2820
+ },
2821
+ "code" : {
2822
+ "type" : [ "string", "null" ],
2823
+ "description" : "Zip code",
2824
+ "maxLength" : 30,
2825
+ "minLength" : 0,
2826
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2827
+ },
2828
+ "cf" : {
2829
+ "type" : [ "null", "object" ],
2830
+ "additionalProperties" : false,
2831
+ "patternProperties" : {
2832
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
2833
+ "type" : [ "string", "null" ],
2834
+ "maxLength" : 100,
2835
+ "minLength" : 0,
2836
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2837
+ }
2838
+ }
2839
+ },
2840
+ "city" : {
2841
+ "type" : [ "string", "null" ],
2842
+ "description" : "City in which the account is based",
2843
+ "maxLength" : 30,
2844
+ "minLength" : 0
2845
+ },
2846
+ "customFields" : {
2847
+ "type" : [ "null", "object" ],
2848
+ "additionalProperties" : false,
2849
+ "patternProperties" : {
2850
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
2851
+ "type" : [ "string", "null" ],
2852
+ "maxLength" : 100,
2853
+ "minLength" : 0,
2854
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2855
+ }
2856
+ }
2857
+ },
2858
+ "street" : {
2859
+ "type" : [ "string", "null" ],
2860
+ "description" : "Address of the account",
2861
+ "maxLength" : 250,
2862
+ "minLength" : 0
2863
+ },
2864
+ "annualrevenue" : {
2865
+ "type" : [ "string", "null" ],
2866
+ "description" : "Annual revenue of the account",
2867
+ "maxLength" : 100,
2868
+ "minLength" : 0,
2869
+ "pattern" : "([0-9]{1,13}(\\.[0-9]*)?)"
2870
+ },
2871
+ "description" : {
2872
+ "type" : [ "string", "null" ],
2873
+ "description" : "A short description of the account",
2874
+ "maxLength" : 65535,
2875
+ "minLength" : 0
2876
+ },
2877
+ "industry" : {
2878
+ "type" : [ "string", "null" ],
2879
+ "description" : "Industry in which the account operates",
2880
+ "maxLength" : 120,
2881
+ "minLength" : 0,
2882
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2883
+ },
2884
+ "state" : {
2885
+ "type" : [ "string", "null" ],
2886
+ "description" : "State in which the account is based",
2887
+ "maxLength" : 30,
2888
+ "minLength" : 0
2889
+ },
2890
+ "ownerId" : {
2891
+ "type" : [ "string", "null", "integer" ],
2892
+ "format" : "int64",
2893
+ "description" : "ID of account owner",
2894
+ "pattern" : "([0-9]+)"
2895
+ },
2896
+ "fax" : {
2897
+ "type" : [ "string", "null" ],
2898
+ "description" : "Fax number of the account",
2899
+ "maxLength" : 30,
2900
+ "minLength" : 0,
2901
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+",
2902
+ "x-custom-parameters-attributes" : {
2903
+ "filterMatchedContent" : true,
2904
+ "replacementString" : ""
2905
+ }
2906
+ }
2907
+ }
2908
+ }, {
2909
+ "type" : "object",
2910
+ "required" : [ "accountName" ]
2911
+ } ]
2912
+ },
2913
+ "examples" : {
2914
+ "Valid requestBody Definitions" : {
2915
+ "value" : {
2916
+ "accountName" : "Zylker",
2917
+ "phone" : "98348229382"
2918
+ }
2919
+ }
2920
+ }
2921
+ }
2922
+ },
2923
+ "x-custom-request-body-attributes" : {
2924
+ "non-empty" : false,
2925
+ "allow-invalid" : false
2926
+ }
2927
+ },
2928
+ "associateContactsWithAccount" : {
2929
+ "content" : {
2930
+ "application/json" : {
2931
+ "schema" : {
2932
+ "type" : [ "null", "object" ],
2933
+ "additionalProperties" : false,
2934
+ "properties" : {
2935
+ "ids" : {
2936
+ "type" : [ "null", "array" ],
2937
+ "items" : {
2938
+ "type" : [ "string", "null", "integer" ],
2939
+ "format" : "int64",
2940
+ "pattern" : "([0-9]+)",
2941
+ "x-custom-parameters-attributes" : [ { } ]
2942
+ },
2943
+ "uniqueItems" : false
2944
+ }
2945
+ },
2946
+ "required" : [ "ids" ]
2947
+ },
2948
+ "examples" : {
2949
+ "Valid requestBody Definitions" : {
2950
+ "value" : {
2951
+ "ids" : [ "7000000027223", "7000000043968" ]
2952
+ }
2953
+ }
2954
+ }
2955
+ }
2956
+ },
2957
+ "x-custom-request-body-attributes" : {
2958
+ "non-empty" : false,
2959
+ "allow-invalid" : false
2960
+ }
2961
+ },
2962
+ "updateAccount_accountjson" : {
2963
+ "content" : {
2964
+ "application/json" : {
2965
+ "schema" : {
2966
+ "additionalProperties" : false,
2967
+ "allOf" : [ {
2968
+ "$ref" : "./Account.json#/components/schemas/commonObject"
2969
+ }, {
2970
+ "type" : [ "null", "object" ],
2971
+ "properties" : {
2972
+ "country" : {
2973
+ "type" : [ "string", "null" ],
2974
+ "description" : "Country in which the account is based",
2975
+ "maxLength" : 30,
2976
+ "minLength" : 0
2977
+ },
2978
+ "code" : {
2979
+ "type" : [ "string", "null" ],
2980
+ "description" : "Zip code",
2981
+ "maxLength" : 30,
2982
+ "minLength" : 0,
2983
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2984
+ },
2985
+ "cf" : {
2986
+ "type" : [ "null", "object" ],
2987
+ "additionalProperties" : false,
2988
+ "patternProperties" : {
2989
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
2990
+ "type" : [ "string", "null" ],
2991
+ "maxLength" : 100,
2992
+ "minLength" : 0,
2993
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2994
+ }
2995
+ }
2996
+ },
2997
+ "city" : {
2998
+ "type" : [ "string", "null" ],
2999
+ "description" : "City in which the account is based",
3000
+ "maxLength" : 30,
3001
+ "minLength" : 0
3002
+ },
3003
+ "customFields" : {
3004
+ "type" : [ "null", "object" ],
3005
+ "additionalProperties" : false,
3006
+ "patternProperties" : {
3007
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
3008
+ "type" : [ "string", "null" ],
3009
+ "maxLength" : 100,
3010
+ "minLength" : 0,
3011
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
3012
+ }
3013
+ }
3014
+ },
3015
+ "street" : {
3016
+ "type" : [ "string", "null" ],
3017
+ "description" : "Address of the account",
3018
+ "maxLength" : 250,
3019
+ "minLength" : 0
3020
+ },
3021
+ "annualrevenue" : {
3022
+ "type" : [ "string", "null" ],
3023
+ "description" : "Annual revenue of the account",
3024
+ "maxLength" : 100,
3025
+ "minLength" : 0,
3026
+ "pattern" : "([0-9]{1,13}(\\.[0-9]*)?)"
3027
+ },
3028
+ "description" : {
3029
+ "type" : [ "string", "null" ],
3030
+ "description" : "A short description of the account",
3031
+ "maxLength" : 65535,
3032
+ "minLength" : 0
3033
+ },
3034
+ "industry" : {
3035
+ "type" : [ "string", "null" ],
3036
+ "description" : "Industry in which the account operates",
3037
+ "maxLength" : 120,
3038
+ "minLength" : 0,
3039
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
3040
+ },
3041
+ "state" : {
3042
+ "type" : [ "string", "null" ],
3043
+ "description" : "State in which the account is based",
3044
+ "maxLength" : 30,
3045
+ "minLength" : 0
3046
+ },
3047
+ "ownerId" : {
3048
+ "type" : [ "string", "null", "integer" ],
3049
+ "format" : "int64",
3050
+ "description" : "ID of account owner",
3051
+ "pattern" : "([0-9]+)"
3052
+ },
3053
+ "fax" : {
3054
+ "type" : [ "string", "null" ],
3055
+ "description" : "Fax number of the account",
3056
+ "maxLength" : 30,
3057
+ "minLength" : 0,
3058
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+",
3059
+ "x-custom-parameters-attributes" : {
3060
+ "filterMatchedContent" : true,
3061
+ "replacementString" : ""
3062
+ }
3063
+ }
3064
+ }
3065
+ }, {
3066
+ "type" : "object"
3067
+ } ]
3068
+ },
3069
+ "examples" : {
3070
+ "Valid requestBody Definitions" : {
3071
+ "value" : null
3072
+ }
3073
+ }
3074
+ }
3075
+ },
3076
+ "x-custom-request-body-attributes" : {
3077
+ "non-empty" : false,
3078
+ "allow-invalid" : false
3079
+ }
3080
+ },
3081
+ "deleteAccountsRequest" : {
3082
+ "content" : {
3083
+ "application/json" : {
3084
+ "schema" : {
3085
+ "type" : [ "null", "object" ],
3086
+ "additionalProperties" : false,
3087
+ "properties" : {
3088
+ "accountIds" : {
3089
+ "type" : [ "null", "array" ],
3090
+ "items" : {
3091
+ "type" : [ "string", "null", "integer" ],
3092
+ "format" : "int64",
3093
+ "pattern" : "([0-9]+)",
3094
+ "x-custom-parameters-attributes" : [ { } ]
3095
+ },
3096
+ "uniqueItems" : false
3097
+ }
3098
+ },
3099
+ "required" : [ "accountIds" ]
3100
+ },
3101
+ "examples" : {
3102
+ "Valid requestBody Definitions" : {
3103
+ "value" : {
3104
+ "accountIds" : [ "2000032003232" ]
3105
+ }
3106
+ }
3107
+ }
3108
+ }
3109
+ },
3110
+ "x-custom-request-body-attributes" : {
3111
+ "non-empty" : false,
3112
+ "allow-invalid" : false
3113
+ }
3114
+ },
3115
+ "account_massupdate" : {
3116
+ "content" : {
3117
+ "application/json" : {
3118
+ "schema" : {
3119
+ "type" : [ "null", "object" ],
3120
+ "additionalProperties" : false,
3121
+ "properties" : {
3122
+ "isCustomField" : {
3123
+ "type" : [ "boolean", "null" ]
3124
+ },
3125
+ "fieldName" : {
3126
+ "type" : [ "string", "null" ],
3127
+ "x-dynamic-enum" : true
3128
+ },
3129
+ "ids" : {
3130
+ "$ref" : "./Account.json#/components/schemas/long_array"
3131
+ },
3132
+ "fieldValue" : {
3133
+ "type" : [ "string", "null" ],
3134
+ "maxLength" : 100,
3135
+ "minLength" : 0,
3136
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
3137
+ }
3138
+ },
3139
+ "required" : [ "fieldName", "ids" ]
3140
+ },
3141
+ "examples" : {
3142
+ "Valid requestBody Definitions" : {
3143
+ "value" : {
3144
+ "fieldName" : "phone",
3145
+ "isCustomField" : false,
3146
+ "ids" : [ "1892000000093303", "1892000000085009", "1892000000050003" ],
3147
+ "fieldValue" : "8508569875"
3148
+ }
3149
+ }
3150
+ }
3151
+ }
3152
+ },
3153
+ "x-custom-request-body-attributes" : {
3154
+ "non-empty" : false,
3155
+ "allow-invalid" : false
3156
+ }
3157
+ },
3158
+ "accountsrecyclebinjson" : {
3159
+ "content" : {
3160
+ "application/json" : {
3161
+ "schema" : {
3162
+ "type" : [ "null", "object" ],
3163
+ "additionalProperties" : false,
3164
+ "properties" : {
3165
+ "accountIds" : {
3166
+ "type" : [ "null", "array" ],
3167
+ "items" : {
3168
+ "type" : [ "string", "null", "integer" ],
3169
+ "format" : "int64",
3170
+ "pattern" : "([0-9]+)",
3171
+ "x-custom-parameters-attributes" : [ { } ]
3172
+ },
3173
+ "uniqueItems" : false
3174
+ }
3175
+ },
3176
+ "required" : [ "accountIds" ]
3177
+ },
3178
+ "examples" : {
3179
+ "Valid requestBody Definitions" : {
3180
+ "value" : {
3181
+ "accountIds" : [ "2000032003232" ]
3182
+ }
3183
+ }
3184
+ }
3185
+ }
3186
+ },
3187
+ "x-custom-request-body-attributes" : {
3188
+ "non-empty" : false,
3189
+ "allow-invalid" : false
3190
+ }
3191
+ }
3192
+ },
3193
+ "securitySchemes" : {
3194
+ "cookie-auth" : {
3195
+ "$ref" : "../common/Common.json#/components/securitySchemes/cookie-auth"
3196
+ },
3197
+ "org-oauth" : {
3198
+ "$ref" : "../common/Common.json#/components/securitySchemes/org-oauth"
3199
+ },
3200
+ "iam-oauth2-schema" : {
3201
+ "$ref" : "../common/Common.json#/components/securitySchemes/iam-oauth2-schema"
3202
+ }
3203
+ }
3204
+ },
3205
+ "x-entity" : "Account"
3206
+ }