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,2877 @@
1
+ {
2
+ "openapi" : "3.1.0",
3
+ "info" : {
4
+ "title" : "Contract",
5
+ "version" : "1.0.0",
6
+ "x-clan-group" : "automation",
7
+ "x-module-group" : "automation"
8
+ },
9
+ "paths" : {
10
+ "/api/v1/contracts/updateMany" : {
11
+ "post" : {
12
+ "tags" : [ "Contract" ],
13
+ "summary" : "Update many contracts",
14
+ "description" : "This API updates multiple contracts at once.",
15
+ "operationId" : "updateMany",
16
+ "parameters" : [ {
17
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
18
+ } ],
19
+ "requestBody" : {
20
+ "$ref" : "#/components/requestBodies/contractMassUpdate"
21
+ },
22
+ "responses" : {
23
+ "404" : {
24
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
25
+ },
26
+ "200" : {
27
+ "$ref" : "./MassActionResponse.json#/components/responses/massActionListResponse"
28
+ },
29
+ "422" : {
30
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
31
+ },
32
+ "401" : {
33
+ "$ref" : "../common/Common.json#/components/responses/unauthorizedErrorResponse"
34
+ }
35
+ },
36
+ "security" : [ {
37
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
38
+ }, {
39
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE" ]
40
+ } ],
41
+ "x-audience" : [ "external-public" ],
42
+ "x-custom-url-attribute" : {
43
+ "security" : {
44
+ "throttle" : {
45
+ "inline" : [ {
46
+ "scope" : "APPSERVER",
47
+ "rules" : [ {
48
+ "duration" : 60000,
49
+ "lock-period" : 600000,
50
+ "threshold" : 10,
51
+ "hip" : false
52
+ }, {
53
+ "duration" : 3600000,
54
+ "lock-period" : 1200000,
55
+ "threshold" : 50,
56
+ "hip" : false
57
+ } ],
58
+ "window" : "ROLLING",
59
+ "key" : "url.path+user.zuid"
60
+ } ]
61
+ },
62
+ "extraparams" : {
63
+ "disable" : true,
64
+ "ignore" : false
65
+ },
66
+ "authentication" : { }
67
+ },
68
+ "clan-group" : "automation",
69
+ "apihash" : "4dd793d7216e28faa2b97865ca3c2b17",
70
+ "module-group" : "automation",
71
+ "apimethod" : "com.zoho.support.restapi.ContractService.updateMany"
72
+ }
73
+ }
74
+ },
75
+ "/api/v1/contracts/{contractId}/creditCycles" : {
76
+ "get" : {
77
+ "tags" : [ "Contract" ],
78
+ "summary" : "List contract credit cycle",
79
+ "description" : "This API lists credits cycles recorded for a contract, based on the filter/duration specified. For now only the @CURRENT@ filter is supported, so API will fetch details of the contract’s current credit cycle.",
80
+ "operationId" : "getCreditCyclesOfContract",
81
+ "parameters" : [ {
82
+ "name" : "creditCycle",
83
+ "in" : "query",
84
+ "description" : "This param filters the credit cycles based on the value passed,Allowed values for this filter are @CURRENT@",
85
+ "required" : false,
86
+ "style" : "form",
87
+ "explode" : true,
88
+ "schema" : {
89
+ "type" : [ "string", "null" ],
90
+ "description" : "This param filters the credit cycles based on the value passed,Allowed values for this filter are @CURRENT@",
91
+ "enum" : [ "CURRENT" ],
92
+ "maxLength" : 100,
93
+ "minLength" : 0
94
+ }
95
+ }, {
96
+ "$ref" : "#/components/parameters/contractId"
97
+ }, {
98
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
99
+ } ],
100
+ "responses" : {
101
+ "200" : {
102
+ "$ref" : "./CreditCycle.json#/components/responses/creditCyclesResponse"
103
+ },
104
+ "401" : {
105
+ "$ref" : "../common/Common.json#/components/responses/unauthorizedErrorResponse"
106
+ },
107
+ "403" : {
108
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
109
+ },
110
+ "404" : {
111
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
112
+ }
113
+ },
114
+ "security" : [ {
115
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
116
+ }, {
117
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
118
+ } ],
119
+ "x-audience" : [ "company-internal" ],
120
+ "x-custom-url-attribute" : {
121
+ "security" : {
122
+ "throttle" : {
123
+ "inline" : [ {
124
+ "scope" : "APPSERVER",
125
+ "rules" : [ {
126
+ "duration" : 60000,
127
+ "lock-period" : 600000,
128
+ "threshold" : 50,
129
+ "hip" : false
130
+ }, {
131
+ "duration" : 3600000,
132
+ "lock-period" : 1200000,
133
+ "threshold" : 200,
134
+ "hip" : false
135
+ } ],
136
+ "window" : "ROLLING",
137
+ "key" : "url.path+user.zuid"
138
+ } ]
139
+ },
140
+ "extraparams" : {
141
+ "disable" : true,
142
+ "ignore" : false
143
+ },
144
+ "authentication" : { }
145
+ },
146
+ "clan-group" : "automation",
147
+ "apihash" : "85e6c365823c40a4ee8226089b32236e",
148
+ "module-group" : "automation",
149
+ "apimethod" : "com.zoho.support.restapi.ContractService.getCreditCycleDetails"
150
+ }
151
+ }
152
+ },
153
+ "/api/v1/contracts" : {
154
+ "get" : {
155
+ "tags" : [ "Contract" ],
156
+ "summary" : "List all contracts",
157
+ "description" : "To get a list of contracts",
158
+ "operationId" : "getContracts",
159
+ "parameters" : [ {
160
+ "name" : "accountId",
161
+ "in" : "query",
162
+ "required" : false,
163
+ "style" : "form",
164
+ "explode" : true,
165
+ "schema" : {
166
+ "type" : [ "string", "null", "integer" ],
167
+ "format" : "int64",
168
+ "pattern" : "([0-9]+)"
169
+ }
170
+ }, {
171
+ "name" : "include",
172
+ "in" : "query",
173
+ "required" : false,
174
+ "style" : "simple",
175
+ "explode" : true,
176
+ "schema" : {
177
+ "type" : [ "null", "array" ],
178
+ "items" : {
179
+ "type" : [ "string", "null" ],
180
+ "enum" : [ "accounts", "products", "slas", "owner", "departments" ],
181
+ "maxLength" : 100,
182
+ "minLength" : 0
183
+ },
184
+ "uniqueItems" : true
185
+ }
186
+ }, {
187
+ "name" : "ownerIds",
188
+ "in" : "query",
189
+ "required" : false,
190
+ "style" : "simple",
191
+ "explode" : true,
192
+ "schema" : {
193
+ "type" : [ "null", "array" ],
194
+ "items" : {
195
+ "type" : [ "string", "null", "integer" ],
196
+ "format" : "int64",
197
+ "pattern" : "([0-9]+)"
198
+ },
199
+ "uniqueItems" : false
200
+ }
201
+ }, {
202
+ "name" : "limit",
203
+ "in" : "query",
204
+ "required" : false,
205
+ "style" : "form",
206
+ "explode" : true,
207
+ "schema" : {
208
+ "type" : [ "string", "null", "integer" ],
209
+ "format" : "int32",
210
+ "pattern" : "([0-9]+)"
211
+ }
212
+ }, {
213
+ "name" : "from",
214
+ "in" : "query",
215
+ "required" : false,
216
+ "style" : "form",
217
+ "explode" : true,
218
+ "schema" : {
219
+ "type" : [ "string", "null", "integer" ],
220
+ "format" : "int32",
221
+ "pattern" : "([0-9]+)"
222
+ }
223
+ }, {
224
+ "name" : "sortBy",
225
+ "in" : "query",
226
+ "required" : false,
227
+ "style" : "form",
228
+ "explode" : true,
229
+ "schema" : {
230
+ "type" : [ "string", "null" ],
231
+ "enum" : [ "accountName", "contractName", "contractEndDate", "contractStartDate", "createdTime", "modifiedTime" ],
232
+ "maxLength" : 100,
233
+ "minLength" : 0
234
+ }
235
+ }, {
236
+ "name" : "contractName",
237
+ "in" : "query",
238
+ "required" : false,
239
+ "style" : "form",
240
+ "explode" : true,
241
+ "schema" : {
242
+ "type" : [ "string", "null" ],
243
+ "maxLength" : 80,
244
+ "minLength" : 0,
245
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
246
+ }
247
+ }, {
248
+ "name" : "departmentIds",
249
+ "in" : "query",
250
+ "required" : false,
251
+ "style" : "simple",
252
+ "explode" : true,
253
+ "schema" : {
254
+ "type" : [ "null", "array" ],
255
+ "items" : {
256
+ "type" : [ "string", "null", "integer" ],
257
+ "format" : "int64",
258
+ "pattern" : "([0-9]+)"
259
+ },
260
+ "uniqueItems" : true
261
+ }
262
+ }, {
263
+ "name" : "fields",
264
+ "in" : "query",
265
+ "required" : false,
266
+ "style" : "form",
267
+ "explode" : true,
268
+ "schema" : {
269
+ "type" : [ "string", "null" ],
270
+ "maxLength" : 100,
271
+ "minLength" : 0
272
+ }
273
+ }, {
274
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
275
+ } ],
276
+ "responses" : {
277
+ "204" : {
278
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
279
+ },
280
+ "200" : {
281
+ "$ref" : "#/components/responses/listAllContractsResponse"
282
+ }
283
+ },
284
+ "security" : [ {
285
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
286
+ }, {
287
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
288
+ } ],
289
+ "x-audience" : [ "external-public" ],
290
+ "x-custom-url-attribute" : {
291
+ "security" : {
292
+ "throttle" : {
293
+ "inline" : [ {
294
+ "scope" : "APPSERVER",
295
+ "rules" : [ {
296
+ "duration" : 60000,
297
+ "lock-period" : 600000,
298
+ "threshold" : 50,
299
+ "hip" : false
300
+ }, {
301
+ "duration" : 3600000,
302
+ "lock-period" : 1200000,
303
+ "threshold" : 200,
304
+ "hip" : false
305
+ } ],
306
+ "window" : "ROLLING",
307
+ "key" : "url.path+user.zuid"
308
+ } ]
309
+ },
310
+ "extraparams" : {
311
+ "disable" : true,
312
+ "ignore" : false
313
+ },
314
+ "authentication" : { }
315
+ },
316
+ "clan-group" : "automation",
317
+ "apihash" : "b8cf4438a9614f16031e87693983146a",
318
+ "module-group" : "automation",
319
+ "apimethod" : "com.zoho.support.restapi.ContractService.getContracts"
320
+ }
321
+ },
322
+ "post" : {
323
+ "tags" : [ "Contract" ],
324
+ "summary" : "Create a contract",
325
+ "description" : "This API creates a contract in your helpdesk.",
326
+ "operationId" : "createContract",
327
+ "parameters" : [ {
328
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
329
+ } ],
330
+ "requestBody" : {
331
+ "$ref" : "#/components/requestBodies/createContract_contractJson"
332
+ },
333
+ "responses" : {
334
+ "422" : {
335
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
336
+ },
337
+ "200" : {
338
+ "$ref" : "#/components/responses/getContractJson"
339
+ }
340
+ },
341
+ "security" : [ {
342
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
343
+ }, {
344
+ "iam-oauth2-schema" : [ "Desk.settings.CREATE" ]
345
+ } ],
346
+ "x-audience" : [ "external-public" ],
347
+ "x-custom-url-attribute" : {
348
+ "security" : {
349
+ "throttle" : {
350
+ "inline" : [ {
351
+ "scope" : "APPSERVER",
352
+ "rules" : [ {
353
+ "duration" : 60000,
354
+ "lock-period" : 600000,
355
+ "threshold" : 10,
356
+ "hip" : false
357
+ }, {
358
+ "duration" : 3600000,
359
+ "lock-period" : 1200000,
360
+ "threshold" : 50,
361
+ "hip" : false
362
+ } ],
363
+ "window" : "ROLLING",
364
+ "key" : "url.path+user.zuid"
365
+ } ]
366
+ },
367
+ "extraparams" : {
368
+ "disable" : true,
369
+ "ignore" : false
370
+ },
371
+ "authentication" : { }
372
+ },
373
+ "clan-group" : "automation",
374
+ "apihash" : "6167f0539ea07cb21d080a97d613b991",
375
+ "module-group" : "automation",
376
+ "apimethod" : "com.zoho.support.restapi.ContractService.createContract"
377
+ }
378
+ }
379
+ },
380
+ "/api/v1/contracts/{id}" : {
381
+ "get" : {
382
+ "tags" : [ "Contract" ],
383
+ "summary" : "Get a contract",
384
+ "description" : "This API fetches a single contract from your helpdesk.",
385
+ "operationId" : "getContract",
386
+ "parameters" : [ {
387
+ "$ref" : "#/components/parameters/id"
388
+ }, {
389
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
390
+ } ],
391
+ "responses" : {
392
+ "200" : {
393
+ "$ref" : "#/components/responses/getContractJson"
394
+ }
395
+ },
396
+ "security" : [ {
397
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
398
+ }, {
399
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
400
+ } ],
401
+ "x-audience" : [ "external-public" ],
402
+ "x-custom-url-attribute" : {
403
+ "security" : {
404
+ "throttle" : {
405
+ "policy" : "ReadAPI_Lenient_UserPolicy"
406
+ },
407
+ "extraparams" : {
408
+ "disable" : true,
409
+ "ignore" : false
410
+ },
411
+ "authentication" : { }
412
+ },
413
+ "clan-group" : "automation",
414
+ "apihash" : "2336a4aee2780ee4fe9576cf74d7d5cc",
415
+ "module-group" : "automation",
416
+ "apimethod" : "com.zoho.support.restapi.ContractService.getContract"
417
+ }
418
+ },
419
+ "patch" : {
420
+ "tags" : [ "Contract" ],
421
+ "summary" : "Update a contract",
422
+ "description" : "This API updates details of an existing contact.",
423
+ "operationId" : "updateContract",
424
+ "parameters" : [ {
425
+ "$ref" : "#/components/parameters/id"
426
+ }, {
427
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
428
+ } ],
429
+ "requestBody" : {
430
+ "$ref" : "#/components/requestBodies/contractJson"
431
+ },
432
+ "responses" : {
433
+ "422" : {
434
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
435
+ },
436
+ "200" : {
437
+ "$ref" : "#/components/responses/getContractJson"
438
+ }
439
+ },
440
+ "security" : [ {
441
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
442
+ }, {
443
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE" ]
444
+ } ],
445
+ "x-audience" : [ "external-public" ],
446
+ "x-custom-url-attribute" : {
447
+ "security" : {
448
+ "throttle" : {
449
+ "inline" : [ {
450
+ "scope" : "APPSERVER",
451
+ "rules" : [ {
452
+ "duration" : 60000,
453
+ "lock-period" : 600000,
454
+ "threshold" : 10,
455
+ "hip" : false
456
+ }, {
457
+ "duration" : 3600000,
458
+ "lock-period" : 1200000,
459
+ "threshold" : 50,
460
+ "hip" : false
461
+ } ],
462
+ "window" : "ROLLING",
463
+ "key" : "url.path+user.zuid"
464
+ } ]
465
+ },
466
+ "extraparams" : {
467
+ "disable" : true,
468
+ "ignore" : false
469
+ },
470
+ "authentication" : { }
471
+ },
472
+ "clan-group" : "automation",
473
+ "apihash" : "f2dd85a25786a39bfae49082a804d412",
474
+ "module-group" : "automation",
475
+ "apimethod" : "com.zoho.support.restapi.ContractService.updateContract"
476
+ }
477
+ }
478
+ },
479
+ "/api/v1/contracts/{contractId}/terminate" : {
480
+ "post" : {
481
+ "tags" : [ "Contract" ],
482
+ "summary" : "Terminate a contract",
483
+ "description" : "This API terminates the active contract.",
484
+ "operationId" : "terminateContract",
485
+ "parameters" : [ {
486
+ "$ref" : "#/components/parameters/contractId"
487
+ }, {
488
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
489
+ } ],
490
+ "responses" : {
491
+ "422" : {
492
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
493
+ },
494
+ "200" : {
495
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
496
+ }
497
+ },
498
+ "security" : [ {
499
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
500
+ }, {
501
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE" ]
502
+ } ],
503
+ "x-audience" : [ "company-internal" ],
504
+ "x-custom-url-attribute" : {
505
+ "security" : {
506
+ "throttle" : {
507
+ "inline" : [ {
508
+ "scope" : "APPSERVER",
509
+ "rules" : [ {
510
+ "duration" : 60000,
511
+ "lock-period" : 600000,
512
+ "threshold" : 10,
513
+ "hip" : false
514
+ }, {
515
+ "duration" : 3600000,
516
+ "lock-period" : 1200000,
517
+ "threshold" : 50,
518
+ "hip" : false
519
+ } ],
520
+ "window" : "ROLLING",
521
+ "key" : "url.path+user.zuid"
522
+ } ]
523
+ },
524
+ "extraparams" : {
525
+ "disable" : true,
526
+ "ignore" : false
527
+ },
528
+ "authentication" : { }
529
+ },
530
+ "clan-group" : "automation",
531
+ "apihash" : "a68b9f45f5bf2d6a742ec4f7530886fb",
532
+ "module-group" : "automation",
533
+ "apimethod" : "com.zoho.support.restapi.ContractService.terminateContract"
534
+ }
535
+ }
536
+ },
537
+ "/api/v1/contracts/count" : {
538
+ "get" : {
539
+ "tags" : [ "Contract" ],
540
+ "summary" : "Get contract count by custom view and department",
541
+ "description" : "This API return the count of contract based on the custom view and department specified. If ownerId is specified, it will return the count of contracts owned by the owner in the specified department.",
542
+ "operationId" : "getContractsCount",
543
+ "parameters" : [ {
544
+ "name" : "viewId",
545
+ "in" : "query",
546
+ "required" : true,
547
+ "style" : "form",
548
+ "explode" : true,
549
+ "schema" : {
550
+ "type" : [ "string", "null", "integer" ],
551
+ "format" : "int64",
552
+ "pattern" : "([0-9]+)"
553
+ }
554
+ }, {
555
+ "name" : "departmentId",
556
+ "in" : "query",
557
+ "required" : true,
558
+ "style" : "form",
559
+ "explode" : true,
560
+ "schema" : {
561
+ "type" : [ "string", "null", "integer" ],
562
+ "format" : "int64",
563
+ "pattern" : "([0-9]+)"
564
+ }
565
+ }, {
566
+ "name" : "ownerId",
567
+ "in" : "query",
568
+ "required" : false,
569
+ "style" : "form",
570
+ "explode" : true,
571
+ "schema" : {
572
+ "type" : [ "string", "null", "integer" ],
573
+ "format" : "int64",
574
+ "pattern" : "([0-9]+)"
575
+ }
576
+ }, {
577
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
578
+ } ],
579
+ "responses" : {
580
+ "422" : {
581
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
582
+ },
583
+ "200" : {
584
+ "$ref" : "#/components/responses/getContractsCount"
585
+ }
586
+ },
587
+ "security" : [ {
588
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
589
+ }, {
590
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
591
+ } ],
592
+ "x-audience" : [ "external-public" ],
593
+ "x-custom-url-attribute" : {
594
+ "security" : {
595
+ "throttle" : {
596
+ "inline" : [ {
597
+ "scope" : "APPSERVER",
598
+ "rules" : [ {
599
+ "duration" : 60000,
600
+ "lock-period" : 300000,
601
+ "threshold" : 20,
602
+ "hip" : false
603
+ }, {
604
+ "duration" : 3600000,
605
+ "lock-period" : 900000,
606
+ "threshold" : 100,
607
+ "hip" : false
608
+ } ],
609
+ "window" : "ROLLING",
610
+ "key" : "url.path+user.zuid"
611
+ } ]
612
+ },
613
+ "extraparams" : {
614
+ "disable" : true,
615
+ "ignore" : false
616
+ },
617
+ "authentication" : { }
618
+ },
619
+ "clan-group" : "secModule",
620
+ "apihash" : "bcc6e73754587fc080861516af2f726e",
621
+ "module-group" : "contracts",
622
+ "apimethod" : "com.zoho.support.restapi.RecordsCountService.getContractsCount"
623
+ }
624
+ }
625
+ }
626
+ },
627
+ "components" : {
628
+ "schemas" : {
629
+ "listAllContractData" : {
630
+ "type" : [ "null", "object" ],
631
+ "additionalProperties" : false,
632
+ "properties" : {
633
+ "associatedSLAId" : {
634
+ "type" : [ "string", "null", "integer" ],
635
+ "format" : "int64",
636
+ "pattern" : "([0-9]+)"
637
+ },
638
+ "accountId" : {
639
+ "type" : [ "string", "null", "integer" ],
640
+ "format" : "int64",
641
+ "pattern" : "([0-9]+)"
642
+ },
643
+ "contractStatus" : {
644
+ "type" : [ "string", "null" ],
645
+ "enum" : [ "ACTIVE", "EXPIRED", "FUTURE" ],
646
+ "maxLength" : 100,
647
+ "minLength" : 0
648
+ },
649
+ "productId" : {
650
+ "type" : [ "string", "null", "integer" ],
651
+ "format" : "int64",
652
+ "pattern" : "([0-9]+)"
653
+ },
654
+ "endDate" : {
655
+ "type" : [ "string", "null" ],
656
+ "maxLength" : 100,
657
+ "minLength" : 0,
658
+ "pattern" : "^([12][0-9]{3})-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$"
659
+ },
660
+ "departmentId" : {
661
+ "type" : [ "string", "null", "integer" ],
662
+ "format" : "int64",
663
+ "pattern" : "([0-9]+)"
664
+ },
665
+ "contractName" : {
666
+ "type" : [ "string", "null" ],
667
+ "maxLength" : 80,
668
+ "minLength" : 0,
669
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
670
+ },
671
+ "id" : {
672
+ "type" : [ "string", "null", "integer" ],
673
+ "format" : "int64",
674
+ "pattern" : "([0-9]+)"
675
+ },
676
+ "associatedSupportPlanId" : {
677
+ "type" : [ "string", "null", "integer" ],
678
+ "format" : "int64",
679
+ "pattern" : "([0-9]+)"
680
+ },
681
+ "ownerId" : {
682
+ "type" : [ "string", "null", "integer" ],
683
+ "format" : "int64",
684
+ "pattern" : "([0-9]+)"
685
+ },
686
+ "supportPlan" : {
687
+ "$ref" : "./SupportPlan.json#/components/schemas/contractSupportPlan"
688
+ },
689
+ "startDate" : {
690
+ "type" : [ "string", "null" ],
691
+ "maxLength" : 100,
692
+ "minLength" : 0,
693
+ "pattern" : "^([12][0-9]{3})-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$"
694
+ }
695
+ },
696
+ "required" : [ "accountId", "associatedSLAId", "associatedSupportPlanId", "contractName", "contractStatus", "departmentId", "endDate", "id", "ownerId", "productId", "startDate", "supportPlan" ]
697
+ },
698
+ "data" : {
699
+ "type" : [ "null", "array" ],
700
+ "items" : {
701
+ "$ref" : "./Contract.json#/components/schemas/listAllContractData"
702
+ }
703
+ },
704
+ "listAllContractSupportPlanExcludeData" : {
705
+ "type" : [ "null", "object" ],
706
+ "additionalProperties" : false,
707
+ "properties" : {
708
+ "associatedSLAId" : {
709
+ "type" : [ "string", "null", "integer" ],
710
+ "format" : "int64",
711
+ "pattern" : "([0-9]+)"
712
+ },
713
+ "accountId" : {
714
+ "type" : [ "string", "null", "integer" ],
715
+ "format" : "int64",
716
+ "pattern" : "([0-9]+)"
717
+ },
718
+ "contractStatus" : {
719
+ "type" : [ "string", "null" ],
720
+ "enum" : [ "ACTIVE", "EXPIRED", "FUTURE" ],
721
+ "maxLength" : 100,
722
+ "minLength" : 0
723
+ },
724
+ "productId" : {
725
+ "type" : [ "string", "null", "integer" ],
726
+ "format" : "int64",
727
+ "pattern" : "([0-9]+)"
728
+ },
729
+ "endDate" : {
730
+ "type" : [ "string", "null" ],
731
+ "maxLength" : 100,
732
+ "minLength" : 0,
733
+ "pattern" : "^([12][0-9]{3})-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$"
734
+ },
735
+ "departmentId" : {
736
+ "type" : [ "string", "null", "integer" ],
737
+ "format" : "int64",
738
+ "pattern" : "([0-9]+)"
739
+ },
740
+ "contractName" : {
741
+ "type" : [ "string", "null" ],
742
+ "maxLength" : 80,
743
+ "minLength" : 0,
744
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
745
+ },
746
+ "id" : {
747
+ "type" : [ "string", "null", "integer" ],
748
+ "format" : "int64",
749
+ "pattern" : "([0-9]+)"
750
+ },
751
+ "ownerId" : {
752
+ "type" : [ "string", "null", "integer" ],
753
+ "format" : "int64",
754
+ "pattern" : "([0-9]+)"
755
+ },
756
+ "startDate" : {
757
+ "type" : [ "string", "null" ],
758
+ "maxLength" : 100,
759
+ "minLength" : 0,
760
+ "pattern" : "^([12][0-9]{3})-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$"
761
+ }
762
+ },
763
+ "required" : [ "accountId", "associatedSLAId", "contractName", "contractStatus", "departmentId", "endDate", "id", "ownerId", "productId", "startDate" ]
764
+ },
765
+ "supportPlanExcludeJsonArray" : {
766
+ "type" : [ "null", "array" ],
767
+ "items" : {
768
+ "$ref" : "./Contract.json#/components/schemas/listAllContractSupportPlanExcludeData"
769
+ }
770
+ },
771
+ "tableViewContractData" : {
772
+ "type" : [ "null", "object" ],
773
+ "additionalProperties" : false,
774
+ "properties" : {
775
+ "accountId" : {
776
+ "type" : [ "string", "null", "integer" ],
777
+ "format" : "int64",
778
+ "pattern" : "([0-9]+)"
779
+ },
780
+ "contractStatus" : {
781
+ "type" : [ "string", "null" ],
782
+ "enum" : [ "ACTIVE", "EXPIRED", "FUTURE" ],
783
+ "maxLength" : 100,
784
+ "minLength" : 0
785
+ },
786
+ "departmentId" : {
787
+ "type" : [ "string", "null", "integer" ],
788
+ "format" : "int64",
789
+ "pattern" : "([0-9]+)"
790
+ },
791
+ "contractName" : {
792
+ "type" : [ "string", "null" ],
793
+ "maxLength" : 80,
794
+ "minLength" : 0,
795
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
796
+ },
797
+ "id" : {
798
+ "type" : [ "string", "null", "integer" ],
799
+ "format" : "int64",
800
+ "pattern" : "([0-9]+)"
801
+ },
802
+ "ownerId" : {
803
+ "type" : [ "string", "null", "integer" ],
804
+ "format" : "int64",
805
+ "pattern" : "([0-9]+)"
806
+ },
807
+ "supportPlan" : {
808
+ "$ref" : "./SupportPlan.json#/components/schemas/contractSupportPlan"
809
+ },
810
+ "account" : {
811
+ "type" : [ "null", "object" ],
812
+ "additionalProperties" : false,
813
+ "maxProperties" : 3,
814
+ "minProperties" : 3,
815
+ "properties" : {
816
+ "website" : {
817
+ "type" : [ "string", "null" ],
818
+ "maxLength" : 120,
819
+ "minLength" : 0
820
+ },
821
+ "accountName" : {
822
+ "type" : [ "string", "null" ],
823
+ "maxLength" : 200,
824
+ "minLength" : 0
825
+ },
826
+ "id" : {
827
+ "type" : [ "string", "null", "integer" ],
828
+ "format" : "int64",
829
+ "pattern" : "([0-9]+)"
830
+ }
831
+ },
832
+ "required" : [ "accountName", "id", "website" ]
833
+ }
834
+ },
835
+ "required" : [ "account", "accountId", "contractName", "contractStatus", "departmentId", "id", "ownerId", "supportPlan" ]
836
+ },
837
+ "listAllTableViewJsonArray" : {
838
+ "type" : [ "null", "array" ],
839
+ "items" : {
840
+ "$ref" : "./Contract.json#/components/schemas/tableViewContractData"
841
+ }
842
+ },
843
+ "tableViewContractSupportPlanExcludeData" : {
844
+ "type" : [ "null", "object" ],
845
+ "additionalProperties" : false,
846
+ "properties" : {
847
+ "accountId" : {
848
+ "type" : [ "string", "null", "integer" ],
849
+ "format" : "int64",
850
+ "pattern" : "([0-9]+)"
851
+ },
852
+ "contractStatus" : {
853
+ "type" : [ "string", "null" ],
854
+ "enum" : [ "ACTIVE", "EXPIRED", "FUTURE" ],
855
+ "maxLength" : 100,
856
+ "minLength" : 0
857
+ },
858
+ "departmentId" : {
859
+ "type" : [ "string", "null", "integer" ],
860
+ "format" : "int64",
861
+ "pattern" : "([0-9]+)"
862
+ },
863
+ "contractName" : {
864
+ "type" : [ "string", "null" ],
865
+ "maxLength" : 80,
866
+ "minLength" : 0,
867
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
868
+ },
869
+ "id" : {
870
+ "type" : [ "string", "null", "integer" ],
871
+ "format" : "int64",
872
+ "pattern" : "([0-9]+)"
873
+ },
874
+ "ownerId" : {
875
+ "type" : [ "string", "null", "integer" ],
876
+ "format" : "int64",
877
+ "pattern" : "([0-9]+)"
878
+ },
879
+ "account" : {
880
+ "type" : [ "null", "object" ],
881
+ "additionalProperties" : false,
882
+ "maxProperties" : 3,
883
+ "minProperties" : 3,
884
+ "properties" : {
885
+ "website" : {
886
+ "type" : [ "string", "null" ],
887
+ "maxLength" : 120,
888
+ "minLength" : 0
889
+ },
890
+ "accountName" : {
891
+ "type" : [ "string", "null" ],
892
+ "maxLength" : 200,
893
+ "minLength" : 0
894
+ },
895
+ "id" : {
896
+ "type" : [ "string", "null", "integer" ],
897
+ "format" : "int64",
898
+ "pattern" : "([0-9]+)"
899
+ }
900
+ },
901
+ "required" : [ "accountName", "id", "website" ]
902
+ }
903
+ },
904
+ "required" : [ "account", "accountId", "contractName", "contractStatus", "departmentId", "id", "ownerId" ]
905
+ },
906
+ "supportPlanExcludelistAllTableViewJsonArray" : {
907
+ "type" : [ "null", "array" ],
908
+ "items" : {
909
+ "$ref" : "./Contract.json#/components/schemas/tableViewContractSupportPlanExcludeData"
910
+ }
911
+ }
912
+ },
913
+ "responses" : {
914
+ "listAllContractsResponse" : {
915
+ "description" : "listAllContractsResponse template definitions",
916
+ "content" : {
917
+ "application/json" : {
918
+ "schema" : {
919
+ "allOf" : [ {
920
+ "type" : "object",
921
+ "properties" : {
922
+ "data" : {
923
+ "type" : "array",
924
+ "items" : {
925
+ "type" : "object",
926
+ "properties" : {
927
+ "owner" : {
928
+ "type" : [ "null", "object" ],
929
+ "additionalProperties" : false,
930
+ "maxProperties" : 1,
931
+ "minProperties" : 1,
932
+ "properties" : {
933
+ "data" : {
934
+ "type" : [ "null", "array" ],
935
+ "items" : {
936
+ "type" : [ "null", "object" ],
937
+ "additionalProperties" : false,
938
+ "maxProperties" : 1,
939
+ "minProperties" : 1,
940
+ "properties" : {
941
+ "owner" : {
942
+ "type" : [ "null", "object" ],
943
+ "additionalProperties" : false,
944
+ "maxProperties" : 3,
945
+ "minProperties" : 3,
946
+ "properties" : {
947
+ "photoURL" : {
948
+ "type" : [ "string", "null" ],
949
+ "maxLength" : 200,
950
+ "minLength" : 0,
951
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
952
+ },
953
+ "name" : {
954
+ "type" : [ "string", "null" ],
955
+ "maxLength" : 100,
956
+ "minLength" : 0
957
+ },
958
+ "id" : {
959
+ "type" : [ "string", "null", "integer" ],
960
+ "format" : "int64",
961
+ "pattern" : "([0-9]+)"
962
+ }
963
+ },
964
+ "required" : [ "id", "name", "photoURL" ]
965
+ }
966
+ },
967
+ "required" : [ "owner" ]
968
+ },
969
+ "uniqueItems" : false
970
+ }
971
+ },
972
+ "required" : [ "data" ]
973
+ },
974
+ "product" : {
975
+ "type" : [ "null", "object" ],
976
+ "additionalProperties" : false,
977
+ "maxProperties" : 1,
978
+ "minProperties" : 1,
979
+ "properties" : {
980
+ "data" : {
981
+ "type" : [ "null", "array" ],
982
+ "items" : {
983
+ "type" : [ "null", "object" ],
984
+ "additionalProperties" : false,
985
+ "maxProperties" : 1,
986
+ "minProperties" : 1,
987
+ "properties" : {
988
+ "product" : {
989
+ "type" : [ "null", "object" ],
990
+ "additionalProperties" : false,
991
+ "maxProperties" : 2,
992
+ "minProperties" : 2,
993
+ "properties" : {
994
+ "id" : {
995
+ "type" : [ "string", "null", "integer" ],
996
+ "format" : "int64",
997
+ "pattern" : "([0-9]+)"
998
+ },
999
+ "productName" : {
1000
+ "type" : [ "string", "null" ],
1001
+ "maxLength" : 200,
1002
+ "minLength" : 0
1003
+ }
1004
+ },
1005
+ "required" : [ "id", "productName" ]
1006
+ }
1007
+ },
1008
+ "required" : [ "product" ]
1009
+ },
1010
+ "uniqueItems" : false
1011
+ }
1012
+ },
1013
+ "required" : [ "data" ]
1014
+ },
1015
+ "sla" : {
1016
+ "type" : [ "null", "object" ],
1017
+ "additionalProperties" : false,
1018
+ "maxProperties" : 1,
1019
+ "minProperties" : 1,
1020
+ "properties" : {
1021
+ "data" : {
1022
+ "type" : [ "null", "array" ],
1023
+ "items" : {
1024
+ "type" : [ "null", "object" ],
1025
+ "additionalProperties" : false,
1026
+ "maxProperties" : 1,
1027
+ "minProperties" : 1,
1028
+ "properties" : {
1029
+ "sla" : {
1030
+ "type" : [ "null", "object" ],
1031
+ "additionalProperties" : false,
1032
+ "maxProperties" : 2,
1033
+ "minProperties" : 2,
1034
+ "properties" : {
1035
+ "name" : {
1036
+ "type" : [ "string", "null" ],
1037
+ "maxLength" : 100,
1038
+ "minLength" : 0
1039
+ },
1040
+ "id" : {
1041
+ "type" : [ "string", "null", "integer" ],
1042
+ "format" : "int64",
1043
+ "pattern" : "([0-9]+)"
1044
+ }
1045
+ },
1046
+ "required" : [ "id", "name" ]
1047
+ }
1048
+ },
1049
+ "required" : [ "sla" ]
1050
+ },
1051
+ "uniqueItems" : false
1052
+ }
1053
+ },
1054
+ "required" : [ "data" ]
1055
+ },
1056
+ "department" : {
1057
+ "type" : [ "null", "object" ],
1058
+ "additionalProperties" : false,
1059
+ "maxProperties" : 1,
1060
+ "minProperties" : 1,
1061
+ "properties" : {
1062
+ "data" : {
1063
+ "type" : [ "null", "array" ],
1064
+ "items" : {
1065
+ "type" : [ "null", "object" ],
1066
+ "additionalProperties" : false,
1067
+ "maxProperties" : 1,
1068
+ "minProperties" : 1,
1069
+ "properties" : {
1070
+ "department" : {
1071
+ "type" : [ "null", "object" ],
1072
+ "additionalProperties" : false,
1073
+ "maxProperties" : 2,
1074
+ "minProperties" : 2,
1075
+ "properties" : {
1076
+ "name" : {
1077
+ "type" : [ "string", "null" ],
1078
+ "maxLength" : 200,
1079
+ "minLength" : 0,
1080
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1081
+ },
1082
+ "id" : {
1083
+ "type" : [ "string", "null", "integer" ],
1084
+ "format" : "int64",
1085
+ "pattern" : "([0-9]+)"
1086
+ }
1087
+ },
1088
+ "required" : [ "id", "name" ]
1089
+ }
1090
+ },
1091
+ "required" : [ "department" ]
1092
+ },
1093
+ "uniqueItems" : false
1094
+ }
1095
+ },
1096
+ "required" : [ "data" ]
1097
+ },
1098
+ "account" : {
1099
+ "type" : [ "null", "object" ],
1100
+ "additionalProperties" : false,
1101
+ "maxProperties" : 1,
1102
+ "minProperties" : 1,
1103
+ "properties" : {
1104
+ "data" : {
1105
+ "type" : [ "null", "array" ],
1106
+ "items" : {
1107
+ "type" : [ "null", "object" ],
1108
+ "additionalProperties" : false,
1109
+ "maxProperties" : 1,
1110
+ "minProperties" : 1,
1111
+ "properties" : {
1112
+ "account" : {
1113
+ "type" : [ "null", "object" ],
1114
+ "additionalProperties" : false,
1115
+ "maxProperties" : 3,
1116
+ "minProperties" : 3,
1117
+ "properties" : {
1118
+ "website" : {
1119
+ "type" : [ "string", "null" ],
1120
+ "maxLength" : 120,
1121
+ "minLength" : 0
1122
+ },
1123
+ "accountName" : {
1124
+ "type" : [ "string", "null" ],
1125
+ "maxLength" : 200,
1126
+ "minLength" : 0
1127
+ },
1128
+ "id" : {
1129
+ "type" : [ "string", "null", "integer" ],
1130
+ "format" : "int64",
1131
+ "pattern" : "([0-9]+)"
1132
+ }
1133
+ },
1134
+ "required" : [ "accountName", "id", "website" ]
1135
+ }
1136
+ },
1137
+ "required" : [ "account" ]
1138
+ },
1139
+ "uniqueItems" : false
1140
+ }
1141
+ },
1142
+ "required" : [ "data" ]
1143
+ }
1144
+ }
1145
+ }
1146
+ }
1147
+ }
1148
+ }, {
1149
+ "oneOf" : [ {
1150
+ "type" : [ "null", "object" ],
1151
+ "additionalProperties" : false,
1152
+ "properties" : {
1153
+ "data" : {
1154
+ "$ref" : "./Contract.json#/components/schemas/data"
1155
+ }
1156
+ },
1157
+ "required" : [ "data" ]
1158
+ }, {
1159
+ "type" : [ "null", "object" ],
1160
+ "additionalProperties" : false,
1161
+ "properties" : {
1162
+ "data" : {
1163
+ "$ref" : "./Contract.json#/components/schemas/supportPlanExcludeJsonArray"
1164
+ }
1165
+ },
1166
+ "required" : [ "data" ]
1167
+ }, {
1168
+ "type" : [ "null", "object" ],
1169
+ "additionalProperties" : false,
1170
+ "properties" : {
1171
+ "data" : {
1172
+ "$ref" : "./Contract.json#/components/schemas/listAllTableViewJsonArray"
1173
+ }
1174
+ },
1175
+ "required" : [ "data" ]
1176
+ }, {
1177
+ "type" : [ "null", "object" ],
1178
+ "additionalProperties" : false,
1179
+ "properties" : {
1180
+ "data" : {
1181
+ "$ref" : "./Contract.json#/components/schemas/supportPlanExcludelistAllTableViewJsonArray"
1182
+ }
1183
+ },
1184
+ "required" : [ "data" ]
1185
+ } ]
1186
+ } ]
1187
+ },
1188
+ "examples" : {
1189
+ "Valid responses Definitions" : {
1190
+ "value" : {
1191
+ "data" : [ {
1192
+ "associatedSLAId" : "10000000149109",
1193
+ "accountId" : "10000000265011",
1194
+ "contractStatus" : "FUTURE",
1195
+ "productId" : null,
1196
+ "endDate" : 1541808000000,
1197
+ "departmentId" : "10000000010762",
1198
+ "contractName" : "C2",
1199
+ "id" : "10000000270023",
1200
+ "ownerId" : "10000000012902",
1201
+ "supportPlan" : {
1202
+ "supportType" : "UNLIMITED_SUPPORT",
1203
+ "name" : "SupportPlan with Gold SLAs",
1204
+ "id" : "5000000007671",
1205
+ "status" : "ACTIVE"
1206
+ },
1207
+ "startDate" : 1539129600000
1208
+ }, {
1209
+ "associatedSLAId" : "10000000149109",
1210
+ "accountId" : "10000000265011",
1211
+ "contractStatus" : "EXPIRED",
1212
+ "productId" : null,
1213
+ "endDate" : 1536537600000,
1214
+ "departmentId" : "10000000010762",
1215
+ "contractName" : "New",
1216
+ "id" : "10000000270045",
1217
+ "ownerId" : "10000000012902",
1218
+ "supportPlan" : {
1219
+ "supportType" : "UNLIMITED_SUPPORT",
1220
+ "name" : "SupportPlan with Premium SLAs",
1221
+ "id" : "5000000007675",
1222
+ "status" : "ACTIVE"
1223
+ },
1224
+ "startDate" : 1536451200000
1225
+ }, {
1226
+ "associatedSLAId" : "10000000149109",
1227
+ "accountId" : "10000000272001",
1228
+ "contractStatus" : "ACTIVE",
1229
+ "productId" : null,
1230
+ "endDate" : 1544486400000,
1231
+ "departmentId" : "10000000010762",
1232
+ "contractName" : "THIRD",
1233
+ "id" : "10000000272013",
1234
+ "ownerId" : "10000000012902",
1235
+ "supportPlan" : {
1236
+ "supportType" : "UNLIMITED_SUPPORT",
1237
+ "name" : "SupportPlan with Gold SLAs",
1238
+ "id" : "5000000007671",
1239
+ "status" : "ACTIVE"
1240
+ },
1241
+ "startDate" : 1536624000000
1242
+ }, {
1243
+ "associatedSLAId" : "10000000149109",
1244
+ "accountId" : "10000000272037",
1245
+ "contractStatus" : "ACTIVE",
1246
+ "productId" : null,
1247
+ "endDate" : 1552262400000,
1248
+ "departmentId" : "10000000010762",
1249
+ "contractName" : "Fourth ACC",
1250
+ "id" : "10000000272049",
1251
+ "ownerId" : "10000000012902",
1252
+ "supportPlan" : {
1253
+ "supportType" : "UNLIMITED_SUPPORT",
1254
+ "name" : "SupportPlan with Silver SLAs",
1255
+ "id" : "5000000007673",
1256
+ "status" : "ACTIVE"
1257
+ },
1258
+ "startDate" : 1536624000000
1259
+ }, {
1260
+ "associatedSLAId" : "10000000149109",
1261
+ "accountId" : "10000000272071",
1262
+ "contractStatus" : "EXPIRED",
1263
+ "productId" : null,
1264
+ "endDate" : 1536710400000,
1265
+ "departmentId" : "10000000010762",
1266
+ "contractName" : "old",
1267
+ "id" : "10000000272083",
1268
+ "ownerId" : "10000000012902",
1269
+ "supportPlan" : {
1270
+ "supportType" : "UNLIMITED_SUPPORT",
1271
+ "name" : "SupportPlan with Gold SLAs",
1272
+ "id" : "5000000007671",
1273
+ "status" : "ACTIVE"
1274
+ },
1275
+ "startDate" : 1505088000000
1276
+ }, {
1277
+ "associatedSLAId" : "10000000149109",
1278
+ "accountId" : "10000000265011",
1279
+ "contractStatus" : "ACTIVE",
1280
+ "productId" : null,
1281
+ "endDate" : 1538265600000,
1282
+ "departmentId" : "10000000010762",
1283
+ "contractName" : "FUTURE 1",
1284
+ "id" : "10000000273003",
1285
+ "ownerId" : "10000000012902",
1286
+ "supportPlan" : {
1287
+ "supportType" : "UNLIMITED_SUPPORT",
1288
+ "name" : "SupportPlan with Silver SLAs",
1289
+ "id" : "5000000007673",
1290
+ "status" : "ACTIVE"
1291
+ },
1292
+ "startDate" : 1536969600000
1293
+ }, {
1294
+ "associatedSLAId" : "10000000149109",
1295
+ "accountId" : "10000000265011",
1296
+ "contractStatus" : "FUTURE",
1297
+ "productId" : null,
1298
+ "endDate" : 1544486400000,
1299
+ "departmentId" : "10000000010762",
1300
+ "contractName" : "FUTURE 3",
1301
+ "id" : "10000000273025",
1302
+ "ownerId" : "10000000012902",
1303
+ "supportPlan" : {
1304
+ "supportType" : "UNLIMITED_SUPPORT",
1305
+ "name" : "SupportPlan with Gold SLAs",
1306
+ "id" : "5000000007671",
1307
+ "status" : "ACTIVE"
1308
+ },
1309
+ "startDate" : 1541894400000
1310
+ } ]
1311
+ }
1312
+ }
1313
+ }
1314
+ }
1315
+ },
1316
+ "x-custom-response-attributes" : {
1317
+ "disable-safe-headers" : "[]"
1318
+ }
1319
+ },
1320
+ "getContractJson" : {
1321
+ "description" : "getContractJson template definitions",
1322
+ "content" : {
1323
+ "application/json" : {
1324
+ "schema" : {
1325
+ "type" : [ "null", "object" ],
1326
+ "additionalProperties" : false,
1327
+ "properties" : {
1328
+ "modifiedTime" : {
1329
+ "type" : [ "string", "null" ],
1330
+ "maxLength" : 100,
1331
+ "minLength" : 0,
1332
+ "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))",
1333
+ "x-custom-parameters-attributes" : {
1334
+ "removeExif" : false,
1335
+ "filterMatchedContent" : false,
1336
+ "antivirus" : false,
1337
+ "replacementString" : "",
1338
+ "allowInvalid" : false,
1339
+ "descrption" : "Time of modifying the contract",
1340
+ "secret" : false,
1341
+ "preserveCharsLimit" : 10,
1342
+ "trim" : false,
1343
+ "internalParam" : false,
1344
+ "preserveChars" : "0,5",
1345
+ "importUrl" : false,
1346
+ "decrypt" : false
1347
+ }
1348
+ },
1349
+ "endDate" : {
1350
+ "type" : [ "string", "null" ],
1351
+ "maxLength" : 100,
1352
+ "minLength" : 0,
1353
+ "pattern" : "^([12][0-9]{3})-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$",
1354
+ "x-custom-parameters-attributes" : {
1355
+ "removeExif" : false,
1356
+ "filterMatchedContent" : false,
1357
+ "antivirus" : false,
1358
+ "replacementString" : "",
1359
+ "allowInvalid" : false,
1360
+ "descrption" : "Date until which the contract is valid",
1361
+ "secret" : false,
1362
+ "preserveCharsLimit" : 10,
1363
+ "trim" : false,
1364
+ "internalParam" : false,
1365
+ "preserveChars" : "0,5",
1366
+ "importUrl" : false,
1367
+ "decrypt" : false
1368
+ }
1369
+ },
1370
+ "customFields" : {
1371
+ "type" : [ "null", "object" ],
1372
+ "additionalProperties" : false,
1373
+ "patternProperties" : {
1374
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1375
+ "type" : [ "string", "null" ],
1376
+ "maxLength" : 100,
1377
+ "minLength" : 0,
1378
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1379
+ "x-custom-parameters-attributes" : {
1380
+ "modifiedTime" : {
1381
+ "removeExif" : false,
1382
+ "filterMatchedContent" : false,
1383
+ "antivirus" : false,
1384
+ "replacementString" : "",
1385
+ "allowInvalid" : false,
1386
+ "descrption" : "Time of modifying the contract",
1387
+ "secret" : false,
1388
+ "preserveCharsLimit" : 10,
1389
+ "trim" : false,
1390
+ "internalParam" : false,
1391
+ "preserveChars" : "0,5",
1392
+ "importUrl" : false,
1393
+ "decrypt" : false
1394
+ },
1395
+ "endDate" : {
1396
+ "removeExif" : false,
1397
+ "filterMatchedContent" : false,
1398
+ "antivirus" : false,
1399
+ "replacementString" : "",
1400
+ "allowInvalid" : false,
1401
+ "descrption" : "Date until which the contract is valid",
1402
+ "secret" : false,
1403
+ "preserveCharsLimit" : 10,
1404
+ "trim" : false,
1405
+ "internalParam" : false,
1406
+ "preserveChars" : "0,5",
1407
+ "importUrl" : false,
1408
+ "decrypt" : false
1409
+ },
1410
+ "customFields" : { },
1411
+ "departmentId" : {
1412
+ "removeExif" : false,
1413
+ "filterMatchedContent" : false,
1414
+ "antivirus" : false,
1415
+ "replacementString" : "",
1416
+ "allowInvalid" : false,
1417
+ "descrption" : "ID of the department to which the contract belongs",
1418
+ "secret" : false,
1419
+ "preserveCharsLimit" : 10,
1420
+ "trim" : false,
1421
+ "internalParam" : false,
1422
+ "preserveChars" : "0,5",
1423
+ "importUrl" : false,
1424
+ "decrypt" : false
1425
+ },
1426
+ "description" : {
1427
+ "removeExif" : false,
1428
+ "filterMatchedContent" : false,
1429
+ "antivirus" : false,
1430
+ "replacementString" : "",
1431
+ "allowInvalid" : false,
1432
+ "descrption" : "A short description of the contract",
1433
+ "secret" : false,
1434
+ "preserveCharsLimit" : 10,
1435
+ "trim" : false,
1436
+ "internalParam" : false,
1437
+ "preserveChars" : "0,5",
1438
+ "importUrl" : false,
1439
+ "decrypt" : false
1440
+ },
1441
+ "associatedSupportPlanId" : {
1442
+ "removeExif" : false,
1443
+ "filterMatchedContent" : false,
1444
+ "antivirus" : false,
1445
+ "replacementString" : "",
1446
+ "allowInvalid" : false,
1447
+ "descrption" : "ID of the Associated Support Plan",
1448
+ "secret" : false,
1449
+ "preserveCharsLimit" : 10,
1450
+ "trim" : false,
1451
+ "internalParam" : false,
1452
+ "preserveChars" : "0,5",
1453
+ "importUrl" : false,
1454
+ "decrypt" : false
1455
+ },
1456
+ "ownerId" : {
1457
+ "removeExif" : false,
1458
+ "filterMatchedContent" : false,
1459
+ "antivirus" : false,
1460
+ "replacementString" : "",
1461
+ "allowInvalid" : false,
1462
+ "descrption" : "ID of the contract owner",
1463
+ "secret" : false,
1464
+ "preserveCharsLimit" : 10,
1465
+ "trim" : false,
1466
+ "internalParam" : false,
1467
+ "preserveChars" : "0,5",
1468
+ "importUrl" : false,
1469
+ "decrypt" : false
1470
+ },
1471
+ "notificationAgentIds" : [ { } ],
1472
+ "createdTime" : {
1473
+ "removeExif" : false,
1474
+ "filterMatchedContent" : false,
1475
+ "antivirus" : false,
1476
+ "replacementString" : "",
1477
+ "allowInvalid" : false,
1478
+ "descrption" : "Time of creating the contract",
1479
+ "secret" : false,
1480
+ "preserveCharsLimit" : 10,
1481
+ "trim" : false,
1482
+ "internalParam" : false,
1483
+ "preserveChars" : "0,5",
1484
+ "importUrl" : false,
1485
+ "decrypt" : false
1486
+ },
1487
+ "modifiedBy" : {
1488
+ "removeExif" : false,
1489
+ "filterMatchedContent" : false,
1490
+ "antivirus" : false,
1491
+ "replacementString" : "",
1492
+ "allowInvalid" : false,
1493
+ "descrption" : "User who modified the contract",
1494
+ "secret" : false,
1495
+ "preserveCharsLimit" : 10,
1496
+ "trim" : false,
1497
+ "internalParam" : false,
1498
+ "preserveChars" : "0,5",
1499
+ "importUrl" : false,
1500
+ "decrypt" : false
1501
+ },
1502
+ "contractName" : {
1503
+ "removeExif" : false,
1504
+ "filterMatchedContent" : false,
1505
+ "antivirus" : false,
1506
+ "replacementString" : "",
1507
+ "allowInvalid" : false,
1508
+ "descrption" : "Name of the contract",
1509
+ "secret" : false,
1510
+ "preserveCharsLimit" : 10,
1511
+ "trim" : false,
1512
+ "internalParam" : false,
1513
+ "preserveChars" : "0,5",
1514
+ "importUrl" : false,
1515
+ "decrypt" : false
1516
+ },
1517
+ "id" : {
1518
+ "removeExif" : false,
1519
+ "filterMatchedContent" : false,
1520
+ "antivirus" : false,
1521
+ "replacementString" : "",
1522
+ "allowInvalid" : false,
1523
+ "descrption" : "ID of the contract",
1524
+ "secret" : false,
1525
+ "preserveCharsLimit" : 10,
1526
+ "trim" : false,
1527
+ "internalParam" : false,
1528
+ "preserveChars" : "0,5",
1529
+ "importUrl" : false,
1530
+ "decrypt" : false
1531
+ },
1532
+ "associatedSLAId" : {
1533
+ "removeExif" : false,
1534
+ "filterMatchedContent" : false,
1535
+ "antivirus" : false,
1536
+ "replacementString" : "",
1537
+ "allowInvalid" : false,
1538
+ "descrption" : "ID of the SLA associated with the contract",
1539
+ "secret" : false,
1540
+ "preserveCharsLimit" : 10,
1541
+ "trim" : false,
1542
+ "internalParam" : false,
1543
+ "preserveChars" : "0,5",
1544
+ "importUrl" : false,
1545
+ "decrypt" : false
1546
+ },
1547
+ "product" : { },
1548
+ "cf" : { },
1549
+ "productId" : {
1550
+ "removeExif" : false,
1551
+ "filterMatchedContent" : false,
1552
+ "antivirus" : false,
1553
+ "replacementString" : "",
1554
+ "allowInvalid" : false,
1555
+ "descrption" : "ID of the product associated with the contract",
1556
+ "secret" : false,
1557
+ "preserveCharsLimit" : 10,
1558
+ "trim" : false,
1559
+ "internalParam" : false,
1560
+ "preserveChars" : "0,5",
1561
+ "importUrl" : false,
1562
+ "decrypt" : false
1563
+ },
1564
+ "notifyBefore" : {
1565
+ "removeExif" : false,
1566
+ "filterMatchedContent" : false,
1567
+ "antivirus" : false,
1568
+ "replacementString" : "",
1569
+ "allowInvalid" : false,
1570
+ "descrption" : "Number of days before endDate when notifications about contract expiry must be sent to the agents concerned ",
1571
+ "secret" : false,
1572
+ "preserveCharsLimit" : 10,
1573
+ "trim" : false,
1574
+ "internalParam" : false,
1575
+ "preserveChars" : "0,5",
1576
+ "importUrl" : false,
1577
+ "decrypt" : false
1578
+ },
1579
+ "contractNumber" : {
1580
+ "removeExif" : false,
1581
+ "filterMatchedContent" : false,
1582
+ "antivirus" : false,
1583
+ "replacementString" : "",
1584
+ "allowInvalid" : false,
1585
+ "descrption" : "Serial number of the contract",
1586
+ "secret" : false,
1587
+ "preserveCharsLimit" : 10,
1588
+ "trim" : false,
1589
+ "internalParam" : false,
1590
+ "preserveChars" : "0,5",
1591
+ "importUrl" : false,
1592
+ "decrypt" : false
1593
+ },
1594
+ "sla" : { },
1595
+ "layoutId" : {
1596
+ "removeExif" : false,
1597
+ "filterMatchedContent" : false,
1598
+ "antivirus" : false,
1599
+ "replacementString" : "",
1600
+ "allowInvalid" : false,
1601
+ "descrption" : "Layout of Contract",
1602
+ "secret" : false,
1603
+ "preserveCharsLimit" : 10,
1604
+ "trim" : false,
1605
+ "internalParam" : true,
1606
+ "preserveChars" : "0,5",
1607
+ "importUrl" : false,
1608
+ "decrypt" : false
1609
+ },
1610
+ "accountId" : {
1611
+ "removeExif" : false,
1612
+ "filterMatchedContent" : false,
1613
+ "antivirus" : false,
1614
+ "replacementString" : "",
1615
+ "allowInvalid" : false,
1616
+ "descrption" : "ID of the account associated with the contract",
1617
+ "secret" : false,
1618
+ "preserveCharsLimit" : 10,
1619
+ "trim" : false,
1620
+ "internalParam" : false,
1621
+ "preserveChars" : "0,5",
1622
+ "importUrl" : false,
1623
+ "decrypt" : false
1624
+ },
1625
+ "createdBy" : {
1626
+ "removeExif" : false,
1627
+ "filterMatchedContent" : false,
1628
+ "antivirus" : false,
1629
+ "replacementString" : "",
1630
+ "allowInvalid" : false,
1631
+ "descrption" : "User who created the contract",
1632
+ "secret" : false,
1633
+ "preserveCharsLimit" : 10,
1634
+ "trim" : false,
1635
+ "internalParam" : false,
1636
+ "preserveChars" : "0,5",
1637
+ "importUrl" : false,
1638
+ "decrypt" : false
1639
+ },
1640
+ "notifyOn" : {
1641
+ "removeExif" : false,
1642
+ "filterMatchedContent" : false,
1643
+ "antivirus" : false,
1644
+ "replacementString" : "",
1645
+ "allowInvalid" : false,
1646
+ "descrption" : "The date when the contract expiry notification must be sent",
1647
+ "secret" : false,
1648
+ "preserveCharsLimit" : 10,
1649
+ "trim" : false,
1650
+ "internalParam" : false,
1651
+ "preserveChars" : "0,5",
1652
+ "importUrl" : false,
1653
+ "decrypt" : false
1654
+ },
1655
+ "startDate" : {
1656
+ "removeExif" : false,
1657
+ "filterMatchedContent" : false,
1658
+ "antivirus" : false,
1659
+ "replacementString" : "",
1660
+ "allowInvalid" : false,
1661
+ "descrption" : "Date from which the contract is valid",
1662
+ "secret" : false,
1663
+ "preserveCharsLimit" : 10,
1664
+ "trim" : false,
1665
+ "internalParam" : false,
1666
+ "preserveChars" : "0,5",
1667
+ "importUrl" : false,
1668
+ "decrypt" : false
1669
+ },
1670
+ "account" : { }
1671
+ }
1672
+ }
1673
+ }
1674
+ },
1675
+ "departmentId" : {
1676
+ "type" : [ "string", "null", "integer" ],
1677
+ "format" : "int64",
1678
+ "pattern" : "([0-9]+)",
1679
+ "x-custom-parameters-attributes" : {
1680
+ "removeExif" : false,
1681
+ "filterMatchedContent" : false,
1682
+ "antivirus" : false,
1683
+ "replacementString" : "",
1684
+ "allowInvalid" : false,
1685
+ "descrption" : "ID of the department to which the contract belongs",
1686
+ "secret" : false,
1687
+ "preserveCharsLimit" : 10,
1688
+ "trim" : false,
1689
+ "internalParam" : false,
1690
+ "preserveChars" : "0,5",
1691
+ "importUrl" : false,
1692
+ "decrypt" : false
1693
+ }
1694
+ },
1695
+ "description" : {
1696
+ "type" : [ "string", "null" ],
1697
+ "maxLength" : 65535,
1698
+ "minLength" : 0,
1699
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1700
+ "x-custom-parameters-attributes" : {
1701
+ "removeExif" : false,
1702
+ "filterMatchedContent" : false,
1703
+ "antivirus" : false,
1704
+ "replacementString" : "",
1705
+ "allowInvalid" : false,
1706
+ "descrption" : "A short description of the contract",
1707
+ "secret" : false,
1708
+ "preserveCharsLimit" : 10,
1709
+ "trim" : false,
1710
+ "internalParam" : false,
1711
+ "preserveChars" : "0,5",
1712
+ "importUrl" : false,
1713
+ "decrypt" : false
1714
+ }
1715
+ },
1716
+ "ownerId" : {
1717
+ "type" : [ "string", "null", "integer" ],
1718
+ "format" : "int64",
1719
+ "pattern" : "([0-9]+)",
1720
+ "x-custom-parameters-attributes" : {
1721
+ "removeExif" : false,
1722
+ "filterMatchedContent" : false,
1723
+ "antivirus" : false,
1724
+ "replacementString" : "",
1725
+ "allowInvalid" : false,
1726
+ "descrption" : "ID of the contract owner",
1727
+ "secret" : false,
1728
+ "preserveCharsLimit" : 10,
1729
+ "trim" : false,
1730
+ "internalParam" : false,
1731
+ "preserveChars" : "0,5",
1732
+ "importUrl" : false,
1733
+ "decrypt" : false
1734
+ }
1735
+ },
1736
+ "notificationAgentIds" : {
1737
+ "type" : [ "null", "array" ],
1738
+ "items" : {
1739
+ "type" : [ "string", "null", "integer" ],
1740
+ "format" : "int64",
1741
+ "pattern" : "([0-9]+)",
1742
+ "x-custom-parameters-attributes" : [ { } ]
1743
+ },
1744
+ "uniqueItems" : false
1745
+ },
1746
+ "createdTime" : {
1747
+ "type" : [ "string", "null" ],
1748
+ "maxLength" : 100,
1749
+ "minLength" : 0,
1750
+ "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))",
1751
+ "x-custom-parameters-attributes" : {
1752
+ "removeExif" : false,
1753
+ "filterMatchedContent" : false,
1754
+ "antivirus" : false,
1755
+ "replacementString" : "",
1756
+ "allowInvalid" : false,
1757
+ "descrption" : "Time of creating the contract",
1758
+ "secret" : false,
1759
+ "preserveCharsLimit" : 10,
1760
+ "trim" : false,
1761
+ "internalParam" : false,
1762
+ "preserveChars" : "0,5",
1763
+ "importUrl" : false,
1764
+ "decrypt" : false
1765
+ }
1766
+ },
1767
+ "modifiedBy" : {
1768
+ "type" : [ "string", "null", "integer" ],
1769
+ "format" : "int64",
1770
+ "pattern" : "([0-9]+)",
1771
+ "x-custom-parameters-attributes" : {
1772
+ "removeExif" : false,
1773
+ "filterMatchedContent" : false,
1774
+ "antivirus" : false,
1775
+ "replacementString" : "",
1776
+ "allowInvalid" : false,
1777
+ "descrption" : "User who modified the contract",
1778
+ "secret" : false,
1779
+ "preserveCharsLimit" : 10,
1780
+ "trim" : false,
1781
+ "internalParam" : false,
1782
+ "preserveChars" : "0,5",
1783
+ "importUrl" : false,
1784
+ "decrypt" : false
1785
+ }
1786
+ },
1787
+ "contractName" : {
1788
+ "type" : [ "string", "null" ],
1789
+ "maxLength" : 80,
1790
+ "minLength" : 0,
1791
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1792
+ "x-custom-parameters-attributes" : {
1793
+ "removeExif" : false,
1794
+ "filterMatchedContent" : false,
1795
+ "antivirus" : false,
1796
+ "replacementString" : "",
1797
+ "allowInvalid" : false,
1798
+ "descrption" : "Name of the contract",
1799
+ "secret" : false,
1800
+ "preserveCharsLimit" : 10,
1801
+ "trim" : false,
1802
+ "internalParam" : false,
1803
+ "preserveChars" : "0,5",
1804
+ "importUrl" : false,
1805
+ "decrypt" : false
1806
+ }
1807
+ },
1808
+ "id" : {
1809
+ "type" : [ "string", "null", "integer" ],
1810
+ "format" : "int64",
1811
+ "pattern" : "([0-9]+)",
1812
+ "x-custom-parameters-attributes" : {
1813
+ "removeExif" : false,
1814
+ "filterMatchedContent" : false,
1815
+ "antivirus" : false,
1816
+ "replacementString" : "",
1817
+ "allowInvalid" : false,
1818
+ "descrption" : "ID of the contract",
1819
+ "secret" : false,
1820
+ "preserveCharsLimit" : 10,
1821
+ "trim" : false,
1822
+ "internalParam" : false,
1823
+ "preserveChars" : "0,5",
1824
+ "importUrl" : false,
1825
+ "decrypt" : false
1826
+ }
1827
+ },
1828
+ "associatedSLAId" : {
1829
+ "type" : [ "string", "null", "integer" ],
1830
+ "format" : "int64",
1831
+ "pattern" : "([0-9]+)",
1832
+ "x-custom-parameters-attributes" : {
1833
+ "removeExif" : false,
1834
+ "filterMatchedContent" : false,
1835
+ "antivirus" : false,
1836
+ "replacementString" : "",
1837
+ "allowInvalid" : false,
1838
+ "descrption" : "ID of the SLA associated with the contract",
1839
+ "secret" : false,
1840
+ "preserveCharsLimit" : 10,
1841
+ "trim" : false,
1842
+ "internalParam" : false,
1843
+ "preserveChars" : "0,5",
1844
+ "importUrl" : false,
1845
+ "decrypt" : false
1846
+ }
1847
+ },
1848
+ "owner" : {
1849
+ "type" : [ "null", "object" ],
1850
+ "additionalProperties" : false,
1851
+ "maxProperties" : 3,
1852
+ "minProperties" : 3,
1853
+ "properties" : {
1854
+ "photoURL" : {
1855
+ "type" : [ "string", "null" ],
1856
+ "maxLength" : 200,
1857
+ "minLength" : 0,
1858
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
1859
+ },
1860
+ "name" : {
1861
+ "type" : [ "string", "null" ],
1862
+ "maxLength" : 100,
1863
+ "minLength" : 0
1864
+ },
1865
+ "id" : {
1866
+ "type" : [ "string", "null", "integer" ],
1867
+ "format" : "int64",
1868
+ "pattern" : "([0-9]+)"
1869
+ }
1870
+ },
1871
+ "required" : [ "id", "name", "photoURL" ]
1872
+ },
1873
+ "product" : {
1874
+ "type" : [ "null", "object" ],
1875
+ "additionalProperties" : false,
1876
+ "maxProperties" : 2,
1877
+ "minProperties" : 2,
1878
+ "properties" : {
1879
+ "id" : {
1880
+ "type" : [ "string", "null", "integer" ],
1881
+ "format" : "int64",
1882
+ "pattern" : "([0-9]+)"
1883
+ },
1884
+ "productName" : {
1885
+ "type" : [ "string", "null" ],
1886
+ "maxLength" : 200,
1887
+ "minLength" : 0
1888
+ }
1889
+ },
1890
+ "required" : [ "id", "productName" ]
1891
+ },
1892
+ "cf" : {
1893
+ "type" : [ "null", "object" ],
1894
+ "additionalProperties" : false,
1895
+ "patternProperties" : {
1896
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1897
+ "type" : [ "string", "null" ],
1898
+ "maxLength" : 100,
1899
+ "minLength" : 0,
1900
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1901
+ "x-custom-parameters-attributes" : {
1902
+ "modifiedTime" : {
1903
+ "removeExif" : false,
1904
+ "filterMatchedContent" : false,
1905
+ "antivirus" : false,
1906
+ "replacementString" : "",
1907
+ "allowInvalid" : false,
1908
+ "descrption" : "Time of modifying the contract",
1909
+ "secret" : false,
1910
+ "preserveCharsLimit" : 10,
1911
+ "trim" : false,
1912
+ "internalParam" : false,
1913
+ "preserveChars" : "0,5",
1914
+ "importUrl" : false,
1915
+ "decrypt" : false
1916
+ },
1917
+ "endDate" : {
1918
+ "removeExif" : false,
1919
+ "filterMatchedContent" : false,
1920
+ "antivirus" : false,
1921
+ "replacementString" : "",
1922
+ "allowInvalid" : false,
1923
+ "descrption" : "Date until which the contract is valid",
1924
+ "secret" : false,
1925
+ "preserveCharsLimit" : 10,
1926
+ "trim" : false,
1927
+ "internalParam" : false,
1928
+ "preserveChars" : "0,5",
1929
+ "importUrl" : false,
1930
+ "decrypt" : false
1931
+ },
1932
+ "customFields" : { },
1933
+ "departmentId" : {
1934
+ "removeExif" : false,
1935
+ "filterMatchedContent" : false,
1936
+ "antivirus" : false,
1937
+ "replacementString" : "",
1938
+ "allowInvalid" : false,
1939
+ "descrption" : "ID of the department to which the contract belongs",
1940
+ "secret" : false,
1941
+ "preserveCharsLimit" : 10,
1942
+ "trim" : false,
1943
+ "internalParam" : false,
1944
+ "preserveChars" : "0,5",
1945
+ "importUrl" : false,
1946
+ "decrypt" : false
1947
+ },
1948
+ "description" : {
1949
+ "removeExif" : false,
1950
+ "filterMatchedContent" : false,
1951
+ "antivirus" : false,
1952
+ "replacementString" : "",
1953
+ "allowInvalid" : false,
1954
+ "descrption" : "A short description of the contract",
1955
+ "secret" : false,
1956
+ "preserveCharsLimit" : 10,
1957
+ "trim" : false,
1958
+ "internalParam" : false,
1959
+ "preserveChars" : "0,5",
1960
+ "importUrl" : false,
1961
+ "decrypt" : false
1962
+ },
1963
+ "associatedSupportPlanId" : {
1964
+ "removeExif" : false,
1965
+ "filterMatchedContent" : false,
1966
+ "antivirus" : false,
1967
+ "replacementString" : "",
1968
+ "allowInvalid" : false,
1969
+ "descrption" : "ID of the Associated Support Plan",
1970
+ "secret" : false,
1971
+ "preserveCharsLimit" : 10,
1972
+ "trim" : false,
1973
+ "internalParam" : false,
1974
+ "preserveChars" : "0,5",
1975
+ "importUrl" : false,
1976
+ "decrypt" : false
1977
+ },
1978
+ "ownerId" : {
1979
+ "removeExif" : false,
1980
+ "filterMatchedContent" : false,
1981
+ "antivirus" : false,
1982
+ "replacementString" : "",
1983
+ "allowInvalid" : false,
1984
+ "descrption" : "ID of the contract owner",
1985
+ "secret" : false,
1986
+ "preserveCharsLimit" : 10,
1987
+ "trim" : false,
1988
+ "internalParam" : false,
1989
+ "preserveChars" : "0,5",
1990
+ "importUrl" : false,
1991
+ "decrypt" : false
1992
+ },
1993
+ "notificationAgentIds" : [ { } ],
1994
+ "createdTime" : {
1995
+ "removeExif" : false,
1996
+ "filterMatchedContent" : false,
1997
+ "antivirus" : false,
1998
+ "replacementString" : "",
1999
+ "allowInvalid" : false,
2000
+ "descrption" : "Time of creating the contract",
2001
+ "secret" : false,
2002
+ "preserveCharsLimit" : 10,
2003
+ "trim" : false,
2004
+ "internalParam" : false,
2005
+ "preserveChars" : "0,5",
2006
+ "importUrl" : false,
2007
+ "decrypt" : false
2008
+ },
2009
+ "modifiedBy" : {
2010
+ "removeExif" : false,
2011
+ "filterMatchedContent" : false,
2012
+ "antivirus" : false,
2013
+ "replacementString" : "",
2014
+ "allowInvalid" : false,
2015
+ "descrption" : "User who modified the contract",
2016
+ "secret" : false,
2017
+ "preserveCharsLimit" : 10,
2018
+ "trim" : false,
2019
+ "internalParam" : false,
2020
+ "preserveChars" : "0,5",
2021
+ "importUrl" : false,
2022
+ "decrypt" : false
2023
+ },
2024
+ "contractName" : {
2025
+ "removeExif" : false,
2026
+ "filterMatchedContent" : false,
2027
+ "antivirus" : false,
2028
+ "replacementString" : "",
2029
+ "allowInvalid" : false,
2030
+ "descrption" : "Name of the contract",
2031
+ "secret" : false,
2032
+ "preserveCharsLimit" : 10,
2033
+ "trim" : false,
2034
+ "internalParam" : false,
2035
+ "preserveChars" : "0,5",
2036
+ "importUrl" : false,
2037
+ "decrypt" : false
2038
+ },
2039
+ "id" : {
2040
+ "removeExif" : false,
2041
+ "filterMatchedContent" : false,
2042
+ "antivirus" : false,
2043
+ "replacementString" : "",
2044
+ "allowInvalid" : false,
2045
+ "descrption" : "ID of the contract",
2046
+ "secret" : false,
2047
+ "preserveCharsLimit" : 10,
2048
+ "trim" : false,
2049
+ "internalParam" : false,
2050
+ "preserveChars" : "0,5",
2051
+ "importUrl" : false,
2052
+ "decrypt" : false
2053
+ },
2054
+ "associatedSLAId" : {
2055
+ "removeExif" : false,
2056
+ "filterMatchedContent" : false,
2057
+ "antivirus" : false,
2058
+ "replacementString" : "",
2059
+ "allowInvalid" : false,
2060
+ "descrption" : "ID of the SLA associated with the contract",
2061
+ "secret" : false,
2062
+ "preserveCharsLimit" : 10,
2063
+ "trim" : false,
2064
+ "internalParam" : false,
2065
+ "preserveChars" : "0,5",
2066
+ "importUrl" : false,
2067
+ "decrypt" : false
2068
+ },
2069
+ "product" : { },
2070
+ "cf" : { },
2071
+ "productId" : {
2072
+ "removeExif" : false,
2073
+ "filterMatchedContent" : false,
2074
+ "antivirus" : false,
2075
+ "replacementString" : "",
2076
+ "allowInvalid" : false,
2077
+ "descrption" : "ID of the product associated with the contract",
2078
+ "secret" : false,
2079
+ "preserveCharsLimit" : 10,
2080
+ "trim" : false,
2081
+ "internalParam" : false,
2082
+ "preserveChars" : "0,5",
2083
+ "importUrl" : false,
2084
+ "decrypt" : false
2085
+ },
2086
+ "notifyBefore" : {
2087
+ "removeExif" : false,
2088
+ "filterMatchedContent" : false,
2089
+ "antivirus" : false,
2090
+ "replacementString" : "",
2091
+ "allowInvalid" : false,
2092
+ "descrption" : "Number of days before endDate when notifications about contract expiry must be sent to the agents concerned ",
2093
+ "secret" : false,
2094
+ "preserveCharsLimit" : 10,
2095
+ "trim" : false,
2096
+ "internalParam" : false,
2097
+ "preserveChars" : "0,5",
2098
+ "importUrl" : false,
2099
+ "decrypt" : false
2100
+ },
2101
+ "contractNumber" : {
2102
+ "removeExif" : false,
2103
+ "filterMatchedContent" : false,
2104
+ "antivirus" : false,
2105
+ "replacementString" : "",
2106
+ "allowInvalid" : false,
2107
+ "descrption" : "Serial number of the contract",
2108
+ "secret" : false,
2109
+ "preserveCharsLimit" : 10,
2110
+ "trim" : false,
2111
+ "internalParam" : false,
2112
+ "preserveChars" : "0,5",
2113
+ "importUrl" : false,
2114
+ "decrypt" : false
2115
+ },
2116
+ "sla" : { },
2117
+ "layoutId" : {
2118
+ "removeExif" : false,
2119
+ "filterMatchedContent" : false,
2120
+ "antivirus" : false,
2121
+ "replacementString" : "",
2122
+ "allowInvalid" : false,
2123
+ "descrption" : "Layout of Contract",
2124
+ "secret" : false,
2125
+ "preserveCharsLimit" : 10,
2126
+ "trim" : false,
2127
+ "internalParam" : true,
2128
+ "preserveChars" : "0,5",
2129
+ "importUrl" : false,
2130
+ "decrypt" : false
2131
+ },
2132
+ "accountId" : {
2133
+ "removeExif" : false,
2134
+ "filterMatchedContent" : false,
2135
+ "antivirus" : false,
2136
+ "replacementString" : "",
2137
+ "allowInvalid" : false,
2138
+ "descrption" : "ID of the account associated with the contract",
2139
+ "secret" : false,
2140
+ "preserveCharsLimit" : 10,
2141
+ "trim" : false,
2142
+ "internalParam" : false,
2143
+ "preserveChars" : "0,5",
2144
+ "importUrl" : false,
2145
+ "decrypt" : false
2146
+ },
2147
+ "createdBy" : {
2148
+ "removeExif" : false,
2149
+ "filterMatchedContent" : false,
2150
+ "antivirus" : false,
2151
+ "replacementString" : "",
2152
+ "allowInvalid" : false,
2153
+ "descrption" : "User who created the contract",
2154
+ "secret" : false,
2155
+ "preserveCharsLimit" : 10,
2156
+ "trim" : false,
2157
+ "internalParam" : false,
2158
+ "preserveChars" : "0,5",
2159
+ "importUrl" : false,
2160
+ "decrypt" : false
2161
+ },
2162
+ "notifyOn" : {
2163
+ "removeExif" : false,
2164
+ "filterMatchedContent" : false,
2165
+ "antivirus" : false,
2166
+ "replacementString" : "",
2167
+ "allowInvalid" : false,
2168
+ "descrption" : "The date when the contract expiry notification must be sent",
2169
+ "secret" : false,
2170
+ "preserveCharsLimit" : 10,
2171
+ "trim" : false,
2172
+ "internalParam" : false,
2173
+ "preserveChars" : "0,5",
2174
+ "importUrl" : false,
2175
+ "decrypt" : false
2176
+ },
2177
+ "startDate" : {
2178
+ "removeExif" : false,
2179
+ "filterMatchedContent" : false,
2180
+ "antivirus" : false,
2181
+ "replacementString" : "",
2182
+ "allowInvalid" : false,
2183
+ "descrption" : "Date from which the contract is valid",
2184
+ "secret" : false,
2185
+ "preserveCharsLimit" : 10,
2186
+ "trim" : false,
2187
+ "internalParam" : false,
2188
+ "preserveChars" : "0,5",
2189
+ "importUrl" : false,
2190
+ "decrypt" : false
2191
+ },
2192
+ "account" : { }
2193
+ }
2194
+ }
2195
+ }
2196
+ },
2197
+ "contractStatus" : {
2198
+ "type" : [ "string", "null" ],
2199
+ "enum" : [ "ACTIVE", "EXPIRED", "FUTURE" ],
2200
+ "maxLength" : 100,
2201
+ "minLength" : 0
2202
+ },
2203
+ "productId" : {
2204
+ "type" : [ "string", "null", "integer" ],
2205
+ "format" : "int64",
2206
+ "pattern" : "([0-9]+)",
2207
+ "x-custom-parameters-attributes" : {
2208
+ "removeExif" : false,
2209
+ "filterMatchedContent" : false,
2210
+ "antivirus" : false,
2211
+ "replacementString" : "",
2212
+ "allowInvalid" : false,
2213
+ "descrption" : "ID of the product associated with the contract",
2214
+ "secret" : false,
2215
+ "preserveCharsLimit" : 10,
2216
+ "trim" : false,
2217
+ "internalParam" : false,
2218
+ "preserveChars" : "0,5",
2219
+ "importUrl" : false,
2220
+ "decrypt" : false
2221
+ }
2222
+ },
2223
+ "notifyBefore" : {
2224
+ "type" : [ "string", "null", "integer" ],
2225
+ "format" : "int32",
2226
+ "pattern" : "([0-9]+)",
2227
+ "x-custom-parameters-attributes" : {
2228
+ "removeExif" : false,
2229
+ "filterMatchedContent" : false,
2230
+ "antivirus" : false,
2231
+ "replacementString" : "",
2232
+ "allowInvalid" : false,
2233
+ "descrption" : "Number of days before endDate when notifications about contract expiry must be sent to the agents concerned ",
2234
+ "secret" : false,
2235
+ "preserveCharsLimit" : 10,
2236
+ "trim" : false,
2237
+ "internalParam" : false,
2238
+ "preserveChars" : "0,5",
2239
+ "importUrl" : false,
2240
+ "decrypt" : false
2241
+ }
2242
+ },
2243
+ "contractNumber" : {
2244
+ "type" : [ "string", "null" ],
2245
+ "maxLength" : 50,
2246
+ "minLength" : 0,
2247
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
2248
+ "x-custom-parameters-attributes" : {
2249
+ "removeExif" : false,
2250
+ "filterMatchedContent" : false,
2251
+ "antivirus" : false,
2252
+ "replacementString" : "",
2253
+ "allowInvalid" : false,
2254
+ "descrption" : "Serial number of the contract",
2255
+ "secret" : false,
2256
+ "preserveCharsLimit" : 10,
2257
+ "trim" : false,
2258
+ "internalParam" : false,
2259
+ "preserveChars" : "0,5",
2260
+ "importUrl" : false,
2261
+ "decrypt" : false
2262
+ }
2263
+ },
2264
+ "sla" : {
2265
+ "type" : [ "null", "object" ],
2266
+ "additionalProperties" : false,
2267
+ "maxProperties" : 2,
2268
+ "minProperties" : 2,
2269
+ "properties" : {
2270
+ "name" : {
2271
+ "type" : [ "string", "null" ],
2272
+ "maxLength" : 100,
2273
+ "minLength" : 0
2274
+ },
2275
+ "id" : {
2276
+ "type" : [ "string", "null", "integer" ],
2277
+ "format" : "int64",
2278
+ "pattern" : "([0-9]+)"
2279
+ }
2280
+ },
2281
+ "required" : [ "id", "name" ]
2282
+ },
2283
+ "layoutId" : {
2284
+ "type" : [ "string", "null", "integer" ],
2285
+ "format" : "int64",
2286
+ "pattern" : "([0-9]+)",
2287
+ "x-custom-parameters-attributes" : {
2288
+ "removeExif" : false,
2289
+ "filterMatchedContent" : false,
2290
+ "antivirus" : false,
2291
+ "replacementString" : "",
2292
+ "allowInvalid" : false,
2293
+ "descrption" : "Layout of Contract",
2294
+ "secret" : false,
2295
+ "preserveCharsLimit" : 10,
2296
+ "trim" : false,
2297
+ "internalParam" : true,
2298
+ "preserveChars" : "0,5",
2299
+ "importUrl" : false,
2300
+ "decrypt" : false
2301
+ }
2302
+ },
2303
+ "accountId" : {
2304
+ "type" : [ "string", "null", "integer" ],
2305
+ "format" : "int64",
2306
+ "pattern" : "([0-9]+)",
2307
+ "x-custom-parameters-attributes" : {
2308
+ "removeExif" : false,
2309
+ "filterMatchedContent" : false,
2310
+ "antivirus" : false,
2311
+ "replacementString" : "",
2312
+ "allowInvalid" : false,
2313
+ "descrption" : "ID of the account associated with the contract",
2314
+ "secret" : false,
2315
+ "preserveCharsLimit" : 10,
2316
+ "trim" : false,
2317
+ "internalParam" : false,
2318
+ "preserveChars" : "0,5",
2319
+ "importUrl" : false,
2320
+ "decrypt" : false
2321
+ }
2322
+ },
2323
+ "createdBy" : {
2324
+ "type" : [ "string", "null", "integer" ],
2325
+ "format" : "int64",
2326
+ "pattern" : "([0-9]+)",
2327
+ "x-custom-parameters-attributes" : {
2328
+ "removeExif" : false,
2329
+ "filterMatchedContent" : false,
2330
+ "antivirus" : false,
2331
+ "replacementString" : "",
2332
+ "allowInvalid" : false,
2333
+ "descrption" : "User who created the contract",
2334
+ "secret" : false,
2335
+ "preserveCharsLimit" : 10,
2336
+ "trim" : false,
2337
+ "internalParam" : false,
2338
+ "preserveChars" : "0,5",
2339
+ "importUrl" : false,
2340
+ "decrypt" : false
2341
+ }
2342
+ },
2343
+ "notifyOn" : {
2344
+ "type" : [ "string", "null" ],
2345
+ "maxLength" : 100,
2346
+ "minLength" : 0,
2347
+ "pattern" : "^([12][0-9]{3})-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$",
2348
+ "x-custom-parameters-attributes" : {
2349
+ "removeExif" : false,
2350
+ "filterMatchedContent" : false,
2351
+ "antivirus" : false,
2352
+ "replacementString" : "",
2353
+ "allowInvalid" : false,
2354
+ "descrption" : "The date when the contract expiry notification must be sent",
2355
+ "secret" : false,
2356
+ "preserveCharsLimit" : 10,
2357
+ "trim" : false,
2358
+ "internalParam" : false,
2359
+ "preserveChars" : "0,5",
2360
+ "importUrl" : false,
2361
+ "decrypt" : false
2362
+ }
2363
+ },
2364
+ "supportPlan" : {
2365
+ "$ref" : "./SupportPlan.json#/components/schemas/contractSupportPlan"
2366
+ },
2367
+ "startDate" : {
2368
+ "type" : [ "string", "null" ],
2369
+ "maxLength" : 100,
2370
+ "minLength" : 0,
2371
+ "pattern" : "^([12][0-9]{3})-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$",
2372
+ "x-custom-parameters-attributes" : {
2373
+ "removeExif" : false,
2374
+ "filterMatchedContent" : false,
2375
+ "antivirus" : false,
2376
+ "replacementString" : "",
2377
+ "allowInvalid" : false,
2378
+ "descrption" : "Date from which the contract is valid",
2379
+ "secret" : false,
2380
+ "preserveCharsLimit" : 10,
2381
+ "trim" : false,
2382
+ "internalParam" : false,
2383
+ "preserveChars" : "0,5",
2384
+ "importUrl" : false,
2385
+ "decrypt" : false
2386
+ }
2387
+ },
2388
+ "account" : {
2389
+ "type" : [ "null", "object" ],
2390
+ "additionalProperties" : false,
2391
+ "maxProperties" : 3,
2392
+ "minProperties" : 3,
2393
+ "properties" : {
2394
+ "website" : {
2395
+ "type" : [ "string", "null" ],
2396
+ "maxLength" : 120,
2397
+ "minLength" : 0
2398
+ },
2399
+ "accountName" : {
2400
+ "type" : [ "string", "null" ],
2401
+ "maxLength" : 200,
2402
+ "minLength" : 0
2403
+ },
2404
+ "id" : {
2405
+ "type" : [ "string", "null", "integer" ],
2406
+ "format" : "int64",
2407
+ "pattern" : "([0-9]+)"
2408
+ }
2409
+ },
2410
+ "required" : [ "accountName", "id", "website" ]
2411
+ }
2412
+ },
2413
+ "required" : [ "account", "accountId", "associatedSLAId", "cf", "contractName", "contractNumber", "contractStatus", "createdBy", "createdTime", "customFields", "departmentId", "description", "endDate", "id", "layoutId", "modifiedBy", "modifiedTime", "notificationAgentIds", "notifyBefore", "notifyOn", "owner", "ownerId", "product", "productId", "sla", "startDate", "supportPlan" ]
2414
+ },
2415
+ "examples" : {
2416
+ "Valid responses Definitions" : {
2417
+ "value" : {
2418
+ "associatedSLAId" : "10000000062047",
2419
+ "modifiedTime" : 1532417517075,
2420
+ "product" : {
2421
+ "id" : "500000001290",
2422
+ "productName" : "Desk"
2423
+ },
2424
+ "cf" : {
2425
+ "cf_mycustomfield1" : "Some Value"
2426
+ },
2427
+ "contractStatus" : "ACTIVE",
2428
+ "productId" : null,
2429
+ "endDate" : 1563840000000,
2430
+ "departmentId" : "10000000013228",
2431
+ "notifyBefore" : "3",
2432
+ "contractNumber" : "9495",
2433
+ "description" : "My Description",
2434
+ "sla" : {
2435
+ "name" : "Gold SLAs",
2436
+ "id" : "10000000062047"
2437
+ },
2438
+ "ownerId" : "10000000012816",
2439
+ "notificationAgentIds" : [ "10000000012816" ],
2440
+ "accountId" : "10000000012985",
2441
+ "createdBy" : "10000000012816",
2442
+ "notifyOn" : 1563580800000,
2443
+ "createdTime" : 1532417517075,
2444
+ "contractName" : "MyContractName",
2445
+ "modifiedBy" : "10000000012816",
2446
+ "id" : "10000000082016",
2447
+ "supportPlan" : {
2448
+ "supportType" : "UNLIMITED_SUPPORT",
2449
+ "name" : "SupportPlan with Gold SLAs",
2450
+ "id" : "5000000007671",
2451
+ "status" : "ACTIVE"
2452
+ },
2453
+ "startDate" : 1532304000000,
2454
+ "account" : {
2455
+ "website" : "https://www.zoho.com",
2456
+ "accountName" : "Zoho",
2457
+ "id" : "500000008909"
2458
+ }
2459
+ }
2460
+ }
2461
+ }
2462
+ }
2463
+ },
2464
+ "x-custom-response-attributes" : {
2465
+ "disable-safe-headers" : "[]"
2466
+ }
2467
+ },
2468
+ "getContractsCount" : {
2469
+ "description" : "getContractsCount template definitions",
2470
+ "content" : {
2471
+ "application/json" : {
2472
+ "schema" : {
2473
+ "type" : [ "null", "object" ],
2474
+ "additionalProperties" : false,
2475
+ "properties" : {
2476
+ "count" : {
2477
+ "type" : [ "string", "null", "integer" ],
2478
+ "format" : "int64",
2479
+ "pattern" : "([0-9]+)"
2480
+ }
2481
+ },
2482
+ "required" : [ "count" ]
2483
+ },
2484
+ "examples" : {
2485
+ "Valid responses Definitions" : {
2486
+ "value" : {
2487
+ "count" : "10"
2488
+ }
2489
+ }
2490
+ }
2491
+ }
2492
+ },
2493
+ "x-custom-response-attributes" : {
2494
+ "disable-safe-headers" : "[]"
2495
+ }
2496
+ }
2497
+ },
2498
+ "parameters" : {
2499
+ "contractId" : {
2500
+ "name" : "contractId",
2501
+ "in" : "path",
2502
+ "required" : true,
2503
+ "style" : "simple",
2504
+ "explode" : false,
2505
+ "schema" : {
2506
+ "type" : [ "string", "null", "integer" ],
2507
+ "format" : "int64",
2508
+ "pattern" : "([0-9]+)"
2509
+ }
2510
+ },
2511
+ "id" : {
2512
+ "name" : "id",
2513
+ "in" : "path",
2514
+ "description" : "ID of the contract",
2515
+ "required" : true,
2516
+ "style" : "simple",
2517
+ "explode" : false,
2518
+ "schema" : {
2519
+ "type" : [ "string", "null", "integer" ],
2520
+ "format" : "int64",
2521
+ "description" : "ID of the contract",
2522
+ "pattern" : "([0-9]+)"
2523
+ }
2524
+ }
2525
+ },
2526
+ "requestBodies" : {
2527
+ "contractMassUpdate" : {
2528
+ "content" : {
2529
+ "application/json" : {
2530
+ "schema" : {
2531
+ "type" : [ "null", "object" ],
2532
+ "additionalProperties" : false,
2533
+ "properties" : {
2534
+ "isCustomField" : {
2535
+ "type" : [ "boolean", "null" ],
2536
+ "description" : "Key that denotes if the field is a user-defined field or not"
2537
+ },
2538
+ "fieldName" : {
2539
+ "type" : [ "string", "null" ],
2540
+ "description" : " Name of the field to update",
2541
+ "maxLength" : 100,
2542
+ "minLength" : 0,
2543
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2544
+ },
2545
+ "ids" : {
2546
+ "type" : [ "null", "array" ],
2547
+ "items" : {
2548
+ "type" : [ "string", "null", "integer" ],
2549
+ "format" : "int64",
2550
+ "pattern" : "([0-9]+)",
2551
+ "x-custom-parameters-attributes" : [ { } ]
2552
+ },
2553
+ "uniqueItems" : false
2554
+ },
2555
+ "fieldValue" : {
2556
+ "type" : [ "string", "null" ],
2557
+ "description" : "Value in the field",
2558
+ "maxLength" : 100,
2559
+ "minLength" : 0,
2560
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2561
+ }
2562
+ },
2563
+ "required" : [ "fieldName", "ids", "isCustomField" ]
2564
+ },
2565
+ "examples" : {
2566
+ "Valid requestBody Definitions" : {
2567
+ "value" : {
2568
+ "fieldName" : "contractNumber",
2569
+ "isCustomField" : false,
2570
+ "ids" : [ "1892000000093303", "1892000000085009", "1892000000050003" ],
2571
+ "fieldValue" : "123"
2572
+ }
2573
+ }
2574
+ }
2575
+ }
2576
+ },
2577
+ "x-custom-request-body-attributes" : {
2578
+ "non-empty" : false,
2579
+ "allow-invalid" : false
2580
+ }
2581
+ },
2582
+ "contractJson" : {
2583
+ "content" : {
2584
+ "application/json" : {
2585
+ "schema" : {
2586
+ "type" : [ "null", "object" ],
2587
+ "additionalProperties" : false,
2588
+ "properties" : {
2589
+ "associatedSLAId" : {
2590
+ "type" : [ "string", "null", "integer" ],
2591
+ "format" : "int64",
2592
+ "description" : "ID of the SLA associated with the contract",
2593
+ "pattern" : "([0-9]+)"
2594
+ },
2595
+ "cf" : {
2596
+ "type" : [ "null", "object" ],
2597
+ "additionalProperties" : false,
2598
+ "patternProperties" : {
2599
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
2600
+ "type" : [ "string", "null" ],
2601
+ "maxLength" : 100,
2602
+ "minLength" : 0,
2603
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2604
+ }
2605
+ }
2606
+ },
2607
+ "productId" : {
2608
+ "type" : [ "string", "null", "integer" ],
2609
+ "format" : "int64",
2610
+ "description" : "ID of the product associated with the contract",
2611
+ "pattern" : "([0-9]+)"
2612
+ },
2613
+ "endDate" : {
2614
+ "type" : [ "string", "null" ],
2615
+ "description" : "Date until which the contract is valid",
2616
+ "maxLength" : 100,
2617
+ "minLength" : 0,
2618
+ "pattern" : "^([12][0-9]{3})-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$"
2619
+ },
2620
+ "customFields" : {
2621
+ "type" : [ "null", "object" ],
2622
+ "additionalProperties" : false,
2623
+ "patternProperties" : {
2624
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
2625
+ "type" : [ "string", "null" ],
2626
+ "maxLength" : 100,
2627
+ "minLength" : 0,
2628
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2629
+ }
2630
+ }
2631
+ },
2632
+ "departmentId" : {
2633
+ "type" : [ "string", "null", "integer" ],
2634
+ "format" : "int64",
2635
+ "description" : "ID of the department to which the contract belongs",
2636
+ "pattern" : "([0-9]+)"
2637
+ },
2638
+ "notifyBefore" : {
2639
+ "type" : [ "string", "null", "integer" ],
2640
+ "format" : "int32",
2641
+ "description" : "Number of days before endDate when notifications about contract expiry must be sent to the agents concerned ",
2642
+ "pattern" : "([0-9]+)"
2643
+ },
2644
+ "contractNumber" : {
2645
+ "type" : [ "string", "null" ],
2646
+ "description" : "Serial number of the contract",
2647
+ "maxLength" : 50,
2648
+ "minLength" : 0,
2649
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2650
+ },
2651
+ "description" : {
2652
+ "type" : [ "string", "null" ],
2653
+ "description" : "A short description of the contract",
2654
+ "maxLength" : 65535,
2655
+ "minLength" : 0,
2656
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2657
+ },
2658
+ "associatedSupportPlanId" : {
2659
+ "type" : [ "string", "null", "integer" ],
2660
+ "format" : "int64",
2661
+ "description" : "ID of the Associated Support Plan",
2662
+ "pattern" : "([0-9]+)"
2663
+ },
2664
+ "ownerId" : {
2665
+ "type" : [ "string", "null", "integer" ],
2666
+ "format" : "int64",
2667
+ "description" : "ID of the contract owner",
2668
+ "pattern" : "([0-9]+)"
2669
+ },
2670
+ "notificationAgentIds" : {
2671
+ "type" : [ "null", "array" ],
2672
+ "items" : {
2673
+ "type" : [ "string", "null", "integer" ],
2674
+ "format" : "int64",
2675
+ "pattern" : "([0-9]+)",
2676
+ "x-custom-parameters-attributes" : [ { } ]
2677
+ },
2678
+ "uniqueItems" : false
2679
+ },
2680
+ "accountId" : {
2681
+ "type" : [ "string", "null", "integer" ],
2682
+ "format" : "int64",
2683
+ "description" : "ID of the account associated with the contract",
2684
+ "pattern" : "([0-9]+)"
2685
+ },
2686
+ "contractName" : {
2687
+ "type" : [ "string", "null" ],
2688
+ "description" : "Name of the contract",
2689
+ "maxLength" : 80,
2690
+ "minLength" : 0,
2691
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2692
+ },
2693
+ "startDate" : {
2694
+ "type" : [ "string", "null" ],
2695
+ "description" : "Date from which the contract is valid",
2696
+ "maxLength" : 100,
2697
+ "minLength" : 0,
2698
+ "pattern" : "^([12][0-9]{3})-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$"
2699
+ }
2700
+ }
2701
+ },
2702
+ "examples" : {
2703
+ "Valid requestBody Definitions" : {
2704
+ "value" : null
2705
+ }
2706
+ }
2707
+ }
2708
+ },
2709
+ "x-custom-request-body-attributes" : {
2710
+ "non-empty" : false,
2711
+ "allow-invalid" : false
2712
+ }
2713
+ },
2714
+ "createContract_contractJson" : {
2715
+ "content" : {
2716
+ "application/json" : {
2717
+ "schema" : {
2718
+ "type" : [ "null", "object" ],
2719
+ "additionalProperties" : false,
2720
+ "properties" : {
2721
+ "associatedSLAId" : {
2722
+ "type" : [ "string", "null", "integer" ],
2723
+ "format" : "int64",
2724
+ "description" : "ID of the SLA associated with the contract",
2725
+ "pattern" : "([0-9]+)"
2726
+ },
2727
+ "cf" : {
2728
+ "type" : [ "null", "object" ],
2729
+ "additionalProperties" : false,
2730
+ "patternProperties" : {
2731
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
2732
+ "type" : [ "string", "null" ],
2733
+ "maxLength" : 100,
2734
+ "minLength" : 0,
2735
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2736
+ }
2737
+ }
2738
+ },
2739
+ "productId" : {
2740
+ "type" : [ "string", "null", "integer" ],
2741
+ "format" : "int64",
2742
+ "description" : "ID of the product associated with the contract",
2743
+ "pattern" : "([0-9]+)"
2744
+ },
2745
+ "endDate" : {
2746
+ "type" : [ "string", "null" ],
2747
+ "description" : "Date until which the contract is valid",
2748
+ "maxLength" : 100,
2749
+ "minLength" : 0,
2750
+ "pattern" : "^([12][0-9]{3})-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$"
2751
+ },
2752
+ "customFields" : {
2753
+ "type" : [ "null", "object" ],
2754
+ "additionalProperties" : false,
2755
+ "patternProperties" : {
2756
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
2757
+ "type" : [ "string", "null" ],
2758
+ "maxLength" : 100,
2759
+ "minLength" : 0,
2760
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2761
+ }
2762
+ }
2763
+ },
2764
+ "departmentId" : {
2765
+ "type" : [ "string", "null", "integer" ],
2766
+ "format" : "int64",
2767
+ "description" : "ID of the department to which the contract belongs",
2768
+ "pattern" : "([0-9]+)"
2769
+ },
2770
+ "notifyBefore" : {
2771
+ "type" : [ "string", "null", "integer" ],
2772
+ "format" : "int32",
2773
+ "description" : "Number of days before endDate when notifications about contract expiry must be sent to the agents concerned ",
2774
+ "pattern" : "([0-9]+)"
2775
+ },
2776
+ "contractNumber" : {
2777
+ "type" : [ "string", "null" ],
2778
+ "description" : "Serial number of the contract",
2779
+ "maxLength" : 50,
2780
+ "minLength" : 0,
2781
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2782
+ },
2783
+ "description" : {
2784
+ "type" : [ "string", "null" ],
2785
+ "description" : "A short description of the contract",
2786
+ "maxLength" : 65535,
2787
+ "minLength" : 0,
2788
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2789
+ },
2790
+ "associatedSupportPlanId" : {
2791
+ "type" : [ "string", "null", "integer" ],
2792
+ "format" : "int64",
2793
+ "description" : "ID of the Associated Support Plan",
2794
+ "pattern" : "([0-9]+)"
2795
+ },
2796
+ "ownerId" : {
2797
+ "type" : [ "string", "null", "integer" ],
2798
+ "format" : "int64",
2799
+ "description" : "ID of the contract owner",
2800
+ "pattern" : "([0-9]+)"
2801
+ },
2802
+ "notificationAgentIds" : {
2803
+ "type" : [ "null", "array" ],
2804
+ "items" : {
2805
+ "type" : [ "string", "null", "integer" ],
2806
+ "format" : "int64",
2807
+ "pattern" : "([0-9]+)",
2808
+ "x-custom-parameters-attributes" : [ { } ]
2809
+ },
2810
+ "uniqueItems" : false
2811
+ },
2812
+ "accountId" : {
2813
+ "type" : [ "string", "null", "integer" ],
2814
+ "format" : "int64",
2815
+ "description" : "ID of the account associated with the contract",
2816
+ "pattern" : "([0-9]+)"
2817
+ },
2818
+ "contractName" : {
2819
+ "type" : [ "string", "null" ],
2820
+ "description" : "Name of the contract",
2821
+ "maxLength" : 80,
2822
+ "minLength" : 0,
2823
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2824
+ },
2825
+ "startDate" : {
2826
+ "type" : [ "string", "null" ],
2827
+ "description" : "Date from which the contract is valid",
2828
+ "maxLength" : 100,
2829
+ "minLength" : 0,
2830
+ "pattern" : "^([12][0-9]{3})-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$"
2831
+ }
2832
+ },
2833
+ "required" : [ "accountId", "associatedSupportPlanId", "contractName", "departmentId", "ownerId", "startDate" ]
2834
+ },
2835
+ "examples" : {
2836
+ "Valid requestBody Definitions" : {
2837
+ "value" : {
2838
+ "cf" : {
2839
+ "cf_mycustomfield1" : "Some Value"
2840
+ },
2841
+ "productId" : null,
2842
+ "endDate" : 1563840000000,
2843
+ "departmentId" : "10000000013228",
2844
+ "notifyBefore" : "3",
2845
+ "description" : "My Description",
2846
+ "contractNumber" : 9495,
2847
+ "associatedSupportPlanId" : "5000000007671",
2848
+ "ownerId" : "10000000012816",
2849
+ "notificationAgentIds" : [ "10000000012816" ],
2850
+ "accountId" : "10000000012985",
2851
+ "contractName" : "MyContractName",
2852
+ "startDate" : 1532304000000
2853
+ }
2854
+ }
2855
+ }
2856
+ }
2857
+ },
2858
+ "x-custom-request-body-attributes" : {
2859
+ "non-empty" : false,
2860
+ "allow-invalid" : false
2861
+ }
2862
+ }
2863
+ },
2864
+ "securitySchemes" : {
2865
+ "cookie-auth" : {
2866
+ "$ref" : "../common/Common.json#/components/securitySchemes/cookie-auth"
2867
+ },
2868
+ "org-oauth" : {
2869
+ "$ref" : "../common/Common.json#/components/securitySchemes/org-oauth"
2870
+ },
2871
+ "iam-oauth2-schema" : {
2872
+ "$ref" : "../common/Common.json#/components/securitySchemes/iam-oauth2-schema"
2873
+ }
2874
+ }
2875
+ },
2876
+ "x-entity" : "Contract"
2877
+ }