Advertisement
Guest User

atws-openapi

a guest
Oct 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 225.68 KB | None | 0 0
  1. {
  2. "openapi": "3.0.0",
  3. "info": {
  4. "title": "ATWS",
  5. "description": "Autotask Web Services Version 1.5",
  6. "contact": {},
  7. "version": "1.0"
  8. },
  9. "servers": [
  10. {
  11. "url": "https://webservices3.autotask.net/ATServices/1.5/atws.asmx",
  12. "variables": {}
  13. }
  14. ],
  15. "paths": {
  16. "/GetAttachment": {
  17. "post": {
  18. "tags": [
  19. "ATWSSoap"
  20. ],
  21. "summary": "GetAttachment",
  22. "description": "Get Attachment function, returns file attachment info for version 1.5",
  23. "operationId": "GetAttachment",
  24. "parameters": [
  25. {
  26. "name": "AutotaskIntegrations",
  27. "in": "header",
  28. "description": "",
  29. "required": true,
  30. "style": "simple",
  31. "explode": false,
  32. "schema": {
  33. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Autotaskintegrations"
  34. }
  35. }
  36. ],
  37. "requestBody": {
  38. "description": "",
  39. "content": {
  40. "application/json": {
  41. "schema": {
  42. "$ref": "#/components/schemas/GetAttachmentSoapIn"
  43. }
  44. }
  45. },
  46. "required": true
  47. },
  48. "responses": {
  49. "200": {
  50. "description": "",
  51. "content": {
  52. "application/json": {
  53. "schema": {
  54. "$ref": "#/components/schemas/GetAttachmentSoapOut"
  55. }
  56. }
  57. }
  58. }
  59. },
  60. "x-operation-settings": {
  61. "CollectParameters": false,
  62. "AllowDynamicQueryParameters": false,
  63. "AllowDynamicFormParameters": false,
  64. "IsMultiContentStreaming": false
  65. }
  66. }
  67. },
  68. "/CreateAttachment": {
  69. "post": {
  70. "tags": [
  71. "ATWSSoap"
  72. ],
  73. "summary": "CreateAttachment",
  74. "description": "Create Attachment function for version 1.5",
  75. "operationId": "CreateAttachment",
  76. "parameters": [
  77. {
  78. "name": "AutotaskIntegrations",
  79. "in": "header",
  80. "description": "",
  81. "required": true,
  82. "style": "simple",
  83. "explode": false,
  84. "schema": {
  85. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Autotaskintegrations"
  86. }
  87. }
  88. ],
  89. "requestBody": {
  90. "description": "",
  91. "content": {
  92. "application/json": {
  93. "schema": {
  94. "$ref": "#/components/schemas/CreateAttachmentSoapIn"
  95. }
  96. }
  97. },
  98. "required": true
  99. },
  100. "responses": {
  101. "200": {
  102. "description": "",
  103. "content": {
  104. "application/json": {
  105. "schema": {
  106. "$ref": "#/components/schemas/CreateAttachmentSoapOut"
  107. }
  108. }
  109. }
  110. }
  111. },
  112. "x-operation-settings": {
  113. "CollectParameters": false,
  114. "AllowDynamicQueryParameters": false,
  115. "AllowDynamicFormParameters": false,
  116. "IsMultiContentStreaming": false
  117. }
  118. }
  119. },
  120. "/DeleteAttachment": {
  121. "post": {
  122. "tags": [
  123. "ATWSSoap"
  124. ],
  125. "summary": "DeleteAttachment",
  126. "description": "Delete Attachment function for version 1.5",
  127. "operationId": "DeleteAttachment",
  128. "parameters": [
  129. {
  130. "name": "AutotaskIntegrations",
  131. "in": "header",
  132. "description": "",
  133. "required": true,
  134. "style": "simple",
  135. "explode": false,
  136. "schema": {
  137. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Autotaskintegrations"
  138. }
  139. }
  140. ],
  141. "requestBody": {
  142. "description": "",
  143. "content": {
  144. "application/json": {
  145. "schema": {
  146. "$ref": "#/components/schemas/DeleteAttachmentSoapIn"
  147. }
  148. }
  149. },
  150. "required": true
  151. },
  152. "responses": {
  153. "200": {
  154. "description": "",
  155. "content": {
  156. "application/json": {
  157. "schema": {
  158. "$ref": "#/components/schemas/DeleteAttachmentSoapOut"
  159. }
  160. }
  161. }
  162. }
  163. },
  164. "x-operation-settings": {
  165. "CollectParameters": false,
  166. "AllowDynamicQueryParameters": false,
  167. "AllowDynamicFormParameters": false,
  168. "IsMultiContentStreaming": false
  169. }
  170. }
  171. },
  172. "/getEntityInfo": {
  173. "post": {
  174. "tags": [
  175. "ATWSSoap"
  176. ],
  177. "summary": "getEntityInfo",
  178. "description": "Default EntityInfo function, returns entity info for version 1.5",
  179. "operationId": "GetEntityInfo",
  180. "parameters": [
  181. {
  182. "name": "AutotaskIntegrations",
  183. "in": "header",
  184. "description": "",
  185. "required": true,
  186. "style": "simple",
  187. "explode": false,
  188. "schema": {
  189. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Autotaskintegrations"
  190. }
  191. }
  192. ],
  193. "requestBody": {
  194. "description": "",
  195. "content": {
  196. "application/json": {
  197. "schema": {
  198. "$ref": "#/components/schemas/GetEntityInfoSoapIn"
  199. }
  200. }
  201. },
  202. "required": true
  203. },
  204. "responses": {
  205. "200": {
  206. "description": "",
  207. "content": {
  208. "application/json": {
  209. "schema": {
  210. "$ref": "#/components/schemas/GetEntityInfoSoapOut"
  211. }
  212. }
  213. }
  214. }
  215. },
  216. "x-operation-settings": {
  217. "CollectParameters": false,
  218. "AllowDynamicQueryParameters": false,
  219. "AllowDynamicFormParameters": false,
  220. "IsMultiContentStreaming": false
  221. }
  222. }
  223. },
  224. "/GetFieldInfo": {
  225. "post": {
  226. "tags": [
  227. "ATWSSoap"
  228. ],
  229. "summary": "GetFieldInfo",
  230. "description": "Default GetFieldInfo function, returns information for version 1.5",
  231. "operationId": "GetFieldInfo",
  232. "parameters": [
  233. {
  234. "name": "AutotaskIntegrations",
  235. "in": "header",
  236. "description": "",
  237. "required": true,
  238. "style": "simple",
  239. "explode": false,
  240. "schema": {
  241. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Autotaskintegrations"
  242. }
  243. }
  244. ],
  245. "requestBody": {
  246. "description": "",
  247. "content": {
  248. "application/json": {
  249. "schema": {
  250. "$ref": "#/components/schemas/GetFieldInfoSoapIn"
  251. }
  252. }
  253. },
  254. "required": true
  255. },
  256. "responses": {
  257. "200": {
  258. "description": "",
  259. "content": {
  260. "application/json": {
  261. "schema": {
  262. "$ref": "#/components/schemas/GetFieldInfoSoapOut"
  263. }
  264. }
  265. }
  266. }
  267. },
  268. "x-operation-settings": {
  269. "CollectParameters": false,
  270. "AllowDynamicQueryParameters": false,
  271. "AllowDynamicFormParameters": false,
  272. "IsMultiContentStreaming": false
  273. }
  274. }
  275. },
  276. "/getUDFInfo": {
  277. "post": {
  278. "tags": [
  279. "ATWSSoap"
  280. ],
  281. "summary": "getUDFInfo",
  282. "description": "Default GetUDFInfo function, returns information for version 1.5",
  283. "operationId": "GetUDFInfo",
  284. "parameters": [
  285. {
  286. "name": "AutotaskIntegrations",
  287. "in": "header",
  288. "description": "",
  289. "required": true,
  290. "style": "simple",
  291. "explode": false,
  292. "schema": {
  293. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Autotaskintegrations"
  294. }
  295. }
  296. ],
  297. "requestBody": {
  298. "description": "",
  299. "content": {
  300. "application/json": {
  301. "schema": {
  302. "$ref": "#/components/schemas/GetUDFInfoSoapIn"
  303. }
  304. }
  305. },
  306. "required": true
  307. },
  308. "responses": {
  309. "200": {
  310. "description": "",
  311. "content": {
  312. "application/json": {
  313. "schema": {
  314. "$ref": "#/components/schemas/GetUDFInfoSoapOut"
  315. }
  316. }
  317. }
  318. }
  319. },
  320. "x-operation-settings": {
  321. "CollectParameters": false,
  322. "AllowDynamicQueryParameters": false,
  323. "AllowDynamicFormParameters": false,
  324. "IsMultiContentStreaming": false
  325. }
  326. }
  327. },
  328. "/query": {
  329. "post": {
  330. "tags": [
  331. "ATWSSoap"
  332. ],
  333. "summary": "query",
  334. "description": "query function to extract data, sXML is in QueryXML format.",
  335. "operationId": "Query",
  336. "parameters": [
  337. {
  338. "name": "AutotaskIntegrations",
  339. "in": "header",
  340. "description": "",
  341. "required": true,
  342. "style": "simple",
  343. "explode": false,
  344. "schema": {
  345. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Autotaskintegrations"
  346. }
  347. }
  348. ],
  349. "requestBody": {
  350. "description": "",
  351. "content": {
  352. "application/json": {
  353. "schema": {
  354. "$ref": "#/components/schemas/QuerySoapIn"
  355. }
  356. }
  357. },
  358. "required": true
  359. },
  360. "responses": {
  361. "200": {
  362. "description": "",
  363. "content": {
  364. "application/json": {
  365. "schema": {
  366. "$ref": "#/components/schemas/QuerySoapOut"
  367. }
  368. }
  369. }
  370. }
  371. },
  372. "x-operation-settings": {
  373. "CollectParameters": false,
  374. "AllowDynamicQueryParameters": false,
  375. "AllowDynamicFormParameters": false,
  376. "IsMultiContentStreaming": false
  377. }
  378. }
  379. },
  380. "/create": {
  381. "post": {
  382. "tags": [
  383. "ATWSSoap"
  384. ],
  385. "summary": "create",
  386. "description": "create function will insert any new entities into the Autotask system.",
  387. "operationId": "Create",
  388. "parameters": [
  389. {
  390. "name": "AutotaskIntegrations",
  391. "in": "header",
  392. "description": "",
  393. "required": true,
  394. "style": "simple",
  395. "explode": false,
  396. "schema": {
  397. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Autotaskintegrations"
  398. }
  399. }
  400. ],
  401. "requestBody": {
  402. "description": "",
  403. "content": {
  404. "application/json": {
  405. "schema": {
  406. "$ref": "#/components/schemas/CreateSoapIn"
  407. }
  408. }
  409. },
  410. "required": true
  411. },
  412. "responses": {
  413. "200": {
  414. "description": "",
  415. "content": {
  416. "application/json": {
  417. "schema": {
  418. "$ref": "#/components/schemas/CreateSoapOut"
  419. }
  420. }
  421. }
  422. }
  423. },
  424. "x-operation-settings": {
  425. "CollectParameters": false,
  426. "AllowDynamicQueryParameters": false,
  427. "AllowDynamicFormParameters": false,
  428. "IsMultiContentStreaming": false
  429. }
  430. }
  431. },
  432. "/update": {
  433. "post": {
  434. "tags": [
  435. "ATWSSoap"
  436. ],
  437. "summary": "update",
  438. "description": "update function will update all entities with the new values passed to it.",
  439. "operationId": "Update",
  440. "parameters": [
  441. {
  442. "name": "AutotaskIntegrations",
  443. "in": "header",
  444. "description": "",
  445. "required": true,
  446. "style": "simple",
  447. "explode": false,
  448. "schema": {
  449. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Autotaskintegrations"
  450. }
  451. }
  452. ],
  453. "requestBody": {
  454. "description": "",
  455. "content": {
  456. "application/json": {
  457. "schema": {
  458. "$ref": "#/components/schemas/UpdateSoapIn"
  459. }
  460. }
  461. },
  462. "required": true
  463. },
  464. "responses": {
  465. "200": {
  466. "description": "",
  467. "content": {
  468. "application/json": {
  469. "schema": {
  470. "$ref": "#/components/schemas/UpdateSoapOut"
  471. }
  472. }
  473. }
  474. }
  475. },
  476. "x-operation-settings": {
  477. "CollectParameters": false,
  478. "AllowDynamicQueryParameters": false,
  479. "AllowDynamicFormParameters": false,
  480. "IsMultiContentStreaming": false
  481. }
  482. }
  483. },
  484. "/delete": {
  485. "post": {
  486. "tags": [
  487. "ATWSSoap"
  488. ],
  489. "summary": "delete",
  490. "description": "delete function will delete all the entities passed to it.",
  491. "operationId": "Delete",
  492. "parameters": [
  493. {
  494. "name": "AutotaskIntegrations",
  495. "in": "header",
  496. "description": "",
  497. "required": true,
  498. "style": "simple",
  499. "explode": false,
  500. "schema": {
  501. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Autotaskintegrations"
  502. }
  503. }
  504. ],
  505. "requestBody": {
  506. "description": "",
  507. "content": {
  508. "application/json": {
  509. "schema": {
  510. "$ref": "#/components/schemas/DeleteSoapIn"
  511. }
  512. }
  513. },
  514. "required": true
  515. },
  516. "responses": {
  517. "200": {
  518. "description": "",
  519. "content": {
  520. "application/json": {
  521. "schema": {
  522. "$ref": "#/components/schemas/DeleteSoapOut"
  523. }
  524. }
  525. }
  526. }
  527. },
  528. "x-operation-settings": {
  529. "CollectParameters": false,
  530. "AllowDynamicQueryParameters": false,
  531. "AllowDynamicFormParameters": false,
  532. "IsMultiContentStreaming": false
  533. }
  534. }
  535. },
  536. "/getZoneInfo": {
  537. "post": {
  538. "tags": [
  539. "ATWSSoap"
  540. ],
  541. "summary": "getZoneInfo",
  542. "description": "Gets information about what zone/URL the client should use.",
  543. "operationId": "GetZoneInfo",
  544. "parameters": [],
  545. "requestBody": {
  546. "description": "",
  547. "content": {
  548. "application/json": {
  549. "schema": {
  550. "$ref": "#/components/schemas/GetZoneInfoSoapIn"
  551. }
  552. }
  553. },
  554. "required": true
  555. },
  556. "responses": {
  557. "200": {
  558. "description": "",
  559. "content": {
  560. "application/json": {
  561. "schema": {
  562. "$ref": "#/components/schemas/GetZoneInfoSoapOut"
  563. }
  564. }
  565. }
  566. }
  567. },
  568. "x-operation-settings": {
  569. "CollectParameters": false,
  570. "AllowDynamicQueryParameters": false,
  571. "AllowDynamicFormParameters": false,
  572. "IsMultiContentStreaming": false
  573. }
  574. }
  575. },
  576. "/getThresholdAndUsageInfo": {
  577. "post": {
  578. "tags": [
  579. "ATWSSoap"
  580. ],
  581. "summary": "getThresholdAndUsageInfo",
  582. "description": "getThresholdAndUsageInfo function to get the threshold, timeframe and current number of external request.",
  583. "operationId": "GetThresholdAndUsageInfo",
  584. "parameters": [
  585. {
  586. "name": "AutotaskIntegrations",
  587. "in": "header",
  588. "description": "",
  589. "required": true,
  590. "style": "simple",
  591. "explode": false,
  592. "schema": {
  593. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Autotaskintegrations"
  594. }
  595. }
  596. ],
  597. "requestBody": {
  598. "description": "",
  599. "content": {
  600. "application/json": {
  601. "schema": {
  602. "$ref": "#/components/schemas/GetThresholdAndUsageInfoSoapIn"
  603. }
  604. }
  605. },
  606. "required": true
  607. },
  608. "responses": {
  609. "200": {
  610. "description": "",
  611. "content": {
  612. "application/json": {
  613. "schema": {
  614. "$ref": "#/components/schemas/GetThresholdAndUsageInfoSoapOut"
  615. }
  616. }
  617. }
  618. }
  619. },
  620. "x-operation-settings": {
  621. "CollectParameters": false,
  622. "AllowDynamicQueryParameters": false,
  623. "AllowDynamicFormParameters": false,
  624. "IsMultiContentStreaming": false
  625. }
  626. }
  627. },
  628. "/GetWsdlVersion": {
  629. "post": {
  630. "tags": [
  631. "ATWSSoap"
  632. ],
  633. "summary": "GetWsdlVersion",
  634. "description": "GetWsdlVersion function to get the current wsdl version for the zone.",
  635. "operationId": "GetWsdlVersion",
  636. "parameters": [
  637. {
  638. "name": "AutotaskIntegrations",
  639. "in": "header",
  640. "description": "",
  641. "required": true,
  642. "style": "simple",
  643. "explode": false,
  644. "schema": {
  645. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Autotaskintegrations"
  646. }
  647. }
  648. ],
  649. "requestBody": {
  650. "description": "",
  651. "content": {
  652. "application/json": {
  653. "schema": {
  654. "$ref": "#/components/schemas/GetWsdlVersionSoapIn"
  655. }
  656. }
  657. },
  658. "required": true
  659. },
  660. "responses": {
  661. "200": {
  662. "description": "",
  663. "content": {
  664. "application/json": {
  665. "schema": {
  666. "$ref": "#/components/schemas/GetWsdlVersionSoapOut"
  667. }
  668. }
  669. }
  670. }
  671. },
  672. "x-operation-settings": {
  673. "CollectParameters": false,
  674. "AllowDynamicQueryParameters": false,
  675. "AllowDynamicFormParameters": false,
  676. "IsMultiContentStreaming": false
  677. }
  678. }
  679. },
  680. "/GetInvoiceMarkup": {
  681. "post": {
  682. "tags": [
  683. "ATWSSoap"
  684. ],
  685. "summary": "GetInvoiceMarkup",
  686. "description": "Returns the requested markup format for a given invoice.",
  687. "operationId": "GetInvoiceMarkup",
  688. "parameters": [
  689. {
  690. "name": "AutotaskIntegrations",
  691. "in": "header",
  692. "description": "",
  693. "required": true,
  694. "style": "simple",
  695. "explode": false,
  696. "schema": {
  697. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Autotaskintegrations"
  698. }
  699. }
  700. ],
  701. "requestBody": {
  702. "description": "",
  703. "content": {
  704. "application/json": {
  705. "schema": {
  706. "$ref": "#/components/schemas/GetInvoiceMarkupSoapIn"
  707. }
  708. }
  709. },
  710. "required": true
  711. },
  712. "responses": {
  713. "200": {
  714. "description": "",
  715. "content": {
  716. "application/json": {
  717. "schema": {
  718. "$ref": "#/components/schemas/GetInvoiceMarkupSoapOut"
  719. }
  720. }
  721. }
  722. }
  723. },
  724. "x-operation-settings": {
  725. "CollectParameters": false,
  726. "AllowDynamicQueryParameters": false,
  727. "AllowDynamicFormParameters": false,
  728. "IsMultiContentStreaming": false
  729. }
  730. }
  731. }
  732. },
  733. "components": {
  734. "schemas": {
  735. "Http://autotask.net/atws/v15/Getattachment": {
  736. "title": "http://autotask.net/ATWS/v1_5/_GetAttachment",
  737. "required": [
  738. "attachmentId"
  739. ],
  740. "type": "object",
  741. "properties": {
  742. "attachmentId": {
  743. "type": "integer",
  744. "format": "int64"
  745. }
  746. },
  747. "description": ""
  748. },
  749. "Http://autotask.net/atws/v15/Picklistvalue": {
  750. "title": "http://autotask.net/ATWS/v1_5/_PickListValue",
  751. "required": [
  752. "IsDefaultValue",
  753. "SortOrder"
  754. ],
  755. "type": "object",
  756. "properties": {
  757. "Value": {
  758. "type": "string"
  759. },
  760. "Label": {
  761. "type": "string"
  762. },
  763. "IsDefaultValue": {
  764. "type": "boolean"
  765. },
  766. "SortOrder": {
  767. "type": "integer",
  768. "format": "int32"
  769. },
  770. "parentValue": {
  771. "type": "string"
  772. },
  773. "IsActive": {
  774. "type": "boolean"
  775. },
  776. "IsSystem": {
  777. "type": "boolean"
  778. }
  779. },
  780. "description": ""
  781. },
  782. "Http://autotask.net/atws/v15/Arrayofpicklistvalue": {
  783. "title": "http://autotask.net/ATWS/v1_5/_ArrayOfPickListValue",
  784. "type": "object",
  785. "properties": {
  786. "PickListValue": {
  787. "type": "array",
  788. "items": {
  789. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Picklistvalue"
  790. },
  791. "description": ""
  792. }
  793. },
  794. "description": ""
  795. },
  796. "Http://autotask.net/atws/v15/Field": {
  797. "title": "http://autotask.net/ATWS/v1_5/_Field",
  798. "required": [
  799. "Length",
  800. "IsRequired",
  801. "IsReadOnly",
  802. "IsQueryable",
  803. "IsReference",
  804. "IsPickList"
  805. ],
  806. "type": "object",
  807. "properties": {
  808. "Name": {
  809. "type": "string"
  810. },
  811. "Label": {
  812. "type": "string"
  813. },
  814. "Type": {
  815. "type": "string"
  816. },
  817. "Length": {
  818. "type": "integer",
  819. "format": "int32"
  820. },
  821. "Description": {
  822. "type": "string"
  823. },
  824. "IsRequired": {
  825. "type": "boolean"
  826. },
  827. "IsReadOnly": {
  828. "type": "boolean"
  829. },
  830. "IsQueryable": {
  831. "type": "boolean"
  832. },
  833. "IsReference": {
  834. "type": "boolean"
  835. },
  836. "ReferenceEntityType": {
  837. "type": "string"
  838. },
  839. "IsPickList": {
  840. "type": "boolean"
  841. },
  842. "PicklistValues": {
  843. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Arrayofpicklistvalue"
  844. },
  845. "PicklistParentValueField": {
  846. "type": "string"
  847. },
  848. "DefaultValue": {
  849. "type": "string"
  850. }
  851. },
  852. "description": ""
  853. },
  854. "Http://autotask.net/atws/v15/Arrayoffield": {
  855. "title": "http://autotask.net/ATWS/v1_5/_ArrayOfField",
  856. "type": "object",
  857. "properties": {
  858. "Field": {
  859. "type": "array",
  860. "items": {
  861. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Field"
  862. },
  863. "description": ""
  864. }
  865. },
  866. "description": ""
  867. },
  868. "Http://autotask.net/atws/v15/Userdefinedfield": {
  869. "title": "http://autotask.net/ATWS/v1_5/_UserDefinedField",
  870. "type": "object",
  871. "properties": {
  872. "Name": {
  873. "type": "string"
  874. },
  875. "Value": {
  876. "type": "string"
  877. }
  878. },
  879. "description": ""
  880. },
  881. "Http://autotask.net/atws/v15/Arrayofuserdefinedfield": {
  882. "title": "http://autotask.net/ATWS/v1_5/_ArrayOfUserDefinedField",
  883. "type": "object",
  884. "properties": {
  885. "UserDefinedField": {
  886. "type": "array",
  887. "items": {
  888. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Userdefinedfield"
  889. },
  890. "description": ""
  891. }
  892. },
  893. "description": ""
  894. },
  895. "Http://autotask.net/atws/v15/Entity": {
  896. "title": "http://autotask.net/ATWS/v1_5/_Entity",
  897. "required": [
  898. "id"
  899. ],
  900. "type": "object",
  901. "properties": {
  902. "Fields": {
  903. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Arrayoffield"
  904. },
  905. "id": {
  906. "type": "integer",
  907. "format": "int64"
  908. },
  909. "UserDefinedFields": {
  910. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Arrayofuserdefinedfield"
  911. }
  912. },
  913. "description": ""
  914. },
  915. "Http://autotask.net/atws/v15/Attachmentinfo": {
  916. "title": "http://autotask.net/ATWS/v1_5/_AttachmentInfo",
  917. "allOf": [
  918. {
  919. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  920. },
  921. {
  922. "type": "object",
  923. "properties": {
  924. "ParentID": {
  925. "type": "string"
  926. },
  927. "ParentType": {
  928. "type": "string"
  929. },
  930. "Type": {
  931. "type": "string"
  932. },
  933. "Title": {
  934. "type": "string"
  935. },
  936. "FullPath": {
  937. "type": "string"
  938. },
  939. "AttachDate": {
  940. "type": "string"
  941. },
  942. "FileSize": {
  943. "type": "string"
  944. },
  945. "AttachedByResourceID": {
  946. "type": "string"
  947. },
  948. "AttachedByContactID": {
  949. "type": "string"
  950. },
  951. "Publish": {
  952. "type": "string"
  953. },
  954. "ContentType": {
  955. "type": "string"
  956. },
  957. "OpportunityID": {
  958. "type": "string"
  959. }
  960. }
  961. }
  962. ],
  963. "description": ""
  964. },
  965. "Http://autotask.net/atws/v15/Attachment": {
  966. "title": "http://autotask.net/ATWS/v1_5/_Attachment",
  967. "type": "object",
  968. "properties": {
  969. "Data": {
  970. "type": "string",
  971. "format": "binary"
  972. },
  973. "Info": {
  974. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Attachmentinfo"
  975. }
  976. },
  977. "description": ""
  978. },
  979. "Http://autotask.net/atws/v15/Getattachmentresponse": {
  980. "title": "http://autotask.net/ATWS/v1_5/_GetAttachmentResponse",
  981. "type": "object",
  982. "properties": {
  983. "GetAttachmentResult": {
  984. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Attachment"
  985. }
  986. },
  987. "description": ""
  988. },
  989. "Http://autotask.net/atws/v15/Createattachment": {
  990. "title": "http://autotask.net/ATWS/v1_5/_CreateAttachment",
  991. "type": "object",
  992. "properties": {
  993. "attachment": {
  994. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Attachment"
  995. }
  996. },
  997. "description": ""
  998. },
  999. "Http://autotask.net/atws/v15/Createattachmentresponse": {
  1000. "title": "http://autotask.net/ATWS/v1_5/_CreateAttachmentResponse",
  1001. "required": [
  1002. "CreateAttachmentResult"
  1003. ],
  1004. "type": "object",
  1005. "properties": {
  1006. "CreateAttachmentResult": {
  1007. "type": "integer",
  1008. "format": "int64"
  1009. }
  1010. },
  1011. "description": ""
  1012. },
  1013. "Http://autotask.net/atws/v15/Deleteattachmentresponse": {
  1014. "title": "http://autotask.net/ATWS/v1_5/_DeleteAttachmentResponse",
  1015. "type": "object",
  1016. "properties": {
  1017. "DeleteAttachmentResult": {
  1018. "type": "string"
  1019. }
  1020. },
  1021. "description": ""
  1022. },
  1023. "Http://autotask.net/atws/v15/Quotelocation": {
  1024. "title": "http://autotask.net/ATWS/v1_5/_QuoteLocation",
  1025. "allOf": [
  1026. {
  1027. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1028. },
  1029. {
  1030. "type": "object",
  1031. "properties": {
  1032. "Address1": {
  1033. "type": "string"
  1034. },
  1035. "Address2": {
  1036. "type": "string"
  1037. },
  1038. "City": {
  1039. "type": "string"
  1040. },
  1041. "State": {
  1042. "type": "string"
  1043. },
  1044. "PostalCode": {
  1045. "type": "string"
  1046. }
  1047. }
  1048. }
  1049. ],
  1050. "description": ""
  1051. },
  1052. "Http://autotask.net/atws/v15/Classificationicon": {
  1053. "title": "http://autotask.net/ATWS/v1_5/_ClassificationIcon",
  1054. "allOf": [
  1055. {
  1056. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1057. },
  1058. {
  1059. "type": "object",
  1060. "properties": {
  1061. "Active": {
  1062. "type": "string"
  1063. },
  1064. "Description": {
  1065. "type": "string"
  1066. },
  1067. "Name": {
  1068. "type": "string"
  1069. },
  1070. "RelativeUrl": {
  1071. "type": "string"
  1072. },
  1073. "System": {
  1074. "type": "string"
  1075. }
  1076. }
  1077. }
  1078. ],
  1079. "description": ""
  1080. },
  1081. "Http://autotask.net/atws/v15/Tax": {
  1082. "title": "http://autotask.net/ATWS/v1_5/_Tax",
  1083. "allOf": [
  1084. {
  1085. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1086. },
  1087. {
  1088. "type": "object",
  1089. "properties": {
  1090. "TaxRegionID": {
  1091. "type": "string"
  1092. },
  1093. "TaxCategoryID": {
  1094. "type": "string"
  1095. },
  1096. "TaxName": {
  1097. "type": "string"
  1098. },
  1099. "TaxRate": {
  1100. "type": "string"
  1101. },
  1102. "IsCompounded": {
  1103. "type": "string"
  1104. }
  1105. }
  1106. }
  1107. ],
  1108. "description": ""
  1109. },
  1110. "Http://autotask.net/atws/v15/Taxcategory": {
  1111. "title": "http://autotask.net/ATWS/v1_5/_TaxCategory",
  1112. "allOf": [
  1113. {
  1114. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1115. },
  1116. {
  1117. "type": "object",
  1118. "properties": {
  1119. "Name": {
  1120. "type": "string"
  1121. },
  1122. "Description": {
  1123. "type": "string"
  1124. },
  1125. "Active": {
  1126. "type": "string"
  1127. }
  1128. }
  1129. }
  1130. ],
  1131. "description": ""
  1132. },
  1133. "Http://autotask.net/atws/v15/Taxregion": {
  1134. "title": "http://autotask.net/ATWS/v1_5/_TaxRegion",
  1135. "allOf": [
  1136. {
  1137. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1138. },
  1139. {
  1140. "type": "object",
  1141. "properties": {
  1142. "Name": {
  1143. "type": "string"
  1144. },
  1145. "Active": {
  1146. "type": "string"
  1147. }
  1148. }
  1149. }
  1150. ],
  1151. "description": ""
  1152. },
  1153. "Http://autotask.net/atws/v15/Accountlocation": {
  1154. "title": "http://autotask.net/ATWS/v1_5/_AccountLocation",
  1155. "allOf": [
  1156. {
  1157. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1158. },
  1159. {
  1160. "type": "object",
  1161. "properties": {
  1162. "LocationName": {
  1163. "type": "string"
  1164. },
  1165. "AccountID": {
  1166. "type": "string"
  1167. }
  1168. }
  1169. }
  1170. ],
  1171. "description": ""
  1172. },
  1173. "Http://autotask.net/atws/v15/Resourceskill": {
  1174. "title": "http://autotask.net/ATWS/v1_5/_ResourceSkill",
  1175. "allOf": [
  1176. {
  1177. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1178. },
  1179. {
  1180. "type": "object",
  1181. "properties": {
  1182. "ResourceID": {
  1183. "type": "string"
  1184. },
  1185. "SkillDescription": {
  1186. "type": "string"
  1187. },
  1188. "SkillID": {
  1189. "type": "string"
  1190. },
  1191. "SkillLevel": {
  1192. "type": "string"
  1193. }
  1194. }
  1195. }
  1196. ],
  1197. "description": ""
  1198. },
  1199. "Http://autotask.net/atws/v15/Service": {
  1200. "title": "http://autotask.net/ATWS/v1_5/_Service",
  1201. "allOf": [
  1202. {
  1203. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1204. },
  1205. {
  1206. "type": "object",
  1207. "properties": {
  1208. "Name": {
  1209. "type": "string"
  1210. },
  1211. "Description": {
  1212. "type": "string"
  1213. },
  1214. "UnitPrice": {
  1215. "type": "string"
  1216. },
  1217. "PeriodType": {
  1218. "type": "string"
  1219. },
  1220. "AllocationCodeID": {
  1221. "type": "string"
  1222. },
  1223. "IsActive": {
  1224. "type": "string"
  1225. },
  1226. "CreatorResourceID": {
  1227. "type": "string"
  1228. },
  1229. "UpdateResourceID": {
  1230. "type": "string"
  1231. },
  1232. "CreateDate": {
  1233. "type": "string"
  1234. },
  1235. "LastModifiedDate": {
  1236. "type": "string"
  1237. },
  1238. "VendorAccountID": {
  1239. "type": "string"
  1240. },
  1241. "UnitCost": {
  1242. "type": "string"
  1243. },
  1244. "MarkupRate": {
  1245. "type": "string"
  1246. },
  1247. "InvoiceDescription": {
  1248. "type": "string"
  1249. },
  1250. "ServiceLevelAgreementID": {
  1251. "type": "string"
  1252. }
  1253. }
  1254. }
  1255. ],
  1256. "description": ""
  1257. },
  1258. "Http://autotask.net/atws/v15/Servicebundle": {
  1259. "title": "http://autotask.net/ATWS/v1_5/_ServiceBundle",
  1260. "allOf": [
  1261. {
  1262. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1263. },
  1264. {
  1265. "type": "object",
  1266. "properties": {
  1267. "AllocationCodeID": {
  1268. "type": "string"
  1269. },
  1270. "CreateDate": {
  1271. "type": "string"
  1272. },
  1273. "CreatorResourceID": {
  1274. "type": "string"
  1275. },
  1276. "Description": {
  1277. "type": "string"
  1278. },
  1279. "InvoiceDescription": {
  1280. "type": "string"
  1281. },
  1282. "IsActive": {
  1283. "type": "string"
  1284. },
  1285. "LastModifiedDate": {
  1286. "type": "string"
  1287. },
  1288. "Name": {
  1289. "type": "string"
  1290. },
  1291. "PercentageDiscount": {
  1292. "type": "string"
  1293. },
  1294. "PeriodType": {
  1295. "type": "string"
  1296. },
  1297. "ServiceLevelAgreementID": {
  1298. "type": "string"
  1299. },
  1300. "UnitCost": {
  1301. "type": "string"
  1302. },
  1303. "UnitDiscount": {
  1304. "type": "string"
  1305. },
  1306. "UnitPrice": {
  1307. "type": "string"
  1308. },
  1309. "UpdateResourceID": {
  1310. "type": "string"
  1311. },
  1312. "old_selected_service_sum": {
  1313. "type": "string"
  1314. }
  1315. }
  1316. }
  1317. ],
  1318. "description": ""
  1319. },
  1320. "Http://autotask.net/atws/v15/Shippingtype": {
  1321. "title": "http://autotask.net/ATWS/v1_5/_ShippingType",
  1322. "allOf": [
  1323. {
  1324. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1325. },
  1326. {
  1327. "type": "object",
  1328. "properties": {
  1329. "Name": {
  1330. "type": "string"
  1331. },
  1332. "IsActive": {
  1333. "type": "string"
  1334. },
  1335. "Description": {
  1336. "type": "string"
  1337. },
  1338. "AllocationCodeID": {
  1339. "type": "string"
  1340. }
  1341. }
  1342. }
  1343. ],
  1344. "description": ""
  1345. },
  1346. "Http://autotask.net/atws/v15/Skill": {
  1347. "title": "http://autotask.net/ATWS/v1_5/_Skill",
  1348. "allOf": [
  1349. {
  1350. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1351. },
  1352. {
  1353. "type": "object",
  1354. "properties": {
  1355. "Active": {
  1356. "type": "string"
  1357. },
  1358. "CategoryID": {
  1359. "type": "string"
  1360. },
  1361. "Description": {
  1362. "type": "string"
  1363. },
  1364. "Name": {
  1365. "type": "string"
  1366. }
  1367. }
  1368. }
  1369. ],
  1370. "description": ""
  1371. },
  1372. "Http://autotask.net/atws/v15/Quote": {
  1373. "title": "http://autotask.net/ATWS/v1_5/_Quote",
  1374. "allOf": [
  1375. {
  1376. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1377. },
  1378. {
  1379. "type": "object",
  1380. "properties": {
  1381. "AccountID": {
  1382. "type": "string"
  1383. },
  1384. "BillToLocationID": {
  1385. "type": "string"
  1386. },
  1387. "Comment": {
  1388. "type": "string"
  1389. },
  1390. "ContactID": {
  1391. "type": "string"
  1392. },
  1393. "CreateDate": {
  1394. "type": "string"
  1395. },
  1396. "CreatorResourceID": {
  1397. "type": "string"
  1398. },
  1399. "Description": {
  1400. "type": "string"
  1401. },
  1402. "EffectiveDate": {
  1403. "type": "string"
  1404. },
  1405. "eQuoteActive": {
  1406. "type": "string"
  1407. },
  1408. "ExpirationDate": {
  1409. "type": "string"
  1410. },
  1411. "ExternalQuoteNumber": {
  1412. "type": "string"
  1413. },
  1414. "GroupByID": {
  1415. "type": "string"
  1416. },
  1417. "LastActivityDate": {
  1418. "type": "string"
  1419. },
  1420. "LastModifiedBy": {
  1421. "type": "string"
  1422. },
  1423. "Name": {
  1424. "type": "string"
  1425. },
  1426. "OpportunityID": {
  1427. "type": "string"
  1428. },
  1429. "PaymentTerm": {
  1430. "type": "string"
  1431. },
  1432. "PaymentType": {
  1433. "type": "string"
  1434. },
  1435. "PrimaryQuote": {
  1436. "type": "string"
  1437. },
  1438. "ProposalProjectID": {
  1439. "type": "string"
  1440. },
  1441. "PurchaseOrderNumber": {
  1442. "type": "string"
  1443. },
  1444. "QuoteTemplateID": {
  1445. "type": "string"
  1446. },
  1447. "ShippingType": {
  1448. "type": "string"
  1449. },
  1450. "ShipToLocationID": {
  1451. "type": "string"
  1452. },
  1453. "SoldToLocationID": {
  1454. "type": "string"
  1455. },
  1456. "TaxGroup": {
  1457. "type": "string"
  1458. },
  1459. "QuoteNumber": {
  1460. "type": "string"
  1461. },
  1462. "ShowEachTaxInGroup": {
  1463. "type": "string"
  1464. },
  1465. "ShowTaxCategory": {
  1466. "type": "string"
  1467. },
  1468. "CalculateTaxSeparately": {
  1469. "type": "string"
  1470. },
  1471. "GroupByProductCategory": {
  1472. "type": "string"
  1473. }
  1474. }
  1475. }
  1476. ],
  1477. "description": ""
  1478. },
  1479. "Http://autotask.net/atws/v15/Quotetemplate": {
  1480. "title": "http://autotask.net/ATWS/v1_5/_QuoteTemplate",
  1481. "allOf": [
  1482. {
  1483. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1484. },
  1485. {
  1486. "type": "object",
  1487. "properties": {
  1488. "Active": {
  1489. "type": "string"
  1490. },
  1491. "CalculateTaxSeparately": {
  1492. "type": "string"
  1493. },
  1494. "CreatedBy": {
  1495. "type": "string"
  1496. },
  1497. "CreateDate": {
  1498. "type": "string"
  1499. },
  1500. "DateFormat": {
  1501. "type": "string"
  1502. },
  1503. "Description": {
  1504. "type": "string"
  1505. },
  1506. "DisplayCurrencySymbol": {
  1507. "type": "string"
  1508. },
  1509. "DisplayTaxCategorySuperscripts": {
  1510. "type": "string"
  1511. },
  1512. "LastActivityDate": {
  1513. "type": "string"
  1514. },
  1515. "LastActivityBy": {
  1516. "type": "string"
  1517. },
  1518. "Name": {
  1519. "type": "string"
  1520. },
  1521. "NumberFormat": {
  1522. "type": "string"
  1523. },
  1524. "PageLayout": {
  1525. "type": "string"
  1526. },
  1527. "PageNumberFormat": {
  1528. "type": "string"
  1529. },
  1530. "ShowEachTaxInGroup": {
  1531. "type": "string"
  1532. },
  1533. "ShowGridHeader": {
  1534. "type": "string"
  1535. },
  1536. "ShowTaxCategory": {
  1537. "type": "string"
  1538. },
  1539. "ShowVerticalGridLines": {
  1540. "type": "string"
  1541. },
  1542. "CurrencyPositiveFormat": {
  1543. "type": "string"
  1544. },
  1545. "CurrencyNegativeFormat": {
  1546. "type": "string"
  1547. }
  1548. }
  1549. }
  1550. ],
  1551. "description": ""
  1552. },
  1553. "Http://autotask.net/atws/v15/Salesorder": {
  1554. "title": "http://autotask.net/ATWS/v1_5/_SalesOrder",
  1555. "allOf": [
  1556. {
  1557. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1558. },
  1559. {
  1560. "type": "object",
  1561. "properties": {
  1562. "AccountID": {
  1563. "type": "string"
  1564. },
  1565. "Title": {
  1566. "type": "string"
  1567. },
  1568. "Status": {
  1569. "type": "string"
  1570. },
  1571. "Contact": {
  1572. "type": "string"
  1573. },
  1574. "OwnerResourceID": {
  1575. "type": "string"
  1576. },
  1577. "SalesOrderDate": {
  1578. "type": "string"
  1579. },
  1580. "PromisedDueDate": {
  1581. "type": "string"
  1582. },
  1583. "BillToAddress1": {
  1584. "type": "string"
  1585. },
  1586. "BillToAddress2": {
  1587. "type": "string"
  1588. },
  1589. "BillToCity": {
  1590. "type": "string"
  1591. },
  1592. "BillToState": {
  1593. "type": "string"
  1594. },
  1595. "BillToPostalCode": {
  1596. "type": "string"
  1597. },
  1598. "BillToCountry": {
  1599. "type": "string"
  1600. },
  1601. "ShipToAddress1": {
  1602. "type": "string"
  1603. },
  1604. "ShipToAddress2": {
  1605. "type": "string"
  1606. },
  1607. "ShipToCity": {
  1608. "type": "string"
  1609. },
  1610. "ShipToState": {
  1611. "type": "string"
  1612. },
  1613. "ShipToPostalCode": {
  1614. "type": "string"
  1615. },
  1616. "ShipToCountry": {
  1617. "type": "string"
  1618. },
  1619. "OpportunityID": {
  1620. "type": "string"
  1621. },
  1622. "AdditionalBillToAddressInformation": {
  1623. "type": "string"
  1624. },
  1625. "AdditionalShipToAddressInformation": {
  1626. "type": "string"
  1627. },
  1628. "ShipToCountryID": {
  1629. "type": "string"
  1630. },
  1631. "BillToCountryID": {
  1632. "type": "string"
  1633. },
  1634. "BusinessDivisionSubdivisionID": {
  1635. "type": "string"
  1636. }
  1637. }
  1638. }
  1639. ],
  1640. "description": ""
  1641. },
  1642. "Http://autotask.net/atws/v15/Country": {
  1643. "title": "http://autotask.net/ATWS/v1_5/_Country",
  1644. "allOf": [
  1645. {
  1646. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1647. },
  1648. {
  1649. "type": "object",
  1650. "properties": {
  1651. "AddressFormatID": {
  1652. "type": "string"
  1653. },
  1654. "Active": {
  1655. "type": "string"
  1656. },
  1657. "CountryCode": {
  1658. "type": "string"
  1659. },
  1660. "DisplayName": {
  1661. "type": "string"
  1662. },
  1663. "InvoiceTemplateID": {
  1664. "type": "string"
  1665. },
  1666. "IsDefaultCountry": {
  1667. "type": "string"
  1668. },
  1669. "Name": {
  1670. "type": "string"
  1671. },
  1672. "QuoteTemplateID": {
  1673. "type": "string"
  1674. }
  1675. }
  1676. }
  1677. ],
  1678. "description": ""
  1679. },
  1680. "Http://autotask.net/atws/v15/Quoteitem": {
  1681. "title": "http://autotask.net/ATWS/v1_5/_QuoteItem",
  1682. "allOf": [
  1683. {
  1684. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1685. },
  1686. {
  1687. "type": "object",
  1688. "properties": {
  1689. "AverageCost": {
  1690. "type": "string"
  1691. },
  1692. "CostID": {
  1693. "type": "string"
  1694. },
  1695. "Description": {
  1696. "type": "string"
  1697. },
  1698. "ExpenseID": {
  1699. "type": "string"
  1700. },
  1701. "HighestCost": {
  1702. "type": "string"
  1703. },
  1704. "IsTaxable": {
  1705. "type": "string"
  1706. },
  1707. "IsOptional": {
  1708. "type": "string"
  1709. },
  1710. "LaborID": {
  1711. "type": "string"
  1712. },
  1713. "LineDiscount": {
  1714. "type": "string"
  1715. },
  1716. "MarkupRate": {
  1717. "type": "string"
  1718. },
  1719. "Name": {
  1720. "type": "string"
  1721. },
  1722. "PercentageDiscount": {
  1723. "type": "string"
  1724. },
  1725. "PeriodType": {
  1726. "type": "string"
  1727. },
  1728. "ProductID": {
  1729. "type": "string"
  1730. },
  1731. "Quantity": {
  1732. "type": "string"
  1733. },
  1734. "QuoteID": {
  1735. "type": "string"
  1736. },
  1737. "ServiceID": {
  1738. "type": "string"
  1739. },
  1740. "ServiceBundleID": {
  1741. "type": "string"
  1742. },
  1743. "ShippingID": {
  1744. "type": "string"
  1745. },
  1746. "TaxCategoryID": {
  1747. "type": "string"
  1748. },
  1749. "TotalEffectiveTax": {
  1750. "type": "string"
  1751. },
  1752. "Type": {
  1753. "type": "string"
  1754. },
  1755. "UnitCost": {
  1756. "type": "string"
  1757. },
  1758. "UnitDiscount": {
  1759. "type": "string"
  1760. },
  1761. "UnitPrice": {
  1762. "type": "string"
  1763. },
  1764. "InternalCurrencyUnitPrice": {
  1765. "type": "string"
  1766. },
  1767. "InternalCurrencyUnitDiscount": {
  1768. "type": "string"
  1769. },
  1770. "InternalCurrencyLineDiscount": {
  1771. "type": "string"
  1772. }
  1773. }
  1774. }
  1775. ],
  1776. "description": ""
  1777. },
  1778. "Http://autotask.net/atws/v15/Purchaseorderitem": {
  1779. "title": "http://autotask.net/ATWS/v1_5/_PurchaseOrderItem",
  1780. "allOf": [
  1781. {
  1782. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1783. },
  1784. {
  1785. "type": "object",
  1786. "properties": {
  1787. "OrderID": {
  1788. "type": "string"
  1789. },
  1790. "ProductID": {
  1791. "type": "string"
  1792. },
  1793. "InventoryLocationID": {
  1794. "type": "string"
  1795. },
  1796. "Quantity": {
  1797. "type": "string"
  1798. },
  1799. "Memo": {
  1800. "type": "string"
  1801. },
  1802. "UnitCost": {
  1803. "type": "string"
  1804. },
  1805. "SalesOrderID": {
  1806. "type": "string"
  1807. },
  1808. "EstimatedArrivalDate": {
  1809. "type": "string"
  1810. },
  1811. "CostID": {
  1812. "type": "string"
  1813. },
  1814. "ContractID": {
  1815. "type": "string"
  1816. },
  1817. "ProjectID": {
  1818. "type": "string"
  1819. },
  1820. "TicketID": {
  1821. "type": "string"
  1822. }
  1823. }
  1824. }
  1825. ],
  1826. "description": ""
  1827. },
  1828. "Http://autotask.net/atws/v15/Purchaseorder": {
  1829. "title": "http://autotask.net/ATWS/v1_5/_PurchaseOrder",
  1830. "allOf": [
  1831. {
  1832. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1833. },
  1834. {
  1835. "type": "object",
  1836. "properties": {
  1837. "VendorID": {
  1838. "type": "string"
  1839. },
  1840. "Status": {
  1841. "type": "string"
  1842. },
  1843. "CreatorResourceID": {
  1844. "type": "string"
  1845. },
  1846. "CreateDateTime": {
  1847. "type": "string"
  1848. },
  1849. "SubmitDateTime": {
  1850. "type": "string"
  1851. },
  1852. "CancelDateTime": {
  1853. "type": "string"
  1854. },
  1855. "ShipToName": {
  1856. "type": "string"
  1857. },
  1858. "ShipToAddress1": {
  1859. "type": "string"
  1860. },
  1861. "ShipToAddress2": {
  1862. "type": "string"
  1863. },
  1864. "ShipToCity": {
  1865. "type": "string"
  1866. },
  1867. "ShipToState": {
  1868. "type": "string"
  1869. },
  1870. "ShipToPostalCode": {
  1871. "type": "string"
  1872. },
  1873. "GeneralMemo": {
  1874. "type": "string"
  1875. },
  1876. "Phone": {
  1877. "type": "string"
  1878. },
  1879. "Fax": {
  1880. "type": "string"
  1881. },
  1882. "VendorInvoiceNumber": {
  1883. "type": "string"
  1884. },
  1885. "ExternalPONumber": {
  1886. "type": "string"
  1887. },
  1888. "PurchaseForAccountID": {
  1889. "type": "string"
  1890. },
  1891. "ShippingType": {
  1892. "type": "string"
  1893. },
  1894. "ShippingDate": {
  1895. "type": "string"
  1896. },
  1897. "Freight": {
  1898. "type": "string"
  1899. },
  1900. "TaxGroup": {
  1901. "type": "string"
  1902. },
  1903. "PaymentTerm": {
  1904. "type": "string"
  1905. },
  1906. "ShowTaxCategory": {
  1907. "type": "string"
  1908. },
  1909. "ShowEachTaxInGroup": {
  1910. "type": "string"
  1911. },
  1912. "LatestEstimatedArrivalDate": {
  1913. "type": "string"
  1914. },
  1915. "UseItemDescriptionsFrom": {
  1916. "type": "string"
  1917. }
  1918. }
  1919. }
  1920. ],
  1921. "description": ""
  1922. },
  1923. "Http://autotask.net/atws/v15/Purchaseorderreceive": {
  1924. "title": "http://autotask.net/ATWS/v1_5/_PurchaseOrderReceive",
  1925. "allOf": [
  1926. {
  1927. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1928. },
  1929. {
  1930. "type": "object",
  1931. "properties": {
  1932. "PurchaseOrderItemID": {
  1933. "type": "string"
  1934. },
  1935. "QuantityPreviouslyReceived": {
  1936. "type": "string"
  1937. },
  1938. "QuantityNowReceiving": {
  1939. "type": "string"
  1940. },
  1941. "ReceiveDate": {
  1942. "type": "string"
  1943. },
  1944. "QuantityBackOrdered": {
  1945. "type": "string"
  1946. },
  1947. "ReceivedByResourceID": {
  1948. "type": "string"
  1949. },
  1950. "SerialNumber": {
  1951. "type": "string"
  1952. }
  1953. }
  1954. }
  1955. ],
  1956. "description": ""
  1957. },
  1958. "Http://autotask.net/atws/v15/Inventorytransfer": {
  1959. "title": "http://autotask.net/ATWS/v1_5/_InventoryTransfer",
  1960. "allOf": [
  1961. {
  1962. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  1963. },
  1964. {
  1965. "type": "object",
  1966. "properties": {
  1967. "ProductID": {
  1968. "type": "string"
  1969. },
  1970. "FromLocationID": {
  1971. "type": "string"
  1972. },
  1973. "ToLocationID": {
  1974. "type": "string"
  1975. },
  1976. "QuantityTransferred": {
  1977. "type": "string"
  1978. },
  1979. "TransferByResourceID": {
  1980. "type": "string"
  1981. },
  1982. "TransferDate": {
  1983. "type": "string"
  1984. },
  1985. "Notes": {
  1986. "type": "string"
  1987. },
  1988. "SerialNumber": {
  1989. "type": "string"
  1990. },
  1991. "UpdateNote": {
  1992. "type": "string"
  1993. }
  1994. }
  1995. }
  1996. ],
  1997. "description": ""
  1998. },
  1999. "Http://autotask.net/atws/v15/Inventoryitemserialnumber": {
  2000. "title": "http://autotask.net/ATWS/v1_5/_InventoryItemSerialNumber",
  2001. "allOf": [
  2002. {
  2003. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2004. },
  2005. {
  2006. "type": "object",
  2007. "properties": {
  2008. "InventoryItemID": {
  2009. "type": "string"
  2010. },
  2011. "SerialNumber": {
  2012. "type": "string"
  2013. }
  2014. }
  2015. }
  2016. ],
  2017. "description": ""
  2018. },
  2019. "Http://autotask.net/atws/v15/Inventoryitem": {
  2020. "title": "http://autotask.net/ATWS/v1_5/_InventoryItem",
  2021. "allOf": [
  2022. {
  2023. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2024. },
  2025. {
  2026. "type": "object",
  2027. "properties": {
  2028. "ProductID": {
  2029. "type": "string"
  2030. },
  2031. "InventoryLocationID": {
  2032. "type": "string"
  2033. },
  2034. "QuantityOnHand": {
  2035. "type": "string"
  2036. },
  2037. "QuantityMinimum": {
  2038. "type": "string"
  2039. },
  2040. "QuantityMaximum": {
  2041. "type": "string"
  2042. },
  2043. "ReferenceNumber": {
  2044. "type": "string"
  2045. },
  2046. "Bin": {
  2047. "type": "string"
  2048. },
  2049. "OnOrder": {
  2050. "type": "string"
  2051. },
  2052. "BackOrder": {
  2053. "type": "string"
  2054. },
  2055. "Reserved": {
  2056. "type": "string"
  2057. },
  2058. "Picked": {
  2059. "type": "string"
  2060. }
  2061. }
  2062. }
  2063. ],
  2064. "description": ""
  2065. },
  2066. "Http://autotask.net/atws/v15/Inventorylocation": {
  2067. "title": "http://autotask.net/ATWS/v1_5/_InventoryLocation",
  2068. "allOf": [
  2069. {
  2070. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2071. },
  2072. {
  2073. "type": "object",
  2074. "properties": {
  2075. "LocationName": {
  2076. "type": "string"
  2077. },
  2078. "Active": {
  2079. "type": "string"
  2080. },
  2081. "IsDefault": {
  2082. "type": "string"
  2083. },
  2084. "ResourceID": {
  2085. "type": "string"
  2086. }
  2087. }
  2088. }
  2089. ],
  2090. "description": ""
  2091. },
  2092. "Http://autotask.net/atws/v15/Opportunity": {
  2093. "title": "http://autotask.net/ATWS/v1_5/_Opportunity",
  2094. "allOf": [
  2095. {
  2096. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2097. },
  2098. {
  2099. "type": "object",
  2100. "properties": {
  2101. "AccountID": {
  2102. "type": "string"
  2103. },
  2104. "AdvancedField1": {
  2105. "type": "string"
  2106. },
  2107. "AdvancedField2": {
  2108. "type": "string"
  2109. },
  2110. "AdvancedField3": {
  2111. "type": "string"
  2112. },
  2113. "AdvancedField4": {
  2114. "type": "string"
  2115. },
  2116. "AdvancedField5": {
  2117. "type": "string"
  2118. },
  2119. "Amount": {
  2120. "type": "string"
  2121. },
  2122. "AssessmentScore": {
  2123. "type": "string"
  2124. },
  2125. "Barriers": {
  2126. "type": "string"
  2127. },
  2128. "ClosedDate": {
  2129. "type": "string"
  2130. },
  2131. "ContactID": {
  2132. "type": "string"
  2133. },
  2134. "Cost": {
  2135. "type": "string"
  2136. },
  2137. "CreateDate": {
  2138. "type": "string"
  2139. },
  2140. "DateStamp": {
  2141. "type": "string"
  2142. },
  2143. "HelpNeeded": {
  2144. "type": "string"
  2145. },
  2146. "LastActivity": {
  2147. "type": "string"
  2148. },
  2149. "LeadReferral": {
  2150. "type": "string"
  2151. },
  2152. "LossReason": {
  2153. "type": "string"
  2154. },
  2155. "LossReasonDetail": {
  2156. "type": "string"
  2157. },
  2158. "Market": {
  2159. "type": "string"
  2160. },
  2161. "NextStep": {
  2162. "type": "string"
  2163. },
  2164. "OwnerResourceID": {
  2165. "type": "string"
  2166. },
  2167. "PrimaryCompetitor": {
  2168. "type": "string"
  2169. },
  2170. "Probability": {
  2171. "type": "string"
  2172. },
  2173. "ProductID": {
  2174. "type": "string"
  2175. },
  2176. "ProjectedCloseDate": {
  2177. "type": "string"
  2178. },
  2179. "ProjectedLiveDate": {
  2180. "type": "string"
  2181. },
  2182. "PromotionName": {
  2183. "type": "string"
  2184. },
  2185. "Rating": {
  2186. "type": "string"
  2187. },
  2188. "RelationshipAssessmentScore": {
  2189. "type": "string"
  2190. },
  2191. "RevenueSpread": {
  2192. "type": "string"
  2193. },
  2194. "RevenueSpreadUnit": {
  2195. "type": "string"
  2196. },
  2197. "SalesOrderID": {
  2198. "type": "string"
  2199. },
  2200. "SalesProcessPercentComplete": {
  2201. "type": "string"
  2202. },
  2203. "Stage": {
  2204. "type": "string"
  2205. },
  2206. "Status": {
  2207. "type": "string"
  2208. },
  2209. "TechnicalAssessmentScore": {
  2210. "type": "string"
  2211. },
  2212. "ThroughDate": {
  2213. "type": "string"
  2214. },
  2215. "Title": {
  2216. "type": "string"
  2217. },
  2218. "TotalAmountMonths": {
  2219. "type": "string"
  2220. },
  2221. "UseQuoteTotals": {
  2222. "type": "string"
  2223. },
  2224. "WinReason": {
  2225. "type": "string"
  2226. },
  2227. "WinReasonDetail": {
  2228. "type": "string"
  2229. },
  2230. "OnetimeCost": {
  2231. "type": "string"
  2232. },
  2233. "OnetimeRevenue": {
  2234. "type": "string"
  2235. },
  2236. "MonthlyCost": {
  2237. "type": "string"
  2238. },
  2239. "MonthlyRevenue": {
  2240. "type": "string"
  2241. },
  2242. "QuarterlyCost": {
  2243. "type": "string"
  2244. },
  2245. "QuarterlyRevenue": {
  2246. "type": "string"
  2247. },
  2248. "YearlyCost": {
  2249. "type": "string"
  2250. },
  2251. "YearlyRevenue": {
  2252. "type": "string"
  2253. },
  2254. "SemiannualCost": {
  2255. "type": "string"
  2256. },
  2257. "SemiannualRevenue": {
  2258. "type": "string"
  2259. },
  2260. "BusinessDivisionSubdivisionID": {
  2261. "type": "string"
  2262. }
  2263. }
  2264. }
  2265. ],
  2266. "description": ""
  2267. },
  2268. "Http://autotask.net/atws/v15/Contractservicebundleunit": {
  2269. "title": "http://autotask.net/ATWS/v1_5/_ContractServiceBundleUnit",
  2270. "allOf": [
  2271. {
  2272. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2273. },
  2274. {
  2275. "type": "object",
  2276. "properties": {
  2277. "ContractID": {
  2278. "type": "string"
  2279. },
  2280. "ServiceBundleID": {
  2281. "type": "string"
  2282. },
  2283. "StartDate": {
  2284. "type": "string"
  2285. },
  2286. "EndDate": {
  2287. "type": "string"
  2288. },
  2289. "Units": {
  2290. "type": "string"
  2291. },
  2292. "Price": {
  2293. "type": "string"
  2294. },
  2295. "Cost": {
  2296. "type": "string"
  2297. },
  2298. "ApproveAndPostDate": {
  2299. "type": "string"
  2300. },
  2301. "ContractServiceBundleID": {
  2302. "type": "string"
  2303. },
  2304. "InternalCurrencyPrice": {
  2305. "type": "string"
  2306. },
  2307. "BusinessDivisionSubdivisionID": {
  2308. "type": "string"
  2309. }
  2310. }
  2311. }
  2312. ],
  2313. "description": ""
  2314. },
  2315. "Http://autotask.net/atws/v15/Contractserviceunit": {
  2316. "title": "http://autotask.net/ATWS/v1_5/_ContractServiceUnit",
  2317. "allOf": [
  2318. {
  2319. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2320. },
  2321. {
  2322. "type": "object",
  2323. "properties": {
  2324. "ContractID": {
  2325. "type": "string"
  2326. },
  2327. "ServiceID": {
  2328. "type": "string"
  2329. },
  2330. "StartDate": {
  2331. "type": "string"
  2332. },
  2333. "EndDate": {
  2334. "type": "string"
  2335. },
  2336. "Units": {
  2337. "type": "string"
  2338. },
  2339. "Price": {
  2340. "type": "string"
  2341. },
  2342. "Cost": {
  2343. "type": "string"
  2344. },
  2345. "VendorAccountID": {
  2346. "type": "string"
  2347. },
  2348. "ApproveAndPostDate": {
  2349. "type": "string"
  2350. },
  2351. "ContractServiceID": {
  2352. "type": "string"
  2353. },
  2354. "InternalCurrencyPrice": {
  2355. "type": "string"
  2356. },
  2357. "BusinessDivisionSubdivisionID": {
  2358. "type": "string"
  2359. }
  2360. }
  2361. }
  2362. ],
  2363. "description": ""
  2364. },
  2365. "Http://autotask.net/atws/v15/Contractserviceadjustment": {
  2366. "title": "http://autotask.net/ATWS/v1_5/_ContractServiceAdjustment",
  2367. "allOf": [
  2368. {
  2369. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2370. },
  2371. {
  2372. "type": "object",
  2373. "properties": {
  2374. "ContractID": {
  2375. "type": "string"
  2376. },
  2377. "ServiceID": {
  2378. "type": "string"
  2379. },
  2380. "EffectiveDate": {
  2381. "type": "string"
  2382. },
  2383. "UnitChange": {
  2384. "type": "string"
  2385. },
  2386. "AdjustedUnitPrice": {
  2387. "type": "string"
  2388. },
  2389. "AdjustedUnitCost": {
  2390. "type": "string"
  2391. },
  2392. "QuoteItemID": {
  2393. "type": "string"
  2394. },
  2395. "ContractServiceID": {
  2396. "type": "string"
  2397. },
  2398. "AllowRepeatService": {
  2399. "type": "string"
  2400. }
  2401. }
  2402. }
  2403. ],
  2404. "description": ""
  2405. },
  2406. "Http://autotask.net/atws/v15/Contractservicebundleadjustment": {
  2407. "title": "http://autotask.net/ATWS/v1_5/_ContractServiceBundleAdjustment",
  2408. "allOf": [
  2409. {
  2410. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2411. },
  2412. {
  2413. "type": "object",
  2414. "properties": {
  2415. "ContractID": {
  2416. "type": "string"
  2417. },
  2418. "ServiceBundleID": {
  2419. "type": "string"
  2420. },
  2421. "EffectiveDate": {
  2422. "type": "string"
  2423. },
  2424. "UnitChange": {
  2425. "type": "string"
  2426. },
  2427. "AdjustedUnitPrice": {
  2428. "type": "string"
  2429. },
  2430. "QuoteItemID": {
  2431. "type": "string"
  2432. },
  2433. "ContractServiceBundleID": {
  2434. "type": "string"
  2435. },
  2436. "AllowRepeatServiceBundle": {
  2437. "type": "string"
  2438. }
  2439. }
  2440. }
  2441. ],
  2442. "description": ""
  2443. },
  2444. "Http://autotask.net/atws/v15/Contractretainer": {
  2445. "title": "http://autotask.net/ATWS/v1_5/_ContractRetainer",
  2446. "allOf": [
  2447. {
  2448. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2449. },
  2450. {
  2451. "type": "object",
  2452. "properties": {
  2453. "ContractID": {
  2454. "type": "string"
  2455. },
  2456. "Status": {
  2457. "type": "string"
  2458. },
  2459. "IsPaid": {
  2460. "type": "string"
  2461. },
  2462. "DatePurchased": {
  2463. "type": "string"
  2464. },
  2465. "StartDate": {
  2466. "type": "string"
  2467. },
  2468. "EndDate": {
  2469. "type": "string"
  2470. },
  2471. "Amount": {
  2472. "type": "string"
  2473. },
  2474. "InvoiceNumber": {
  2475. "type": "string"
  2476. },
  2477. "PaymentNumber": {
  2478. "type": "string"
  2479. },
  2480. "paymentID": {
  2481. "type": "string"
  2482. },
  2483. "OverrideHourlyRate": {
  2484. "type": "string"
  2485. },
  2486. "AmountApproved": {
  2487. "type": "string"
  2488. },
  2489. "InternalCurrencyAmount": {
  2490. "type": "string"
  2491. },
  2492. "InternalCurrencyAmountApproved": {
  2493. "type": "string"
  2494. }
  2495. }
  2496. }
  2497. ],
  2498. "description": ""
  2499. },
  2500. "Http://autotask.net/atws/v15/Contractblock": {
  2501. "title": "http://autotask.net/ATWS/v1_5/_ContractBlock",
  2502. "allOf": [
  2503. {
  2504. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2505. },
  2506. {
  2507. "type": "object",
  2508. "properties": {
  2509. "ContractID": {
  2510. "type": "string"
  2511. },
  2512. "Status": {
  2513. "type": "string"
  2514. },
  2515. "IsPaid": {
  2516. "type": "string"
  2517. },
  2518. "DatePurchased": {
  2519. "type": "string"
  2520. },
  2521. "StartDate": {
  2522. "type": "string"
  2523. },
  2524. "EndDate": {
  2525. "type": "string"
  2526. },
  2527. "Hours": {
  2528. "type": "string"
  2529. },
  2530. "HourlyRate": {
  2531. "type": "string"
  2532. },
  2533. "InvoiceNumber": {
  2534. "type": "string"
  2535. },
  2536. "PaymentNumber": {
  2537. "type": "string"
  2538. },
  2539. "PaymentType": {
  2540. "type": "string"
  2541. },
  2542. "HoursApproved": {
  2543. "type": "string"
  2544. }
  2545. }
  2546. }
  2547. ],
  2548. "description": ""
  2549. },
  2550. "Http://autotask.net/atws/v15/Contractticketpurchase": {
  2551. "title": "http://autotask.net/ATWS/v1_5/_ContractTicketPurchase",
  2552. "allOf": [
  2553. {
  2554. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2555. },
  2556. {
  2557. "type": "object",
  2558. "properties": {
  2559. "ContractID": {
  2560. "type": "string"
  2561. },
  2562. "DatePurchased": {
  2563. "type": "string"
  2564. },
  2565. "EndDate": {
  2566. "type": "string"
  2567. },
  2568. "InvoiceNumber": {
  2569. "type": "string"
  2570. },
  2571. "IsPaid": {
  2572. "type": "string"
  2573. },
  2574. "PaymentNumber": {
  2575. "type": "string"
  2576. },
  2577. "StartDate": {
  2578. "type": "string"
  2579. },
  2580. "Status": {
  2581. "type": "string"
  2582. },
  2583. "PaymentType": {
  2584. "type": "string"
  2585. },
  2586. "PerTicketRate": {
  2587. "type": "string"
  2588. },
  2589. "TicketsPurchased": {
  2590. "type": "string"
  2591. },
  2592. "TicketsUsed": {
  2593. "type": "string"
  2594. }
  2595. }
  2596. }
  2597. ],
  2598. "description": ""
  2599. },
  2600. "Http://autotask.net/atws/v15/Contractfactor": {
  2601. "title": "http://autotask.net/ATWS/v1_5/_ContractFactor",
  2602. "allOf": [
  2603. {
  2604. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2605. },
  2606. {
  2607. "type": "object",
  2608. "properties": {
  2609. "RoleID": {
  2610. "type": "string"
  2611. },
  2612. "ContractID": {
  2613. "type": "string"
  2614. },
  2615. "BlockHourFactor": {
  2616. "type": "string"
  2617. }
  2618. }
  2619. }
  2620. ],
  2621. "description": ""
  2622. },
  2623. "Http://autotask.net/atws/v15/Contractrate": {
  2624. "title": "http://autotask.net/ATWS/v1_5/_ContractRate",
  2625. "allOf": [
  2626. {
  2627. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2628. },
  2629. {
  2630. "type": "object",
  2631. "properties": {
  2632. "RoleID": {
  2633. "type": "string"
  2634. },
  2635. "ContractID": {
  2636. "type": "string"
  2637. },
  2638. "ContractHourlyRate": {
  2639. "type": "string"
  2640. },
  2641. "InternalCurrencyContractHourlyRate": {
  2642. "type": "string"
  2643. }
  2644. }
  2645. }
  2646. ],
  2647. "description": ""
  2648. },
  2649. "Http://autotask.net/atws/v15/Contractrolecost": {
  2650. "title": "http://autotask.net/ATWS/v1_5/_ContractRoleCost",
  2651. "allOf": [
  2652. {
  2653. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2654. },
  2655. {
  2656. "type": "object",
  2657. "properties": {
  2658. "ContractID": {
  2659. "type": "string"
  2660. },
  2661. "ResourceID": {
  2662. "type": "string"
  2663. },
  2664. "RoleID": {
  2665. "type": "string"
  2666. },
  2667. "Rate": {
  2668. "type": "string"
  2669. }
  2670. }
  2671. }
  2672. ],
  2673. "description": ""
  2674. },
  2675. "Http://autotask.net/atws/v15/Contractmilestone": {
  2676. "title": "http://autotask.net/ATWS/v1_5/_ContractMilestone",
  2677. "allOf": [
  2678. {
  2679. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2680. },
  2681. {
  2682. "type": "object",
  2683. "properties": {
  2684. "CreateDate": {
  2685. "type": "string"
  2686. },
  2687. "CreatorResourceID": {
  2688. "type": "string"
  2689. },
  2690. "Status": {
  2691. "type": "string"
  2692. },
  2693. "DateDue": {
  2694. "type": "string"
  2695. },
  2696. "Amount": {
  2697. "type": "string"
  2698. },
  2699. "Title": {
  2700. "type": "string"
  2701. },
  2702. "Description": {
  2703. "type": "string"
  2704. },
  2705. "ContractID": {
  2706. "type": "string"
  2707. },
  2708. "IsInitialPayment": {
  2709. "type": "string"
  2710. },
  2711. "AllocationCodeID": {
  2712. "type": "string"
  2713. },
  2714. "InternalCurrencyAmount": {
  2715. "type": "string"
  2716. },
  2717. "BusinessDivisionSubdivisionID": {
  2718. "type": "string"
  2719. }
  2720. }
  2721. }
  2722. ],
  2723. "description": ""
  2724. },
  2725. "Http://autotask.net/atws/v15/Contractnote": {
  2726. "title": "http://autotask.net/ATWS/v1_5/_ContractNote",
  2727. "allOf": [
  2728. {
  2729. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2730. },
  2731. {
  2732. "type": "object",
  2733. "properties": {
  2734. "ContractID": {
  2735. "type": "string"
  2736. },
  2737. "CreatorResourceID": {
  2738. "type": "string"
  2739. },
  2740. "LastActivityDate": {
  2741. "type": "string"
  2742. },
  2743. "Title": {
  2744. "type": "string"
  2745. },
  2746. "Description": {
  2747. "type": "string"
  2748. }
  2749. }
  2750. }
  2751. ],
  2752. "description": ""
  2753. },
  2754. "Http://autotask.net/atws/v15/Contractservicebundle": {
  2755. "title": "http://autotask.net/ATWS/v1_5/_ContractServiceBundle",
  2756. "allOf": [
  2757. {
  2758. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2759. },
  2760. {
  2761. "type": "object",
  2762. "properties": {
  2763. "ContractID": {
  2764. "type": "string"
  2765. },
  2766. "ServiceBundleID": {
  2767. "type": "string"
  2768. },
  2769. "UnitPrice": {
  2770. "type": "string"
  2771. },
  2772. "AdjustedPrice": {
  2773. "type": "string"
  2774. },
  2775. "InvoiceDescription": {
  2776. "type": "string"
  2777. },
  2778. "QuoteItemID": {
  2779. "type": "string"
  2780. },
  2781. "InternalCurrencyUnitPrice": {
  2782. "type": "string"
  2783. },
  2784. "InternalCurrencyAdjustedPrice": {
  2785. "type": "string"
  2786. },
  2787. "InternalDescription": {
  2788. "type": "string"
  2789. }
  2790. }
  2791. }
  2792. ],
  2793. "description": ""
  2794. },
  2795. "Http://autotask.net/atws/v15/Contractservice": {
  2796. "title": "http://autotask.net/ATWS/v1_5/_ContractService",
  2797. "allOf": [
  2798. {
  2799. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2800. },
  2801. {
  2802. "type": "object",
  2803. "properties": {
  2804. "ContractID": {
  2805. "type": "string"
  2806. },
  2807. "ServiceID": {
  2808. "type": "string"
  2809. },
  2810. "UnitPrice": {
  2811. "type": "string"
  2812. },
  2813. "AdjustedPrice": {
  2814. "type": "string"
  2815. },
  2816. "InvoiceDescription": {
  2817. "type": "string"
  2818. },
  2819. "QuoteItemID": {
  2820. "type": "string"
  2821. },
  2822. "InternalCurrencyUnitPrice": {
  2823. "type": "string"
  2824. },
  2825. "InternalCurrencyAdjustedPrice": {
  2826. "type": "string"
  2827. },
  2828. "InternalDescription": {
  2829. "type": "string"
  2830. },
  2831. "UnitCost": {
  2832. "type": "string"
  2833. }
  2834. }
  2835. }
  2836. ],
  2837. "description": ""
  2838. },
  2839. "Http://autotask.net/atws/v15/Timeentry": {
  2840. "title": "http://autotask.net/ATWS/v1_5/_TimeEntry",
  2841. "allOf": [
  2842. {
  2843. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2844. },
  2845. {
  2846. "type": "object",
  2847. "properties": {
  2848. "TaskID": {
  2849. "type": "string"
  2850. },
  2851. "TicketID": {
  2852. "type": "string"
  2853. },
  2854. "InternalAllocationCodeID": {
  2855. "type": "string"
  2856. },
  2857. "Type": {
  2858. "type": "string"
  2859. },
  2860. "DateWorked": {
  2861. "type": "string"
  2862. },
  2863. "StartDateTime": {
  2864. "type": "string"
  2865. },
  2866. "EndDateTime": {
  2867. "type": "string"
  2868. },
  2869. "HoursWorked": {
  2870. "type": "string"
  2871. },
  2872. "HoursToBill": {
  2873. "type": "string"
  2874. },
  2875. "OffsetHours": {
  2876. "type": "string"
  2877. },
  2878. "SummaryNotes": {
  2879. "type": "string"
  2880. },
  2881. "InternalNotes": {
  2882. "type": "string"
  2883. },
  2884. "RoleID": {
  2885. "type": "string"
  2886. },
  2887. "CreateDateTime": {
  2888. "type": "string"
  2889. },
  2890. "ResourceID": {
  2891. "type": "string"
  2892. },
  2893. "CreatorUserID": {
  2894. "type": "string"
  2895. },
  2896. "LastModifiedUserID": {
  2897. "type": "string"
  2898. },
  2899. "LastModifiedDateTime": {
  2900. "type": "string"
  2901. },
  2902. "AllocationCodeID": {
  2903. "type": "string"
  2904. },
  2905. "ContractID": {
  2906. "type": "string"
  2907. },
  2908. "ShowOnInvoice": {
  2909. "type": "string"
  2910. },
  2911. "NonBillable": {
  2912. "type": "string"
  2913. },
  2914. "BillingApprovalLevelMostRecent": {
  2915. "type": "string"
  2916. },
  2917. "BillingApprovalResourceID": {
  2918. "type": "string"
  2919. },
  2920. "BillingApprovalDateTime": {
  2921. "type": "string"
  2922. },
  2923. "ContractServiceID": {
  2924. "type": "string"
  2925. },
  2926. "ContractServiceBundleID": {
  2927. "type": "string"
  2928. }
  2929. }
  2930. }
  2931. ],
  2932. "description": ""
  2933. },
  2934. "Http://autotask.net/atws/v15/Appointment": {
  2935. "title": "http://autotask.net/ATWS/v1_5/_Appointment",
  2936. "allOf": [
  2937. {
  2938. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2939. },
  2940. {
  2941. "type": "object",
  2942. "properties": {
  2943. "ResourceID": {
  2944. "type": "string"
  2945. },
  2946. "Title": {
  2947. "type": "string"
  2948. },
  2949. "StartDateTime": {
  2950. "type": "string"
  2951. },
  2952. "EndDateTime": {
  2953. "type": "string"
  2954. },
  2955. "Description": {
  2956. "type": "string"
  2957. },
  2958. "CreatorResourceID": {
  2959. "type": "string"
  2960. },
  2961. "CreateDateTime": {
  2962. "type": "string"
  2963. },
  2964. "UpdateDateTime": {
  2965. "type": "string"
  2966. }
  2967. }
  2968. }
  2969. ],
  2970. "description": ""
  2971. },
  2972. "Http://autotask.net/atws/v15/Servicecalltask": {
  2973. "title": "http://autotask.net/ATWS/v1_5/_ServiceCallTask",
  2974. "allOf": [
  2975. {
  2976. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2977. },
  2978. {
  2979. "type": "object",
  2980. "properties": {
  2981. "ServiceCallID": {
  2982. "type": "string"
  2983. },
  2984. "TaskID": {
  2985. "type": "string"
  2986. }
  2987. }
  2988. }
  2989. ],
  2990. "description": ""
  2991. },
  2992. "Http://autotask.net/atws/v15/Servicecallticket": {
  2993. "title": "http://autotask.net/ATWS/v1_5/_ServiceCallTicket",
  2994. "allOf": [
  2995. {
  2996. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  2997. },
  2998. {
  2999. "type": "object",
  3000. "properties": {
  3001. "ServiceCallID": {
  3002. "type": "string"
  3003. },
  3004. "TicketID": {
  3005. "type": "string"
  3006. }
  3007. }
  3008. }
  3009. ],
  3010. "description": ""
  3011. },
  3012. "Http://autotask.net/atws/v15/Servicecall": {
  3013. "title": "http://autotask.net/ATWS/v1_5/_ServiceCall",
  3014. "allOf": [
  3015. {
  3016. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  3017. },
  3018. {
  3019. "type": "object",
  3020. "properties": {
  3021. "AccountID": {
  3022. "type": "string"
  3023. },
  3024. "StartDateTime": {
  3025. "type": "string"
  3026. },
  3027. "EndDateTime": {
  3028. "type": "string"
  3029. },
  3030. "Description": {
  3031. "type": "string"
  3032. },
  3033. "Complete": {
  3034. "type": "string"
  3035. },
  3036. "CreatorResourceID": {
  3037. "type": "string"
  3038. },
  3039. "CreateDateTime": {
  3040. "type": "string"
  3041. },
  3042. "LastModifiedDateTime": {
  3043. "type": "string"
  3044. },
  3045. "Duration": {
  3046. "type": "string"
  3047. },
  3048. "Status": {
  3049. "type": "string"
  3050. },
  3051. "CanceledByResource": {
  3052. "type": "string"
  3053. },
  3054. "CanceledDateTime": {
  3055. "type": "string"
  3056. },
  3057. "CancelationNoticeHours": {
  3058. "type": "string"
  3059. },
  3060. "AccountPhysicalLocationID": {
  3061. "type": "string"
  3062. }
  3063. }
  3064. }
  3065. ],
  3066. "description": ""
  3067. },
  3068. "Http://autotask.net/atws/v15/Servicecalltaskresource": {
  3069. "title": "http://autotask.net/ATWS/v1_5/_ServiceCallTaskResource",
  3070. "allOf": [
  3071. {
  3072. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  3073. },
  3074. {
  3075. "type": "object",
  3076. "properties": {
  3077. "ServiceCallTaskID": {
  3078. "type": "string"
  3079. },
  3080. "ResourceID": {
  3081. "type": "string"
  3082. }
  3083. }
  3084. }
  3085. ],
  3086. "description": ""
  3087. },
  3088. "Http://autotask.net/atws/v15/Servicecallticketresource": {
  3089. "title": "http://autotask.net/ATWS/v1_5/_ServiceCallTicketResource",
  3090. "allOf": [
  3091. {
  3092. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  3093. },
  3094. {
  3095. "type": "object",
  3096. "properties": {
  3097. "ServiceCallTicketID": {
  3098. "type": "string"
  3099. },
  3100. "ResourceID": {
  3101. "type": "string"
  3102. }
  3103. }
  3104. }
  3105. ],
  3106. "description": ""
  3107. },
  3108. "Http://autotask.net/atws/v15/Task": {
  3109. "title": "http://autotask.net/ATWS/v1_5/_Task",
  3110. "allOf": [
  3111. {
  3112. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  3113. },
  3114. {
  3115. "type": "object",
  3116. "properties": {
  3117. "AllocationCodeID": {
  3118. "type": "string"
  3119. },
  3120. "AssignedResourceID": {
  3121. "type": "string"
  3122. },
  3123. "AssignedResourceRoleID": {
  3124. "type": "string"
  3125. },
  3126. "CanClientPortalUserCompleteTask": {
  3127. "type": "string"
  3128. },
  3129. "CompletedDateTime": {
  3130. "type": "string"
  3131. },
  3132. "CreateDateTime": {
  3133. "type": "string"
  3134. },
  3135. "CreatorResourceID": {
  3136. "type": "string"
  3137. },
  3138. "DepartmentID": {
  3139. "type": "string"
  3140. },
  3141. "Description": {
  3142. "type": "string"
  3143. },
  3144. "EndDateTime": {
  3145. "type": "string"
  3146. },
  3147. "EstimatedHours": {
  3148. "type": "string"
  3149. },
  3150. "ExternalID": {
  3151. "type": "string"
  3152. },
  3153. "HoursToBeScheduled": {
  3154. "type": "string"
  3155. },
  3156. "IsVisibleInClientPortal": {
  3157. "type": "string"
  3158. },
  3159. "LastActivityDateTime": {
  3160. "type": "string"
  3161. },
  3162. "PhaseID": {
  3163. "type": "string"
  3164. },
  3165. "Priority": {
  3166. "type": "string"
  3167. },
  3168. "ProjectID": {
  3169. "type": "string"
  3170. },
  3171. "PurchaseOrderNumber": {
  3172. "type": "string"
  3173. },
  3174. "RemainingHours": {
  3175. "type": "string"
  3176. },
  3177. "StartDateTime": {
  3178. "type": "string"
  3179. },
  3180. "Status": {
  3181. "type": "string"
  3182. },
  3183. "TaskIsBillable": {
  3184. "type": "string"
  3185. },
  3186. "TaskNumber": {
  3187. "type": "string"
  3188. },
  3189. "TaskType": {
  3190. "type": "string"
  3191. },
  3192. "Title": {
  3193. "type": "string"
  3194. },
  3195. "PriorityLabel": {
  3196. "type": "string"
  3197. },
  3198. "CreatorType": {
  3199. "type": "string"
  3200. },
  3201. "CompletedByResourceID": {
  3202. "type": "string"
  3203. },
  3204. "CompletedByType": {
  3205. "type": "string"
  3206. },
  3207. "LastActivityResourceID": {
  3208. "type": "string"
  3209. },
  3210. "LastActivityPersonType": {
  3211. "type": "string"
  3212. }
  3213. }
  3214. }
  3215. ],
  3216. "description": ""
  3217. },
  3218. "Http://autotask.net/atws/v15/Product": {
  3219. "title": "http://autotask.net/ATWS/v1_5/_Product",
  3220. "allOf": [
  3221. {
  3222. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  3223. },
  3224. {
  3225. "type": "object",
  3226. "properties": {
  3227. "Name": {
  3228. "type": "string"
  3229. },
  3230. "Description": {
  3231. "type": "string"
  3232. },
  3233. "SKU": {
  3234. "type": "string"
  3235. },
  3236. "Link": {
  3237. "type": "string"
  3238. },
  3239. "ProductCategory": {
  3240. "type": "string"
  3241. },
  3242. "ExternalProductID": {
  3243. "type": "string"
  3244. },
  3245. "UnitCost": {
  3246. "type": "string"
  3247. },
  3248. "MarkupRate": {
  3249. "type": "string"
  3250. },
  3251. "UnitPrice": {
  3252. "type": "string"
  3253. },
  3254. "MSRP": {
  3255. "type": "string"
  3256. },
  3257. "DefaultVendorID": {
  3258. "type": "string"
  3259. },
  3260. "VendorProductNumber": {
  3261. "type": "string"
  3262. },
  3263. "ManufacturerName": {
  3264. "type": "string"
  3265. },
  3266. "ManufacturerProductName": {
  3267. "type": "string"
  3268. },
  3269. "Active": {
  3270. "type": "string"
  3271. },
  3272. "PeriodType": {
  3273. "type": "string"
  3274. },
  3275. "ProductAllocationCodeID": {
  3276. "type": "string"
  3277. },
  3278. "Serialized": {
  3279. "type": "string"
  3280. },
  3281. "CostAllocationCodeID": {
  3282. "type": "string"
  3283. },
  3284. "DoesNotRequireProcurement": {
  3285. "type": "string"
  3286. },
  3287. "InternalProductID": {
  3288. "type": "string"
  3289. }
  3290. }
  3291. }
  3292. ],
  3293. "description": ""
  3294. },
  3295. "Http://autotask.net/atws/v15/Productvendor": {
  3296. "title": "http://autotask.net/ATWS/v1_5/_ProductVendor",
  3297. "allOf": [
  3298. {
  3299. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  3300. },
  3301. {
  3302. "type": "object",
  3303. "properties": {
  3304. "ProductID": {
  3305. "type": "string"
  3306. },
  3307. "VendorID": {
  3308. "type": "string"
  3309. },
  3310. "VendorCost": {
  3311. "type": "string"
  3312. },
  3313. "VendorPartNumber": {
  3314. "type": "string"
  3315. },
  3316. "Active": {
  3317. "type": "string"
  3318. },
  3319. "IsDefault": {
  3320. "type": "string"
  3321. }
  3322. }
  3323. }
  3324. ],
  3325. "description": ""
  3326. },
  3327. "Http://autotask.net/atws/v15/Project": {
  3328. "title": "http://autotask.net/ATWS/v1_5/_Project",
  3329. "allOf": [
  3330. {
  3331. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  3332. },
  3333. {
  3334. "type": "object",
  3335. "properties": {
  3336. "ProjectName": {
  3337. "type": "string"
  3338. },
  3339. "AccountID": {
  3340. "type": "string"
  3341. },
  3342. "Type": {
  3343. "type": "string"
  3344. },
  3345. "ExtProjectType": {
  3346. "type": "string"
  3347. },
  3348. "ExtPNumber": {
  3349. "type": "string"
  3350. },
  3351. "ProjectNumber": {
  3352. "type": "string"
  3353. },
  3354. "Description": {
  3355. "type": "string"
  3356. },
  3357. "CreateDateTime": {
  3358. "type": "string"
  3359. },
  3360. "CreatorResourceID": {
  3361. "type": "string"
  3362. },
  3363. "StartDateTime": {
  3364. "type": "string"
  3365. },
  3366. "EndDateTime": {
  3367. "type": "string"
  3368. },
  3369. "Duration": {
  3370. "type": "string"
  3371. },
  3372. "ActualHours": {
  3373. "type": "string"
  3374. },
  3375. "ActualBilledHours": {
  3376. "type": "string"
  3377. },
  3378. "EstimatedTime": {
  3379. "type": "string"
  3380. },
  3381. "LaborEstimatedRevenue": {
  3382. "type": "string"
  3383. },
  3384. "LaborEstimatedCosts": {
  3385. "type": "string"
  3386. },
  3387. "LaborEstimatedMarginPercentage": {
  3388. "type": "string"
  3389. },
  3390. "ProjectCostsRevenue": {
  3391. "type": "string"
  3392. },
  3393. "ProjectCostsBudget": {
  3394. "type": "string"
  3395. },
  3396. "ProjectCostEstimatedMarginPercentage": {
  3397. "type": "string"
  3398. },
  3399. "ChangeOrdersRevenue": {
  3400. "type": "string"
  3401. },
  3402. "ChangeOrdersBudget": {
  3403. "type": "string"
  3404. },
  3405. "SGDA": {
  3406. "type": "string"
  3407. },
  3408. "OriginalEstimatedRevenue": {
  3409. "type": "string"
  3410. },
  3411. "EstimatedSalesCost": {
  3412. "type": "string"
  3413. },
  3414. "Status": {
  3415. "type": "string"
  3416. },
  3417. "ContractID": {
  3418. "type": "string"
  3419. },
  3420. "ProjectLeadResourceID": {
  3421. "type": "string"
  3422. },
  3423. "CompanyOwnerResourceID": {
  3424. "type": "string"
  3425. },
  3426. "CompletedPercentage": {
  3427. "type": "string"
  3428. },
  3429. "CompletedDateTime": {
  3430. "type": "string"
  3431. },
  3432. "StatusDetail": {
  3433. "type": "string"
  3434. },
  3435. "StatusDateTime": {
  3436. "type": "string"
  3437. },
  3438. "Department": {
  3439. "type": "string"
  3440. },
  3441. "LineOfBusiness": {
  3442. "type": "string"
  3443. },
  3444. "PurchaseOrderNumber": {
  3445. "type": "string"
  3446. },
  3447. "BusinessDivisionSubdivisionID": {
  3448. "type": "string"
  3449. },
  3450. "LastActivityResourceID": {
  3451. "type": "string"
  3452. },
  3453. "LastActivityDateTime": {
  3454. "type": "string"
  3455. },
  3456. "LastActivityPersonType": {
  3457. "type": "string"
  3458. }
  3459. }
  3460. }
  3461. ],
  3462. "description": ""
  3463. },
  3464. "Http://autotask.net/atws/v15/Phase": {
  3465. "title": "http://autotask.net/ATWS/v1_5/_Phase",
  3466. "allOf": [
  3467. {
  3468. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  3469. },
  3470. {
  3471. "type": "object",
  3472. "properties": {
  3473. "CreateDate": {
  3474. "type": "string"
  3475. },
  3476. "CreatorResourceID": {
  3477. "type": "string"
  3478. },
  3479. "Description": {
  3480. "type": "string"
  3481. },
  3482. "DueDate": {
  3483. "type": "string"
  3484. },
  3485. "EstimatedHours": {
  3486. "type": "string"
  3487. },
  3488. "ExternalID": {
  3489. "type": "string"
  3490. },
  3491. "LastActivityDateTime": {
  3492. "type": "string"
  3493. },
  3494. "ParentPhaseID": {
  3495. "type": "string"
  3496. },
  3497. "PhaseNumber": {
  3498. "type": "string"
  3499. },
  3500. "ProjectID": {
  3501. "type": "string"
  3502. },
  3503. "Scheduled": {
  3504. "type": "string"
  3505. },
  3506. "StartDate": {
  3507. "type": "string"
  3508. },
  3509. "Title": {
  3510. "type": "string"
  3511. }
  3512. }
  3513. }
  3514. ],
  3515. "description": ""
  3516. },
  3517. "Http://autotask.net/atws/v15/Role": {
  3518. "title": "http://autotask.net/ATWS/v1_5/_Role",
  3519. "allOf": [
  3520. {
  3521. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  3522. },
  3523. {
  3524. "type": "object",
  3525. "properties": {
  3526. "Name": {
  3527. "type": "string"
  3528. },
  3529. "Description": {
  3530. "type": "string"
  3531. },
  3532. "SystemRole": {
  3533. "type": "string"
  3534. },
  3535. "HourlyFactor": {
  3536. "type": "string"
  3537. },
  3538. "HourlyRate": {
  3539. "type": "string"
  3540. },
  3541. "QuoteItemDefaultTaxCategoryId": {
  3542. "type": "string"
  3543. },
  3544. "Active": {
  3545. "type": "string"
  3546. },
  3547. "IsExcludedFromNewContracts": {
  3548. "type": "string"
  3549. },
  3550. "RoleType": {
  3551. "type": "string"
  3552. }
  3553. }
  3554. }
  3555. ],
  3556. "description": ""
  3557. },
  3558. "Http://autotask.net/atws/v15/Invoice": {
  3559. "title": "http://autotask.net/ATWS/v1_5/_Invoice",
  3560. "allOf": [
  3561. {
  3562. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  3563. },
  3564. {
  3565. "type": "object",
  3566. "properties": {
  3567. "AccountID": {
  3568. "type": "string"
  3569. },
  3570. "CreatorResourceID": {
  3571. "type": "string"
  3572. },
  3573. "InvoiceDateTime": {
  3574. "type": "string"
  3575. },
  3576. "CreateDateTime": {
  3577. "type": "string"
  3578. },
  3579. "InvoiceNumber": {
  3580. "type": "string"
  3581. },
  3582. "Comments": {
  3583. "type": "string"
  3584. },
  3585. "InvoiceTotal": {
  3586. "type": "string"
  3587. },
  3588. "TotalTaxValue": {
  3589. "type": "string"
  3590. },
  3591. "FromDate": {
  3592. "type": "string"
  3593. },
  3594. "ToDate": {
  3595. "type": "string"
  3596. },
  3597. "OrderNumber": {
  3598. "type": "string"
  3599. },
  3600. "PaymentTerm": {
  3601. "type": "string"
  3602. },
  3603. "WebServiceDate": {
  3604. "type": "string"
  3605. },
  3606. "IsVoided": {
  3607. "type": "string"
  3608. },
  3609. "VoidedDate": {
  3610. "type": "string"
  3611. },
  3612. "VoidedByResourceID": {
  3613. "type": "string"
  3614. },
  3615. "PaidDate": {
  3616. "type": "string"
  3617. },
  3618. "TaxGroup": {
  3619. "type": "string"
  3620. },
  3621. "TaxRegionName": {
  3622. "type": "string"
  3623. },
  3624. "DueDate": {
  3625. "type": "string"
  3626. },
  3627. "BatchID": {
  3628. "type": "string"
  3629. },
  3630. "InvoiceEditorTemplateID": {
  3631. "type": "string"
  3632. }
  3633. }
  3634. }
  3635. ],
  3636. "description": ""
  3637. },
  3638. "Http://autotask.net/atws/v15/Allocationcode": {
  3639. "title": "http://autotask.net/ATWS/v1_5/_AllocationCode",
  3640. "allOf": [
  3641. {
  3642. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  3643. },
  3644. {
  3645. "type": "object",
  3646. "properties": {
  3647. "GeneralLedgerCode": {
  3648. "type": "string"
  3649. },
  3650. "Department": {
  3651. "type": "string"
  3652. },
  3653. "Name": {
  3654. "type": "string"
  3655. },
  3656. "Type": {
  3657. "type": "string"
  3658. },
  3659. "UseType": {
  3660. "type": "string"
  3661. },
  3662. "Description": {
  3663. "type": "string"
  3664. },
  3665. "Active": {
  3666. "type": "string"
  3667. },
  3668. "UnitCost": {
  3669. "type": "string"
  3670. },
  3671. "UnitPrice": {
  3672. "type": "string"
  3673. },
  3674. "AllocationCodeType": {
  3675. "type": "string"
  3676. },
  3677. "Taxable": {
  3678. "type": "string"
  3679. },
  3680. "ExternalNumber": {
  3681. "type": "string"
  3682. },
  3683. "TaxCategoryID": {
  3684. "type": "string"
  3685. },
  3686. "MarkupRate": {
  3687. "type": "string"
  3688. },
  3689. "IsExcludedFromNewContracts": {
  3690. "type": "string"
  3691. }
  3692. }
  3693. }
  3694. ],
  3695. "description": ""
  3696. },
  3697. "Http://autotask.net/atws/v15/Ticket": {
  3698. "title": "http://autotask.net/ATWS/v1_5/_Ticket",
  3699. "allOf": [
  3700. {
  3701. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  3702. },
  3703. {
  3704. "type": "object",
  3705. "properties": {
  3706. "AccountID": {
  3707. "type": "string"
  3708. },
  3709. "AllocationCodeID": {
  3710. "type": "string"
  3711. },
  3712. "CompletedDate": {
  3713. "type": "string"
  3714. },
  3715. "ContactID": {
  3716. "type": "string"
  3717. },
  3718. "ContractID": {
  3719. "type": "string"
  3720. },
  3721. "CreateDate": {
  3722. "type": "string"
  3723. },
  3724. "CreatorResourceID": {
  3725. "type": "string"
  3726. },
  3727. "Description": {
  3728. "type": "string"
  3729. },
  3730. "DueDateTime": {
  3731. "type": "string"
  3732. },
  3733. "EstimatedHours": {
  3734. "type": "string"
  3735. },
  3736. "InstalledProductID": {
  3737. "type": "string"
  3738. },
  3739. "IssueType": {
  3740. "type": "string"
  3741. },
  3742. "LastActivityDate": {
  3743. "type": "string"
  3744. },
  3745. "Priority": {
  3746. "type": "string"
  3747. },
  3748. "QueueID": {
  3749. "type": "string"
  3750. },
  3751. "AssignedResourceID": {
  3752. "type": "string"
  3753. },
  3754. "AssignedResourceRoleID": {
  3755. "type": "string"
  3756. },
  3757. "Source": {
  3758. "type": "string"
  3759. },
  3760. "Status": {
  3761. "type": "string"
  3762. },
  3763. "SubIssueType": {
  3764. "type": "string"
  3765. },
  3766. "TicketNumber": {
  3767. "type": "string"
  3768. },
  3769. "Title": {
  3770. "type": "string"
  3771. },
  3772. "FirstResponseDateTime": {
  3773. "type": "string"
  3774. },
  3775. "ResolutionPlanDateTime": {
  3776. "type": "string"
  3777. },
  3778. "ResolvedDateTime": {
  3779. "type": "string"
  3780. },
  3781. "FirstResponseDueDateTime": {
  3782. "type": "string"
  3783. },
  3784. "ResolutionPlanDueDateTime": {
  3785. "type": "string"
  3786. },
  3787. "ResolvedDueDateTime": {
  3788. "type": "string"
  3789. },
  3790. "ServiceLevelAgreementID": {
  3791. "type": "string"
  3792. },
  3793. "ServiceLevelAgreementHasBeenMet": {
  3794. "type": "string"
  3795. },
  3796. "Resolution": {
  3797. "type": "string"
  3798. },
  3799. "PurchaseOrderNumber": {
  3800. "type": "string"
  3801. },
  3802. "TicketType": {
  3803. "type": "string"
  3804. },
  3805. "ProblemTicketId": {
  3806. "type": "string"
  3807. },
  3808. "OpportunityId": {
  3809. "type": "string"
  3810. },
  3811. "ChangeApprovalBoard": {
  3812. "type": "string"
  3813. },
  3814. "ChangeApprovalType": {
  3815. "type": "string"
  3816. },
  3817. "ChangeApprovalStatus": {
  3818. "type": "string"
  3819. },
  3820. "ChangeInfoField1": {
  3821. "type": "string"
  3822. },
  3823. "ChangeInfoField2": {
  3824. "type": "string"
  3825. },
  3826. "ChangeInfoField3": {
  3827. "type": "string"
  3828. },
  3829. "ChangeInfoField4": {
  3830. "type": "string"
  3831. },
  3832. "ChangeInfoField5": {
  3833. "type": "string"
  3834. },
  3835. "LastCustomerNotificationDateTime": {
  3836. "type": "string"
  3837. },
  3838. "LastCustomerVisibleActivityDateTime": {
  3839. "type": "string"
  3840. },
  3841. "ContractServiceID": {
  3842. "type": "string"
  3843. },
  3844. "ContractServiceBundleID": {
  3845. "type": "string"
  3846. },
  3847. "HoursToBeScheduled": {
  3848. "type": "string"
  3849. },
  3850. "MonitorTypeID": {
  3851. "type": "string"
  3852. },
  3853. "MonitorID": {
  3854. "type": "string"
  3855. },
  3856. "AEMAlertID": {
  3857. "type": "string"
  3858. },
  3859. "TicketCategory": {
  3860. "type": "string"
  3861. },
  3862. "ExternalID": {
  3863. "type": "string"
  3864. },
  3865. "FirstResponseInitiatingResourceID": {
  3866. "type": "string"
  3867. },
  3868. "FirstResponseAssignedResourceID": {
  3869. "type": "string"
  3870. },
  3871. "ProjectID": {
  3872. "type": "string"
  3873. },
  3874. "BusinessDivisionSubdivisionID": {
  3875. "type": "string"
  3876. },
  3877. "CreatorType": {
  3878. "type": "string"
  3879. },
  3880. "CompletedByResourceID": {
  3881. "type": "string"
  3882. },
  3883. "AccountPhysicalLocationID": {
  3884. "type": "string"
  3885. },
  3886. "LastActivityPersonType": {
  3887. "type": "string"
  3888. },
  3889. "LastActivityResourceID": {
  3890. "type": "string"
  3891. },
  3892. "ServiceLevelAgreementPausedNextEventHours": {
  3893. "type": "string"
  3894. }
  3895. }
  3896. }
  3897. ],
  3898. "description": ""
  3899. },
  3900. "Http://autotask.net/atws/v15/Contact": {
  3901. "title": "http://autotask.net/ATWS/v1_5/_Contact",
  3902. "allOf": [
  3903. {
  3904. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  3905. },
  3906. {
  3907. "type": "object",
  3908. "properties": {
  3909. "Active": {
  3910. "type": "string"
  3911. },
  3912. "AddressLine": {
  3913. "type": "string"
  3914. },
  3915. "AddressLine1": {
  3916. "type": "string"
  3917. },
  3918. "AlternatePhone": {
  3919. "type": "string"
  3920. },
  3921. "City": {
  3922. "type": "string"
  3923. },
  3924. "Country": {
  3925. "type": "string"
  3926. },
  3927. "CreateDate": {
  3928. "type": "string"
  3929. },
  3930. "EMailAddress": {
  3931. "type": "string"
  3932. },
  3933. "EMailAddress2": {
  3934. "type": "string"
  3935. },
  3936. "EMailAddress3": {
  3937. "type": "string"
  3938. },
  3939. "Extension": {
  3940. "type": "string"
  3941. },
  3942. "FaxNumber": {
  3943. "type": "string"
  3944. },
  3945. "FirstName": {
  3946. "type": "string"
  3947. },
  3948. "AccountID": {
  3949. "type": "string"
  3950. },
  3951. "LastName": {
  3952. "type": "string"
  3953. },
  3954. "LastActivityDate": {
  3955. "type": "string"
  3956. },
  3957. "LastModifiedDate": {
  3958. "type": "string"
  3959. },
  3960. "MiddleInitial": {
  3961. "type": "string"
  3962. },
  3963. "MobilePhone": {
  3964. "type": "string"
  3965. },
  3966. "Note": {
  3967. "type": "string"
  3968. },
  3969. "Notification": {
  3970. "type": "string"
  3971. },
  3972. "Phone": {
  3973. "type": "string"
  3974. },
  3975. "RoomNumber": {
  3976. "type": "string"
  3977. },
  3978. "State": {
  3979. "type": "string"
  3980. },
  3981. "Title": {
  3982. "type": "string"
  3983. },
  3984. "ZipCode": {
  3985. "type": "string"
  3986. },
  3987. "AdditionalAddressInformation": {
  3988. "type": "string"
  3989. },
  3990. "ExternalID": {
  3991. "type": "string"
  3992. },
  3993. "CountryID": {
  3994. "type": "string"
  3995. },
  3996. "BulkEmailOptOut": {
  3997. "type": "string"
  3998. },
  3999. "BulkEmailOptOutTime": {
  4000. "type": "string"
  4001. },
  4002. "SurveyOptOut": {
  4003. "type": "string"
  4004. },
  4005. "NamePrefix": {
  4006. "type": "string"
  4007. },
  4008. "NameSuffix": {
  4009. "type": "string"
  4010. },
  4011. "FacebookUrl": {
  4012. "type": "string"
  4013. },
  4014. "TwitterUrl": {
  4015. "type": "string"
  4016. },
  4017. "LinkedInUrl": {
  4018. "type": "string"
  4019. },
  4020. "PrimaryContact": {
  4021. "type": "string"
  4022. },
  4023. "AccountPhysicalLocationID": {
  4024. "type": "string"
  4025. },
  4026. "SolicitationOptOut": {
  4027. "type": "string"
  4028. },
  4029. "SolicitationOptOutTime": {
  4030. "type": "string"
  4031. }
  4032. }
  4033. }
  4034. ],
  4035. "description": ""
  4036. },
  4037. "Http://autotask.net/atws/v15/Ticketnote": {
  4038. "title": "http://autotask.net/ATWS/v1_5/_TicketNote",
  4039. "allOf": [
  4040. {
  4041. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  4042. },
  4043. {
  4044. "type": "object",
  4045. "properties": {
  4046. "CreatorResourceID": {
  4047. "type": "string"
  4048. },
  4049. "Description": {
  4050. "type": "string"
  4051. },
  4052. "LastActivityDate": {
  4053. "type": "string"
  4054. },
  4055. "NoteType": {
  4056. "type": "string"
  4057. },
  4058. "Publish": {
  4059. "type": "string"
  4060. },
  4061. "TicketID": {
  4062. "type": "string"
  4063. },
  4064. "Title": {
  4065. "type": "string"
  4066. }
  4067. }
  4068. }
  4069. ],
  4070. "description": ""
  4071. },
  4072. "Http://autotask.net/atws/v15/Accountnote": {
  4073. "title": "http://autotask.net/ATWS/v1_5/_AccountNote",
  4074. "allOf": [
  4075. {
  4076. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  4077. },
  4078. {
  4079. "type": "object",
  4080. "properties": {
  4081. "AccountID": {
  4082. "type": "string"
  4083. },
  4084. "ContactID": {
  4085. "type": "string"
  4086. },
  4087. "OpportunityID": {
  4088. "type": "string"
  4089. },
  4090. "AssignedResourceID": {
  4091. "type": "string"
  4092. },
  4093. "ActionType": {
  4094. "type": "string"
  4095. },
  4096. "StartDateTime": {
  4097. "type": "string"
  4098. },
  4099. "EndDateTime": {
  4100. "type": "string"
  4101. },
  4102. "CompletedDateTime": {
  4103. "type": "string"
  4104. },
  4105. "Name": {
  4106. "type": "string"
  4107. },
  4108. "Note": {
  4109. "type": "string"
  4110. },
  4111. "LastModifiedDate": {
  4112. "type": "string"
  4113. }
  4114. }
  4115. }
  4116. ],
  4117. "description": ""
  4118. },
  4119. "Http://autotask.net/atws/v15/Accounttodo": {
  4120. "title": "http://autotask.net/ATWS/v1_5/_AccountToDo",
  4121. "allOf": [
  4122. {
  4123. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  4124. },
  4125. {
  4126. "type": "object",
  4127. "properties": {
  4128. "AccountID": {
  4129. "type": "string"
  4130. },
  4131. "ContactID": {
  4132. "type": "string"
  4133. },
  4134. "OpportunityID": {
  4135. "type": "string"
  4136. },
  4137. "TicketID": {
  4138. "type": "string"
  4139. },
  4140. "ContractID": {
  4141. "type": "string"
  4142. },
  4143. "AssignedToResourceID": {
  4144. "type": "string"
  4145. },
  4146. "StartDateTime": {
  4147. "type": "string"
  4148. },
  4149. "EndDateTime": {
  4150. "type": "string"
  4151. },
  4152. "ActionType": {
  4153. "type": "string"
  4154. },
  4155. "ActivityDescription": {
  4156. "type": "string"
  4157. },
  4158. "CompletedDate": {
  4159. "type": "string"
  4160. },
  4161. "CreateDateTime": {
  4162. "type": "string"
  4163. },
  4164. "CreatorResourceID": {
  4165. "type": "string"
  4166. },
  4167. "LastModifiedDate": {
  4168. "type": "string"
  4169. }
  4170. }
  4171. }
  4172. ],
  4173. "description": ""
  4174. },
  4175. "Http://autotask.net/atws/v15/Actiontype": {
  4176. "title": "http://autotask.net/ATWS/v1_5/_ActionType",
  4177. "allOf": [
  4178. {
  4179. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  4180. },
  4181. {
  4182. "type": "object",
  4183. "properties": {
  4184. "Name": {
  4185. "type": "string"
  4186. },
  4187. "View": {
  4188. "type": "string"
  4189. },
  4190. "Active": {
  4191. "type": "string"
  4192. },
  4193. "SystemActionType": {
  4194. "type": "string"
  4195. }
  4196. }
  4197. }
  4198. ],
  4199. "description": ""
  4200. },
  4201. "Http://autotask.net/atws/v15/Account": {
  4202. "title": "http://autotask.net/ATWS/v1_5/_Account",
  4203. "allOf": [
  4204. {
  4205. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  4206. },
  4207. {
  4208. "type": "object",
  4209. "properties": {
  4210. "Address1": {
  4211. "type": "string"
  4212. },
  4213. "Address2": {
  4214. "type": "string"
  4215. },
  4216. "AlternatePhone1": {
  4217. "type": "string"
  4218. },
  4219. "AlternatePhone2": {
  4220. "type": "string"
  4221. },
  4222. "AssetValue": {
  4223. "type": "string"
  4224. },
  4225. "City": {
  4226. "type": "string"
  4227. },
  4228. "CompetitorID": {
  4229. "type": "string"
  4230. },
  4231. "Country": {
  4232. "type": "string"
  4233. },
  4234. "CreateDate": {
  4235. "type": "string"
  4236. },
  4237. "Fax": {
  4238. "type": "string"
  4239. },
  4240. "KeyAccountIcon": {
  4241. "type": "string"
  4242. },
  4243. "LastActivityDate": {
  4244. "type": "string"
  4245. },
  4246. "MarketSegmentID": {
  4247. "type": "string"
  4248. },
  4249. "AccountName": {
  4250. "type": "string"
  4251. },
  4252. "AccountNumber": {
  4253. "type": "string"
  4254. },
  4255. "OwnerResourceID": {
  4256. "type": "string"
  4257. },
  4258. "ParentAccountID": {
  4259. "type": "string"
  4260. },
  4261. "Phone": {
  4262. "type": "string"
  4263. },
  4264. "PostalCode": {
  4265. "type": "string"
  4266. },
  4267. "SICCode": {
  4268. "type": "string"
  4269. },
  4270. "State": {
  4271. "type": "string"
  4272. },
  4273. "StockMarket": {
  4274. "type": "string"
  4275. },
  4276. "StockSymbol": {
  4277. "type": "string"
  4278. },
  4279. "TerritoryID": {
  4280. "type": "string"
  4281. },
  4282. "AccountType": {
  4283. "type": "string"
  4284. },
  4285. "WebAddress": {
  4286. "type": "string"
  4287. },
  4288. "Active": {
  4289. "type": "string"
  4290. },
  4291. "ClientPortalActive": {
  4292. "type": "string"
  4293. },
  4294. "TaskFireActive": {
  4295. "type": "string"
  4296. },
  4297. "TaxExempt": {
  4298. "type": "string"
  4299. },
  4300. "TaxRegionID": {
  4301. "type": "string"
  4302. },
  4303. "TaxID": {
  4304. "type": "string"
  4305. },
  4306. "AdditionalAddressInformation": {
  4307. "type": "string"
  4308. },
  4309. "CountryID": {
  4310. "type": "string"
  4311. },
  4312. "BillToAddressToUse": {
  4313. "type": "string"
  4314. },
  4315. "BillToAttention": {
  4316. "type": "string"
  4317. },
  4318. "BillToAddress1": {
  4319. "type": "string"
  4320. },
  4321. "BillToAddress2": {
  4322. "type": "string"
  4323. },
  4324. "BillToCity": {
  4325. "type": "string"
  4326. },
  4327. "BillToState": {
  4328. "type": "string"
  4329. },
  4330. "BillToZipCode": {
  4331. "type": "string"
  4332. },
  4333. "BillToCountryID": {
  4334. "type": "string"
  4335. },
  4336. "BillToAdditionalAddressInformation": {
  4337. "type": "string"
  4338. },
  4339. "InvoiceMethod": {
  4340. "type": "string"
  4341. },
  4342. "InvoiceNonContractItemsToParentAccount": {
  4343. "type": "string"
  4344. },
  4345. "QuoteTemplateID": {
  4346. "type": "string"
  4347. },
  4348. "QuoteEmailMessageID": {
  4349. "type": "string"
  4350. },
  4351. "InvoiceTemplateID": {
  4352. "type": "string"
  4353. },
  4354. "InvoiceEmailMessageID": {
  4355. "type": "string"
  4356. },
  4357. "CurrencyID": {
  4358. "type": "string"
  4359. },
  4360. "BillToAccountPhysicalLocationID": {
  4361. "type": "string"
  4362. },
  4363. "SurveyAccountRating": {
  4364. "type": "string"
  4365. }
  4366. }
  4367. }
  4368. ],
  4369. "description": ""
  4370. },
  4371. "Http://autotask.net/atws/v15/Accountteam": {
  4372. "title": "http://autotask.net/ATWS/v1_5/_AccountTeam",
  4373. "allOf": [
  4374. {
  4375. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  4376. },
  4377. {
  4378. "type": "object",
  4379. "properties": {
  4380. "AccountID": {
  4381. "type": "string"
  4382. },
  4383. "ResourceID": {
  4384. "type": "string"
  4385. }
  4386. }
  4387. }
  4388. ],
  4389. "description": ""
  4390. },
  4391. "Http://autotask.net/atws/v15/Contract": {
  4392. "title": "http://autotask.net/ATWS/v1_5/_Contract",
  4393. "allOf": [
  4394. {
  4395. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  4396. },
  4397. {
  4398. "type": "object",
  4399. "properties": {
  4400. "AccountID": {
  4401. "type": "string"
  4402. },
  4403. "BillingPreference": {
  4404. "type": "string"
  4405. },
  4406. "Compliance": {
  4407. "type": "string"
  4408. },
  4409. "ContactID": {
  4410. "type": "string"
  4411. },
  4412. "ContactName": {
  4413. "type": "string"
  4414. },
  4415. "ContractCategory": {
  4416. "type": "string"
  4417. },
  4418. "ContractName": {
  4419. "type": "string"
  4420. },
  4421. "ContractNumber": {
  4422. "type": "string"
  4423. },
  4424. "ContractPeriodType": {
  4425. "type": "string"
  4426. },
  4427. "ContractType": {
  4428. "type": "string"
  4429. },
  4430. "IsDefaultContract": {
  4431. "type": "string"
  4432. },
  4433. "Description": {
  4434. "type": "string"
  4435. },
  4436. "EndDate": {
  4437. "type": "string"
  4438. },
  4439. "EstimatedCost": {
  4440. "type": "string"
  4441. },
  4442. "EstimatedHours": {
  4443. "type": "string"
  4444. },
  4445. "EstimatedRevenue": {
  4446. "type": "string"
  4447. },
  4448. "OverageBillingRate": {
  4449. "type": "string"
  4450. },
  4451. "SetupFee": {
  4452. "type": "string"
  4453. },
  4454. "StartDate": {
  4455. "type": "string"
  4456. },
  4457. "Status": {
  4458. "type": "string"
  4459. },
  4460. "TimeReportingRequiresStartAndStopTimes": {
  4461. "type": "string"
  4462. },
  4463. "ServiceLevelAgreementID": {
  4464. "type": "string"
  4465. },
  4466. "PurchaseOrderNumber": {
  4467. "type": "string"
  4468. },
  4469. "OpportunityID": {
  4470. "type": "string"
  4471. },
  4472. "RenewedContractID": {
  4473. "type": "string"
  4474. },
  4475. "SetupFeeAllocationCodeID": {
  4476. "type": "string"
  4477. },
  4478. "ExclusionContractID": {
  4479. "type": "string"
  4480. },
  4481. "InternalCurrencyOverageBillingRate": {
  4482. "type": "string"
  4483. },
  4484. "InternalCurrencySetupFee": {
  4485. "type": "string"
  4486. },
  4487. "BusinessDivisionSubdivisionID": {
  4488. "type": "string"
  4489. }
  4490. }
  4491. }
  4492. ],
  4493. "description": ""
  4494. },
  4495. "Http://autotask.net/atws/v15/Contractexclusionallocationcode": {
  4496. "title": "http://autotask.net/ATWS/v1_5/_ContractExclusionAllocationCode",
  4497. "allOf": [
  4498. {
  4499. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  4500. },
  4501. {
  4502. "type": "object",
  4503. "properties": {
  4504. "ContractID": {
  4505. "type": "string"
  4506. },
  4507. "AllocationCodeID": {
  4508. "type": "string"
  4509. }
  4510. }
  4511. }
  4512. ],
  4513. "description": ""
  4514. },
  4515. "Http://autotask.net/atws/v15/Contractexclusionrole": {
  4516. "title": "http://autotask.net/ATWS/v1_5/_ContractExclusionRole",
  4517. "allOf": [
  4518. {
  4519. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  4520. },
  4521. {
  4522. "type": "object",
  4523. "properties": {
  4524. "ContractID": {
  4525. "type": "string"
  4526. },
  4527. "RoleID": {
  4528. "type": "string"
  4529. }
  4530. }
  4531. }
  4532. ],
  4533. "description": ""
  4534. },
  4535. "Http://autotask.net/atws/v15/Installedproduct": {
  4536. "title": "http://autotask.net/ATWS/v1_5/_InstalledProduct",
  4537. "allOf": [
  4538. {
  4539. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  4540. },
  4541. {
  4542. "type": "object",
  4543. "properties": {
  4544. "CreateDate": {
  4545. "type": "string"
  4546. },
  4547. "AccountID": {
  4548. "type": "string"
  4549. },
  4550. "Active": {
  4551. "type": "string"
  4552. },
  4553. "DailyCost": {
  4554. "type": "string"
  4555. },
  4556. "HourlyCost": {
  4557. "type": "string"
  4558. },
  4559. "InstallDate": {
  4560. "type": "string"
  4561. },
  4562. "MonthlyCost": {
  4563. "type": "string"
  4564. },
  4565. "Notes": {
  4566. "type": "string"
  4567. },
  4568. "NumberOfUsers": {
  4569. "type": "string"
  4570. },
  4571. "PerUseCost": {
  4572. "type": "string"
  4573. },
  4574. "ProductID": {
  4575. "type": "string"
  4576. },
  4577. "ReferenceNumber": {
  4578. "type": "string"
  4579. },
  4580. "ReferenceTitle": {
  4581. "type": "string"
  4582. },
  4583. "SerialNumber": {
  4584. "type": "string"
  4585. },
  4586. "SetupFee": {
  4587. "type": "string"
  4588. },
  4589. "WarrantyExpirationDate": {
  4590. "type": "string"
  4591. },
  4592. "ContractID": {
  4593. "type": "string"
  4594. },
  4595. "ServiceID": {
  4596. "type": "string"
  4597. },
  4598. "ServiceBundleID": {
  4599. "type": "string"
  4600. },
  4601. "Type": {
  4602. "type": "string"
  4603. },
  4604. "Location": {
  4605. "type": "string"
  4606. },
  4607. "ContactID": {
  4608. "type": "string"
  4609. },
  4610. "VendorID": {
  4611. "type": "string"
  4612. },
  4613. "InstalledByID": {
  4614. "type": "string"
  4615. },
  4616. "InstalledByContactID": {
  4617. "type": "string"
  4618. },
  4619. "ParentInstalledProductID": {
  4620. "type": "string"
  4621. },
  4622. "LastModifiedTime": {
  4623. "type": "string"
  4624. },
  4625. "ContractServiceID": {
  4626. "type": "string"
  4627. },
  4628. "ContractServiceBundleID": {
  4629. "type": "string"
  4630. },
  4631. "ServiceLevelAgreementID": {
  4632. "type": "string"
  4633. },
  4634. "AccountPhysicalLocationID": {
  4635. "type": "string"
  4636. },
  4637. "AEMDeviceID": {
  4638. "type": "string"
  4639. },
  4640. "AEMDeviceUID": {
  4641. "type": "string"
  4642. },
  4643. "AEMDeviceAuditArchitectureID": {
  4644. "type": "string"
  4645. },
  4646. "AEMDeviceAuditDescription": {
  4647. "type": "string"
  4648. },
  4649. "AEMDeviceAuditDisplayAdaptorID": {
  4650. "type": "string"
  4651. },
  4652. "AEMDeviceAuditDomainID": {
  4653. "type": "string"
  4654. },
  4655. "AEMDeviceAuditExternalIPAddress": {
  4656. "type": "string"
  4657. },
  4658. "AEMDeviceAuditHostname": {
  4659. "type": "string"
  4660. },
  4661. "AEMDeviceAuditIPAddress": {
  4662. "type": "string"
  4663. },
  4664. "AEMDeviceAuditMacAddress": {
  4665. "type": "string"
  4666. },
  4667. "AEMDeviceAuditManufacturerID": {
  4668. "type": "string"
  4669. },
  4670. "AEMDeviceAuditMemoryBytes": {
  4671. "type": "string"
  4672. },
  4673. "AEMDeviceAuditModelID": {
  4674. "type": "string"
  4675. },
  4676. "AEMDeviceAuditMotherboardID": {
  4677. "type": "string"
  4678. },
  4679. "AEMDeviceAuditOperatingSystem": {
  4680. "type": "string"
  4681. },
  4682. "AEMDeviceAuditProcessorID": {
  4683. "type": "string"
  4684. },
  4685. "AEMDeviceAuditServicePackID": {
  4686. "type": "string"
  4687. },
  4688. "AEMDeviceAuditStorageBytes": {
  4689. "type": "string"
  4690. },
  4691. "AEMDeviceAuditDeviceTypeID": {
  4692. "type": "string"
  4693. },
  4694. "AEMDeviceAuditSNMPLocation": {
  4695. "type": "string"
  4696. },
  4697. "AEMDeviceAuditSNMPName": {
  4698. "type": "string"
  4699. },
  4700. "AEMDeviceAuditSNMPContact": {
  4701. "type": "string"
  4702. },
  4703. "AEMDeviceAuditMobileNetworkOperatorID": {
  4704. "type": "string"
  4705. },
  4706. "AEMDeviceAuditMobileNumber": {
  4707. "type": "string"
  4708. },
  4709. "AEMDeviceAuditMissingPatchCount": {
  4710. "type": "string"
  4711. },
  4712. "AEMOpenAlertCount": {
  4713. "type": "string"
  4714. },
  4715. "AEMDeviceAuditLastUser": {
  4716. "type": "string"
  4717. },
  4718. "DattoSerialNumber": {
  4719. "type": "string"
  4720. },
  4721. "DattoInternalIP": {
  4722. "type": "string"
  4723. },
  4724. "DattoRemoteIP": {
  4725. "type": "string"
  4726. },
  4727. "DattoHostname": {
  4728. "type": "string"
  4729. },
  4730. "DattoProtectedKilobytes": {
  4731. "type": "string"
  4732. },
  4733. "DattoUsedKilobytes": {
  4734. "type": "string"
  4735. },
  4736. "DattoAvailableKilobytes": {
  4737. "type": "string"
  4738. },
  4739. "DattoPercentageUsed": {
  4740. "type": "string"
  4741. },
  4742. "DattoOffsiteUsedBytes": {
  4743. "type": "string"
  4744. },
  4745. "DattoOSVersionID": {
  4746. "type": "string"
  4747. },
  4748. "DattoZFSVersionID": {
  4749. "type": "string"
  4750. },
  4751. "DattoKernelVersionID": {
  4752. "type": "string"
  4753. },
  4754. "DattoNICSpeedKilobitsPerSecond": {
  4755. "type": "string"
  4756. },
  4757. "DattoDeviceMemoryMegabytes": {
  4758. "type": "string"
  4759. },
  4760. "DattoUptimeSeconds": {
  4761. "type": "string"
  4762. },
  4763. "DattoNumberOfAgents": {
  4764. "type": "string"
  4765. },
  4766. "DattoNumberOfDrives": {
  4767. "type": "string"
  4768. },
  4769. "DattoDrivesErrors": {
  4770. "type": "string"
  4771. },
  4772. "DattoNumberOfVolumes": {
  4773. "type": "string"
  4774. },
  4775. "DattoLastCheckInDateTime": {
  4776. "type": "string"
  4777. }
  4778. }
  4779. }
  4780. ],
  4781. "description": ""
  4782. },
  4783. "Http://autotask.net/atws/v15/Installedproducttypeudfassociation": {
  4784. "title": "http://autotask.net/ATWS/v1_5/_InstalledProductTypeUdfAssociation",
  4785. "allOf": [
  4786. {
  4787. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  4788. },
  4789. {
  4790. "type": "object",
  4791. "properties": {
  4792. "InstalledProductTypeId": {
  4793. "type": "string"
  4794. },
  4795. "UserDefinedFieldDefinitionId": {
  4796. "type": "string"
  4797. },
  4798. "Required": {
  4799. "type": "string"
  4800. },
  4801. "SortOrder": {
  4802. "type": "string"
  4803. }
  4804. }
  4805. }
  4806. ],
  4807. "description": ""
  4808. },
  4809. "Http://autotask.net/atws/v15/Subscription": {
  4810. "title": "http://autotask.net/ATWS/v1_5/_Subscription",
  4811. "allOf": [
  4812. {
  4813. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  4814. },
  4815. {
  4816. "type": "object",
  4817. "properties": {
  4818. "SubscriptionName": {
  4819. "type": "string"
  4820. },
  4821. "Description": {
  4822. "type": "string"
  4823. },
  4824. "PeriodType": {
  4825. "type": "string"
  4826. },
  4827. "EffectiveDate": {
  4828. "type": "string"
  4829. },
  4830. "ExpirationDate": {
  4831. "type": "string"
  4832. },
  4833. "PeriodPrice": {
  4834. "type": "string"
  4835. },
  4836. "TotalPrice": {
  4837. "type": "string"
  4838. },
  4839. "MaterialCodeID": {
  4840. "type": "string"
  4841. },
  4842. "PurchaseOrderNumber": {
  4843. "type": "string"
  4844. },
  4845. "PeriodCost": {
  4846. "type": "string"
  4847. },
  4848. "TotalCost": {
  4849. "type": "string"
  4850. },
  4851. "Status": {
  4852. "type": "string"
  4853. },
  4854. "InstalledProductID": {
  4855. "type": "string"
  4856. },
  4857. "VendorID": {
  4858. "type": "string"
  4859. },
  4860. "BusinessDivisionSubdivisionID": {
  4861. "type": "string"
  4862. }
  4863. }
  4864. }
  4865. ],
  4866. "description": ""
  4867. },
  4868. "Http://autotask.net/atws/v15/Subscriptionperiod": {
  4869. "title": "http://autotask.net/ATWS/v1_5/_SubscriptionPeriod",
  4870. "allOf": [
  4871. {
  4872. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  4873. },
  4874. {
  4875. "type": "object",
  4876. "properties": {
  4877. "SubscriptionID": {
  4878. "type": "string"
  4879. },
  4880. "PeriodDate": {
  4881. "type": "string"
  4882. },
  4883. "PeriodPrice": {
  4884. "type": "string"
  4885. },
  4886. "PeriodCost": {
  4887. "type": "string"
  4888. },
  4889. "PostedDate": {
  4890. "type": "string"
  4891. },
  4892. "PurchaseOrderNumber": {
  4893. "type": "string"
  4894. }
  4895. }
  4896. }
  4897. ],
  4898. "description": ""
  4899. },
  4900. "Http://autotask.net/atws/v15/Resource": {
  4901. "title": "http://autotask.net/ATWS/v1_5/_Resource",
  4902. "allOf": [
  4903. {
  4904. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  4905. },
  4906. {
  4907. "type": "object",
  4908. "properties": {
  4909. "Active": {
  4910. "type": "string"
  4911. },
  4912. "Email": {
  4913. "type": "string"
  4914. },
  4915. "Email2": {
  4916. "type": "string"
  4917. },
  4918. "Email3": {
  4919. "type": "string"
  4920. },
  4921. "EmailTypeCode": {
  4922. "type": "string"
  4923. },
  4924. "EmailTypeCode2": {
  4925. "type": "string"
  4926. },
  4927. "EmailTypeCode3": {
  4928. "type": "string"
  4929. },
  4930. "FirstName": {
  4931. "type": "string"
  4932. },
  4933. "Gender": {
  4934. "type": "string"
  4935. },
  4936. "Greeting": {
  4937. "type": "string"
  4938. },
  4939. "HomePhone": {
  4940. "type": "string"
  4941. },
  4942. "Initials": {
  4943. "type": "string"
  4944. },
  4945. "LastName": {
  4946. "type": "string"
  4947. },
  4948. "LocationID": {
  4949. "type": "string"
  4950. },
  4951. "MiddleName": {
  4952. "type": "string"
  4953. },
  4954. "MobilePhone": {
  4955. "type": "string"
  4956. },
  4957. "OfficeExtension": {
  4958. "type": "string"
  4959. },
  4960. "OfficePhone": {
  4961. "type": "string"
  4962. },
  4963. "ResourceType": {
  4964. "type": "string"
  4965. },
  4966. "Suffix": {
  4967. "type": "string"
  4968. },
  4969. "Title": {
  4970. "type": "string"
  4971. },
  4972. "TravelAvailabilityPct": {
  4973. "type": "string"
  4974. },
  4975. "UserName": {
  4976. "type": "string"
  4977. },
  4978. "UserType": {
  4979. "type": "string"
  4980. },
  4981. "DefaultServiceDeskRoleID": {
  4982. "type": "string"
  4983. },
  4984. "DateFormat": {
  4985. "type": "string"
  4986. },
  4987. "TimeFormat": {
  4988. "type": "string"
  4989. },
  4990. "Password": {
  4991. "type": "string"
  4992. },
  4993. "PayrollType": {
  4994. "type": "string"
  4995. },
  4996. "NumberFormat": {
  4997. "type": "string"
  4998. },
  4999. "AccountingReferenceID": {
  5000. "type": "string"
  5001. },
  5002. "InternalCost": {
  5003. "type": "string"
  5004. },
  5005. "HireDate": {
  5006. "type": "string"
  5007. },
  5008. "SurveyResourceRating": {
  5009. "type": "string"
  5010. }
  5011. }
  5012. }
  5013. ],
  5014. "description": ""
  5015. },
  5016. "Http://autotask.net/atws/v15/Billingitem": {
  5017. "title": "http://autotask.net/ATWS/v1_5/_BillingItem",
  5018. "allOf": [
  5019. {
  5020. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5021. },
  5022. {
  5023. "type": "object",
  5024. "properties": {
  5025. "AccountManagerWhenApprovedID": {
  5026. "type": "string"
  5027. },
  5028. "Type": {
  5029. "type": "string"
  5030. },
  5031. "SubType": {
  5032. "type": "string"
  5033. },
  5034. "ItemName": {
  5035. "type": "string"
  5036. },
  5037. "Description": {
  5038. "type": "string"
  5039. },
  5040. "Quantity": {
  5041. "type": "string"
  5042. },
  5043. "Rate": {
  5044. "type": "string"
  5045. },
  5046. "TotalAmount": {
  5047. "type": "string"
  5048. },
  5049. "OurCost": {
  5050. "type": "string"
  5051. },
  5052. "ItemDate": {
  5053. "type": "string"
  5054. },
  5055. "ApprovedTime": {
  5056. "type": "string"
  5057. },
  5058. "InvoiceID": {
  5059. "type": "string"
  5060. },
  5061. "ItemApproverID": {
  5062. "type": "string"
  5063. },
  5064. "AccountID": {
  5065. "type": "string"
  5066. },
  5067. "TicketID": {
  5068. "type": "string"
  5069. },
  5070. "TaskID": {
  5071. "type": "string"
  5072. },
  5073. "ProjectID": {
  5074. "type": "string"
  5075. },
  5076. "AllocationCodeID": {
  5077. "type": "string"
  5078. },
  5079. "RoleID": {
  5080. "type": "string"
  5081. },
  5082. "TimeEntryID": {
  5083. "type": "string"
  5084. },
  5085. "ContractID": {
  5086. "type": "string"
  5087. },
  5088. "WebServiceDate": {
  5089. "type": "string"
  5090. },
  5091. "NonBillable": {
  5092. "type": "string"
  5093. },
  5094. "TaxDollars": {
  5095. "type": "string"
  5096. },
  5097. "PurchaseOrderNumber": {
  5098. "type": "string"
  5099. },
  5100. "ExtendedPrice": {
  5101. "type": "string"
  5102. },
  5103. "ExpenseItemID": {
  5104. "type": "string"
  5105. },
  5106. "ContractCostID": {
  5107. "type": "string"
  5108. },
  5109. "ProjectCostID": {
  5110. "type": "string"
  5111. },
  5112. "TicketCostID": {
  5113. "type": "string"
  5114. },
  5115. "LineItemID": {
  5116. "type": "string"
  5117. },
  5118. "MilestoneID": {
  5119. "type": "string"
  5120. },
  5121. "ServiceID": {
  5122. "type": "string"
  5123. },
  5124. "ServiceBundleID": {
  5125. "type": "string"
  5126. },
  5127. "VendorID": {
  5128. "type": "string"
  5129. },
  5130. "LineItemFullDescription": {
  5131. "type": "string"
  5132. },
  5133. "LineItemGroupDescription": {
  5134. "type": "string"
  5135. },
  5136. "InstalledProductID": {
  5137. "type": "string"
  5138. },
  5139. "InternalCurrencyExtendedPrice": {
  5140. "type": "string"
  5141. },
  5142. "InternalCurrencyRate": {
  5143. "type": "string"
  5144. },
  5145. "InternalCurrencyTaxDollars": {
  5146. "type": "string"
  5147. },
  5148. "InternalCurrencyTotalAmount": {
  5149. "type": "string"
  5150. },
  5151. "BusinessDivisionSubdivisionID": {
  5152. "type": "string"
  5153. }
  5154. }
  5155. }
  5156. ],
  5157. "description": ""
  5158. },
  5159. "Http://autotask.net/atws/v15/Clientportaluser": {
  5160. "title": "http://autotask.net/ATWS/v1_5/_ClientPortalUser",
  5161. "allOf": [
  5162. {
  5163. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5164. },
  5165. {
  5166. "type": "object",
  5167. "properties": {
  5168. "SecurityLevel": {
  5169. "type": "string"
  5170. },
  5171. "ContactID": {
  5172. "type": "string"
  5173. },
  5174. "DateFormat": {
  5175. "type": "string"
  5176. },
  5177. "TimeFormat": {
  5178. "type": "string"
  5179. },
  5180. "NumberFormat": {
  5181. "type": "string"
  5182. },
  5183. "UserName": {
  5184. "type": "string"
  5185. },
  5186. "Password": {
  5187. "type": "string"
  5188. },
  5189. "ClientPortalActive": {
  5190. "type": "string"
  5191. }
  5192. }
  5193. }
  5194. ],
  5195. "description": ""
  5196. },
  5197. "Http://autotask.net/atws/v15/Expensereport": {
  5198. "title": "http://autotask.net/ATWS/v1_5/_ExpenseReport",
  5199. "allOf": [
  5200. {
  5201. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5202. },
  5203. {
  5204. "type": "object",
  5205. "properties": {
  5206. "Name": {
  5207. "type": "string"
  5208. },
  5209. "Status": {
  5210. "type": "string"
  5211. },
  5212. "Submit": {
  5213. "type": "string"
  5214. },
  5215. "SubmitDate": {
  5216. "type": "string"
  5217. },
  5218. "SubmitterID": {
  5219. "type": "string"
  5220. },
  5221. "ApproverID": {
  5222. "type": "string"
  5223. },
  5224. "WeekEnding": {
  5225. "type": "string"
  5226. },
  5227. "ExpenseTotal": {
  5228. "type": "string"
  5229. },
  5230. "CashAdvanceAmount": {
  5231. "type": "string"
  5232. },
  5233. "RejectionReason": {
  5234. "type": "string"
  5235. },
  5236. "AmountDue": {
  5237. "type": "string"
  5238. },
  5239. "DepartmentNumber": {
  5240. "type": "string"
  5241. },
  5242. "QuickBooksReferenceNumber": {
  5243. "type": "string"
  5244. },
  5245. "ApprovedDate": {
  5246. "type": "string"
  5247. },
  5248. "ReimbursementCurrencyID": {
  5249. "type": "string"
  5250. },
  5251. "ReimbursementCurrencyCashAdvanceAmount": {
  5252. "type": "string"
  5253. },
  5254. "ReimbursementCurrencyAmountDue": {
  5255. "type": "string"
  5256. },
  5257. "BusinessDivisionSubdivisionID": {
  5258. "type": "string"
  5259. }
  5260. }
  5261. }
  5262. ],
  5263. "description": ""
  5264. },
  5265. "Http://autotask.net/atws/v15/Expenseitem": {
  5266. "title": "http://autotask.net/ATWS/v1_5/_ExpenseItem",
  5267. "allOf": [
  5268. {
  5269. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5270. },
  5271. {
  5272. "type": "object",
  5273. "properties": {
  5274. "ExpenseReportID": {
  5275. "type": "string"
  5276. },
  5277. "Description": {
  5278. "type": "string"
  5279. },
  5280. "ExpenseDate": {
  5281. "type": "string"
  5282. },
  5283. "ExpenseCategory": {
  5284. "type": "string"
  5285. },
  5286. "GLCode": {
  5287. "type": "string"
  5288. },
  5289. "WorkType": {
  5290. "type": "string"
  5291. },
  5292. "ExpenseAmount": {
  5293. "type": "string"
  5294. },
  5295. "PaymentType": {
  5296. "type": "string"
  5297. },
  5298. "Reimbursable": {
  5299. "type": "string"
  5300. },
  5301. "HaveReceipt": {
  5302. "type": "string"
  5303. },
  5304. "BillableToAccount": {
  5305. "type": "string"
  5306. },
  5307. "AccountID": {
  5308. "type": "string"
  5309. },
  5310. "ProjectID": {
  5311. "type": "string"
  5312. },
  5313. "TaskID": {
  5314. "type": "string"
  5315. },
  5316. "TicketID": {
  5317. "type": "string"
  5318. },
  5319. "EntertainmentLocation": {
  5320. "type": "string"
  5321. },
  5322. "Miles": {
  5323. "type": "string"
  5324. },
  5325. "Origin": {
  5326. "type": "string"
  5327. },
  5328. "Destination": {
  5329. "type": "string"
  5330. },
  5331. "Rejected": {
  5332. "type": "string"
  5333. },
  5334. "PurchaseOrderNumber": {
  5335. "type": "string"
  5336. },
  5337. "OdometerStart": {
  5338. "type": "string"
  5339. },
  5340. "OdometerEnd": {
  5341. "type": "string"
  5342. },
  5343. "ExpenseCurrencyID": {
  5344. "type": "string"
  5345. },
  5346. "ReceiptAmount": {
  5347. "type": "string"
  5348. },
  5349. "ReimbursementAmount": {
  5350. "type": "string"
  5351. },
  5352. "ReimbursementCurrencyReimbursementAmount": {
  5353. "type": "string"
  5354. }
  5355. }
  5356. }
  5357. ],
  5358. "description": ""
  5359. },
  5360. "Http://autotask.net/atws/v15/Tasknote": {
  5361. "title": "http://autotask.net/ATWS/v1_5/_TaskNote",
  5362. "allOf": [
  5363. {
  5364. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5365. },
  5366. {
  5367. "type": "object",
  5368. "properties": {
  5369. "CreatorResourceID": {
  5370. "type": "string"
  5371. },
  5372. "Description": {
  5373. "type": "string"
  5374. },
  5375. "LastActivityDate": {
  5376. "type": "string"
  5377. },
  5378. "NoteType": {
  5379. "type": "string"
  5380. },
  5381. "Publish": {
  5382. "type": "string"
  5383. },
  5384. "TaskID": {
  5385. "type": "string"
  5386. },
  5387. "Title": {
  5388. "type": "string"
  5389. }
  5390. }
  5391. }
  5392. ],
  5393. "description": ""
  5394. },
  5395. "Http://autotask.net/atws/v15/Projectnote": {
  5396. "title": "http://autotask.net/ATWS/v1_5/_ProjectNote",
  5397. "allOf": [
  5398. {
  5399. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5400. },
  5401. {
  5402. "type": "object",
  5403. "properties": {
  5404. "CreatorResourceID": {
  5405. "type": "string"
  5406. },
  5407. "Description": {
  5408. "type": "string"
  5409. },
  5410. "LastActivityDate": {
  5411. "type": "string"
  5412. },
  5413. "NoteType": {
  5414. "type": "string"
  5415. },
  5416. "Publish": {
  5417. "type": "string"
  5418. },
  5419. "ProjectID": {
  5420. "type": "string"
  5421. },
  5422. "Title": {
  5423. "type": "string"
  5424. },
  5425. "Announce": {
  5426. "type": "string"
  5427. }
  5428. }
  5429. }
  5430. ],
  5431. "description": ""
  5432. },
  5433. "Http://autotask.net/atws/v15/Billingitemapprovallevel": {
  5434. "title": "http://autotask.net/ATWS/v1_5/_BillingItemApprovalLevel",
  5435. "allOf": [
  5436. {
  5437. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5438. },
  5439. {
  5440. "type": "object",
  5441. "properties": {
  5442. "TimeEntryID": {
  5443. "type": "string"
  5444. },
  5445. "ApprovalResourceID": {
  5446. "type": "string"
  5447. },
  5448. "ApprovalDateTime": {
  5449. "type": "string"
  5450. },
  5451. "ApprovalLevel": {
  5452. "type": "string"
  5453. }
  5454. }
  5455. }
  5456. ],
  5457. "description": ""
  5458. },
  5459. "Http://autotask.net/atws/v15/Contractcost": {
  5460. "title": "http://autotask.net/ATWS/v1_5/_ContractCost",
  5461. "allOf": [
  5462. {
  5463. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5464. },
  5465. {
  5466. "type": "object",
  5467. "properties": {
  5468. "AllocationCodeID": {
  5469. "type": "string"
  5470. },
  5471. "BillableAmount": {
  5472. "type": "string"
  5473. },
  5474. "BillableToAccount": {
  5475. "type": "string"
  5476. },
  5477. "Billed": {
  5478. "type": "string"
  5479. },
  5480. "CostType": {
  5481. "type": "string"
  5482. },
  5483. "CreateDate": {
  5484. "type": "string"
  5485. },
  5486. "CreatorResourceID": {
  5487. "type": "string"
  5488. },
  5489. "DatePurchased": {
  5490. "type": "string"
  5491. },
  5492. "Description": {
  5493. "type": "string"
  5494. },
  5495. "ExtendedCost": {
  5496. "type": "string"
  5497. },
  5498. "InternalPurchaseOrderNumber": {
  5499. "type": "string"
  5500. },
  5501. "ProductID": {
  5502. "type": "string"
  5503. },
  5504. "PurchaseOrderNumber": {
  5505. "type": "string"
  5506. },
  5507. "Name": {
  5508. "type": "string"
  5509. },
  5510. "ContractServiceID": {
  5511. "type": "string"
  5512. },
  5513. "ContractServiceBundleID": {
  5514. "type": "string"
  5515. },
  5516. "Status": {
  5517. "type": "string"
  5518. },
  5519. "StatusLastModifiedBy": {
  5520. "type": "string"
  5521. },
  5522. "StatusLastModifiedDate": {
  5523. "type": "string"
  5524. },
  5525. "UnitCost": {
  5526. "type": "string"
  5527. },
  5528. "UnitPrice": {
  5529. "type": "string"
  5530. },
  5531. "UnitQuantity": {
  5532. "type": "string"
  5533. },
  5534. "InternalCurrencyBillableAmount": {
  5535. "type": "string"
  5536. },
  5537. "InternalCurrencyUnitPrice": {
  5538. "type": "string"
  5539. },
  5540. "BusinessDivisionSubdivisionID": {
  5541. "type": "string"
  5542. },
  5543. "ContractID": {
  5544. "type": "string"
  5545. }
  5546. }
  5547. }
  5548. ],
  5549. "description": ""
  5550. },
  5551. "Http://autotask.net/atws/v15/Projectcost": {
  5552. "title": "http://autotask.net/ATWS/v1_5/_ProjectCost",
  5553. "allOf": [
  5554. {
  5555. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5556. },
  5557. {
  5558. "type": "object",
  5559. "properties": {
  5560. "AllocationCodeID": {
  5561. "type": "string"
  5562. },
  5563. "BillableAmount": {
  5564. "type": "string"
  5565. },
  5566. "BillableToAccount": {
  5567. "type": "string"
  5568. },
  5569. "Billed": {
  5570. "type": "string"
  5571. },
  5572. "CostType": {
  5573. "type": "string"
  5574. },
  5575. "CreateDate": {
  5576. "type": "string"
  5577. },
  5578. "CreatorResourceID": {
  5579. "type": "string"
  5580. },
  5581. "DatePurchased": {
  5582. "type": "string"
  5583. },
  5584. "Description": {
  5585. "type": "string"
  5586. },
  5587. "ExtendedCost": {
  5588. "type": "string"
  5589. },
  5590. "InternalPurchaseOrderNumber": {
  5591. "type": "string"
  5592. },
  5593. "ProductID": {
  5594. "type": "string"
  5595. },
  5596. "PurchaseOrderNumber": {
  5597. "type": "string"
  5598. },
  5599. "Name": {
  5600. "type": "string"
  5601. },
  5602. "ContractServiceID": {
  5603. "type": "string"
  5604. },
  5605. "ContractServiceBundleID": {
  5606. "type": "string"
  5607. },
  5608. "Status": {
  5609. "type": "string"
  5610. },
  5611. "StatusLastModifiedBy": {
  5612. "type": "string"
  5613. },
  5614. "StatusLastModifiedDate": {
  5615. "type": "string"
  5616. },
  5617. "UnitCost": {
  5618. "type": "string"
  5619. },
  5620. "UnitPrice": {
  5621. "type": "string"
  5622. },
  5623. "UnitQuantity": {
  5624. "type": "string"
  5625. },
  5626. "InternalCurrencyBillableAmount": {
  5627. "type": "string"
  5628. },
  5629. "InternalCurrencyUnitPrice": {
  5630. "type": "string"
  5631. },
  5632. "BusinessDivisionSubdivisionID": {
  5633. "type": "string"
  5634. },
  5635. "ProjectID": {
  5636. "type": "string"
  5637. },
  5638. "EstimatedCost": {
  5639. "type": "string"
  5640. }
  5641. }
  5642. }
  5643. ],
  5644. "description": ""
  5645. },
  5646. "Http://autotask.net/atws/v15/Changerequestlink": {
  5647. "title": "http://autotask.net/ATWS/v1_5/_ChangeRequestLink",
  5648. "allOf": [
  5649. {
  5650. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5651. },
  5652. {
  5653. "type": "object",
  5654. "properties": {
  5655. "ChangeRequestTicketID": {
  5656. "type": "string"
  5657. },
  5658. "ProblemOrIncidentTicketID": {
  5659. "type": "string"
  5660. }
  5661. }
  5662. }
  5663. ],
  5664. "description": ""
  5665. },
  5666. "Http://autotask.net/atws/v15/Ticketchangerequestapproval": {
  5667. "title": "http://autotask.net/ATWS/v1_5/_TicketChangeRequestApproval",
  5668. "allOf": [
  5669. {
  5670. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5671. },
  5672. {
  5673. "type": "object",
  5674. "properties": {
  5675. "TicketID": {
  5676. "type": "string"
  5677. },
  5678. "ResourceID": {
  5679. "type": "string"
  5680. },
  5681. "ContactID": {
  5682. "type": "string"
  5683. },
  5684. "ApproveRejectDateTime": {
  5685. "type": "string"
  5686. },
  5687. "ApproveRejectNote": {
  5688. "type": "string"
  5689. },
  5690. "IsApproved": {
  5691. "type": "string"
  5692. }
  5693. }
  5694. }
  5695. ],
  5696. "description": ""
  5697. },
  5698. "Http://autotask.net/atws/v15/Ticketcost": {
  5699. "title": "http://autotask.net/ATWS/v1_5/_TicketCost",
  5700. "allOf": [
  5701. {
  5702. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5703. },
  5704. {
  5705. "type": "object",
  5706. "properties": {
  5707. "AllocationCodeID": {
  5708. "type": "string"
  5709. },
  5710. "BillableAmount": {
  5711. "type": "string"
  5712. },
  5713. "BillableToAccount": {
  5714. "type": "string"
  5715. },
  5716. "Billed": {
  5717. "type": "string"
  5718. },
  5719. "CostType": {
  5720. "type": "string"
  5721. },
  5722. "CreateDate": {
  5723. "type": "string"
  5724. },
  5725. "CreatorResourceID": {
  5726. "type": "string"
  5727. },
  5728. "DatePurchased": {
  5729. "type": "string"
  5730. },
  5731. "Description": {
  5732. "type": "string"
  5733. },
  5734. "ExtendedCost": {
  5735. "type": "string"
  5736. },
  5737. "InternalPurchaseOrderNumber": {
  5738. "type": "string"
  5739. },
  5740. "ProductID": {
  5741. "type": "string"
  5742. },
  5743. "PurchaseOrderNumber": {
  5744. "type": "string"
  5745. },
  5746. "Name": {
  5747. "type": "string"
  5748. },
  5749. "ContractServiceID": {
  5750. "type": "string"
  5751. },
  5752. "ContractServiceBundleID": {
  5753. "type": "string"
  5754. },
  5755. "Status": {
  5756. "type": "string"
  5757. },
  5758. "StatusLastModifiedBy": {
  5759. "type": "string"
  5760. },
  5761. "StatusLastModifiedDate": {
  5762. "type": "string"
  5763. },
  5764. "UnitCost": {
  5765. "type": "string"
  5766. },
  5767. "UnitPrice": {
  5768. "type": "string"
  5769. },
  5770. "UnitQuantity": {
  5771. "type": "string"
  5772. },
  5773. "InternalCurrencyBillableAmount": {
  5774. "type": "string"
  5775. },
  5776. "InternalCurrencyUnitPrice": {
  5777. "type": "string"
  5778. },
  5779. "BusinessDivisionSubdivisionID": {
  5780. "type": "string"
  5781. },
  5782. "TicketID": {
  5783. "type": "string"
  5784. }
  5785. }
  5786. }
  5787. ],
  5788. "description": ""
  5789. },
  5790. "Http://autotask.net/atws/v15/Internallocation": {
  5791. "title": "http://autotask.net/ATWS/v1_5/_InternalLocation",
  5792. "allOf": [
  5793. {
  5794. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5795. },
  5796. {
  5797. "type": "object",
  5798. "properties": {
  5799. "Name": {
  5800. "type": "string"
  5801. },
  5802. "Address1": {
  5803. "type": "string"
  5804. },
  5805. "Address2": {
  5806. "type": "string"
  5807. },
  5808. "City": {
  5809. "type": "string"
  5810. },
  5811. "State": {
  5812. "type": "string"
  5813. },
  5814. "PostalCode": {
  5815. "type": "string"
  5816. },
  5817. "Country": {
  5818. "type": "string"
  5819. },
  5820. "AdditionalAddressInfo": {
  5821. "type": "string"
  5822. },
  5823. "TimeZone": {
  5824. "type": "string"
  5825. },
  5826. "HolidaySetId": {
  5827. "type": "string"
  5828. },
  5829. "IsDefault": {
  5830. "type": "string"
  5831. }
  5832. }
  5833. }
  5834. ],
  5835. "description": ""
  5836. },
  5837. "Http://autotask.net/atws/v15/Userdefinedfielddefinition": {
  5838. "title": "http://autotask.net/ATWS/v1_5/_UserDefinedFieldDefinition",
  5839. "allOf": [
  5840. {
  5841. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5842. },
  5843. {
  5844. "type": "object",
  5845. "properties": {
  5846. "Name": {
  5847. "type": "string"
  5848. },
  5849. "Description": {
  5850. "type": "string"
  5851. },
  5852. "UdfType": {
  5853. "type": "string"
  5854. },
  5855. "DataType": {
  5856. "type": "string"
  5857. },
  5858. "DefaultValue": {
  5859. "type": "string"
  5860. },
  5861. "IsFieldMapping": {
  5862. "type": "string"
  5863. },
  5864. "IsProtected": {
  5865. "type": "string"
  5866. },
  5867. "IsEncrypted": {
  5868. "type": "string"
  5869. },
  5870. "IsRequired": {
  5871. "type": "string"
  5872. },
  5873. "IsActive": {
  5874. "type": "string"
  5875. },
  5876. "CreateDate": {
  5877. "type": "string"
  5878. },
  5879. "MergeVariableName": {
  5880. "type": "string"
  5881. },
  5882. "CrmToProjectUdfId": {
  5883. "type": "string"
  5884. },
  5885. "DisplayFormat": {
  5886. "type": "string"
  5887. },
  5888. "SortOrder": {
  5889. "type": "string"
  5890. },
  5891. "NumberOfDecimalPlaces": {
  5892. "type": "string"
  5893. },
  5894. "IsVisibleToClientPortal": {
  5895. "type": "string"
  5896. }
  5897. }
  5898. }
  5899. ],
  5900. "description": ""
  5901. },
  5902. "Http://autotask.net/atws/v15/Userdefinedfieldlistitem": {
  5903. "title": "http://autotask.net/ATWS/v1_5/_UserDefinedFieldListItem",
  5904. "allOf": [
  5905. {
  5906. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5907. },
  5908. {
  5909. "type": "object",
  5910. "properties": {
  5911. "UdfFieldId": {
  5912. "type": "string"
  5913. },
  5914. "ValueForExport": {
  5915. "type": "string"
  5916. },
  5917. "ValueForDisplay": {
  5918. "type": "string"
  5919. },
  5920. "CreateDate": {
  5921. "type": "string"
  5922. }
  5923. }
  5924. }
  5925. ],
  5926. "description": ""
  5927. },
  5928. "Http://autotask.net/atws/v15/Additionalinvoicefieldvalue": {
  5929. "title": "http://autotask.net/ATWS/v1_5/_AdditionalInvoiceFieldValue",
  5930. "allOf": [
  5931. {
  5932. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5933. },
  5934. {
  5935. "type": "object",
  5936. "properties": {
  5937. "AdditionalInvoiceFieldID": {
  5938. "type": "string"
  5939. },
  5940. "InvoiceBatchID": {
  5941. "type": "string"
  5942. },
  5943. "FieldValue": {
  5944. "type": "string"
  5945. }
  5946. }
  5947. }
  5948. ],
  5949. "description": ""
  5950. },
  5951. "Http://autotask.net/atws/v15/Invoicetemplate": {
  5952. "title": "http://autotask.net/ATWS/v1_5/_InvoiceTemplate",
  5953. "allOf": [
  5954. {
  5955. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  5956. },
  5957. {
  5958. "type": "object",
  5959. "properties": {
  5960. "DisplayTaxCategory": {
  5961. "type": "string"
  5962. },
  5963. "DisplayTaxCategorySuperscripts": {
  5964. "type": "string"
  5965. },
  5966. "DisplaySeparateLineItemForEachTax": {
  5967. "type": "string"
  5968. },
  5969. "GroupBy": {
  5970. "type": "string"
  5971. },
  5972. "ItemizeItemsInEachGroup": {
  5973. "type": "string"
  5974. },
  5975. "SortBy": {
  5976. "type": "string"
  5977. },
  5978. "ItemizeServicesAndBundles": {
  5979. "type": "string"
  5980. },
  5981. "DisplayZeroAmountRecurringServicesAndBundles": {
  5982. "type": "string"
  5983. },
  5984. "DisplayRecurringServiceContractLabor": {
  5985. "type": "string"
  5986. },
  5987. "DisplayFixedPriceContractLabor": {
  5988. "type": "string"
  5989. },
  5990. "RateCostExpression": {
  5991. "type": "string"
  5992. },
  5993. "CoveredByRecurringServiceFixedPricePerTicketContractLabel": {
  5994. "type": "string"
  5995. },
  5996. "CoveredByBlockRetainerContractLabel": {
  5997. "type": "string"
  5998. },
  5999. "NonBillableLaborLabel": {
  6000. "type": "string"
  6001. },
  6002. "PageLayout": {
  6003. "type": "string"
  6004. },
  6005. "PaymentTerms": {
  6006. "type": "string"
  6007. },
  6008. "PageNumberFormat": {
  6009. "type": "string"
  6010. },
  6011. "DateFormat": {
  6012. "type": "string"
  6013. },
  6014. "NumberFormat": {
  6015. "type": "string"
  6016. },
  6017. "TimeFormat": {
  6018. "type": "string"
  6019. },
  6020. "Name": {
  6021. "type": "string"
  6022. },
  6023. "ShowGridHeader": {
  6024. "type": "string"
  6025. },
  6026. "ShowVerticalGridLines": {
  6027. "type": "string"
  6028. },
  6029. "CurrencyPositiveFormat": {
  6030. "type": "string"
  6031. },
  6032. "CurrencyNegativeFormat": {
  6033. "type": "string"
  6034. }
  6035. }
  6036. }
  6037. ],
  6038. "description": ""
  6039. },
  6040. "Http://autotask.net/atws/v15/Paymentterm": {
  6041. "title": "http://autotask.net/ATWS/v1_5/_PaymentTerm",
  6042. "allOf": [
  6043. {
  6044. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6045. },
  6046. {
  6047. "type": "object",
  6048. "properties": {
  6049. "Name": {
  6050. "type": "string"
  6051. },
  6052. "Description": {
  6053. "type": "string"
  6054. },
  6055. "Active": {
  6056. "type": "string"
  6057. },
  6058. "PaymentDueInDays": {
  6059. "type": "string"
  6060. }
  6061. }
  6062. }
  6063. ],
  6064. "description": ""
  6065. },
  6066. "Http://autotask.net/atws/v15/Department": {
  6067. "title": "http://autotask.net/ATWS/v1_5/_Department",
  6068. "allOf": [
  6069. {
  6070. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6071. },
  6072. {
  6073. "type": "object",
  6074. "properties": {
  6075. "Name": {
  6076. "type": "string"
  6077. },
  6078. "PrimaryLocationID": {
  6079. "type": "string"
  6080. },
  6081. "Number": {
  6082. "type": "string"
  6083. },
  6084. "Description": {
  6085. "type": "string"
  6086. }
  6087. }
  6088. }
  6089. ],
  6090. "description": ""
  6091. },
  6092. "Http://autotask.net/atws/v15/Taskpredecessor": {
  6093. "title": "http://autotask.net/ATWS/v1_5/_TaskPredecessor",
  6094. "allOf": [
  6095. {
  6096. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6097. },
  6098. {
  6099. "type": "object",
  6100. "properties": {
  6101. "LagDays": {
  6102. "type": "string"
  6103. },
  6104. "PredecessorTaskID": {
  6105. "type": "string"
  6106. },
  6107. "SuccessorTaskID": {
  6108. "type": "string"
  6109. }
  6110. }
  6111. }
  6112. ],
  6113. "description": ""
  6114. },
  6115. "Http://autotask.net/atws/v15/Tasksecondaryresource": {
  6116. "title": "http://autotask.net/ATWS/v1_5/_TaskSecondaryResource",
  6117. "allOf": [
  6118. {
  6119. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6120. },
  6121. {
  6122. "type": "object",
  6123. "properties": {
  6124. "TaskID": {
  6125. "type": "string"
  6126. },
  6127. "ResourceID": {
  6128. "type": "string"
  6129. },
  6130. "RoleID": {
  6131. "type": "string"
  6132. }
  6133. }
  6134. }
  6135. ],
  6136. "description": ""
  6137. },
  6138. "Http://autotask.net/atws/v15/Ticketadditionalcontact": {
  6139. "title": "http://autotask.net/ATWS/v1_5/_TicketAdditionalContact",
  6140. "allOf": [
  6141. {
  6142. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6143. },
  6144. {
  6145. "type": "object",
  6146. "properties": {
  6147. "ContactID": {
  6148. "type": "string"
  6149. },
  6150. "TicketID": {
  6151. "type": "string"
  6152. }
  6153. }
  6154. }
  6155. ],
  6156. "description": ""
  6157. },
  6158. "Http://autotask.net/atws/v15/Ticketsecondaryresource": {
  6159. "title": "http://autotask.net/ATWS/v1_5/_TicketSecondaryResource",
  6160. "allOf": [
  6161. {
  6162. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6163. },
  6164. {
  6165. "type": "object",
  6166. "properties": {
  6167. "TicketID": {
  6168. "type": "string"
  6169. },
  6170. "ResourceID": {
  6171. "type": "string"
  6172. },
  6173. "RoleID": {
  6174. "type": "string"
  6175. }
  6176. }
  6177. }
  6178. ],
  6179. "description": ""
  6180. },
  6181. "Http://autotask.net/atws/v15/Resourcerole": {
  6182. "title": "http://autotask.net/ATWS/v1_5/_ResourceRole",
  6183. "allOf": [
  6184. {
  6185. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6186. },
  6187. {
  6188. "type": "object",
  6189. "properties": {
  6190. "DepartmentID": {
  6191. "type": "string"
  6192. },
  6193. "QueueID": {
  6194. "type": "string"
  6195. },
  6196. "ResourceID": {
  6197. "type": "string"
  6198. },
  6199. "RoleID": {
  6200. "type": "string"
  6201. },
  6202. "Active": {
  6203. "type": "string"
  6204. }
  6205. }
  6206. }
  6207. ],
  6208. "description": ""
  6209. },
  6210. "Http://autotask.net/atws/v15/Servicebundleservice": {
  6211. "title": "http://autotask.net/ATWS/v1_5/_ServiceBundleService",
  6212. "allOf": [
  6213. {
  6214. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6215. },
  6216. {
  6217. "type": "object",
  6218. "properties": {
  6219. "ServiceBundleID": {
  6220. "type": "string"
  6221. },
  6222. "ServiceID": {
  6223. "type": "string"
  6224. }
  6225. }
  6226. }
  6227. ],
  6228. "description": ""
  6229. },
  6230. "Http://autotask.net/atws/v15/Accountalert": {
  6231. "title": "http://autotask.net/ATWS/v1_5/_AccountAlert",
  6232. "allOf": [
  6233. {
  6234. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6235. },
  6236. {
  6237. "type": "object",
  6238. "properties": {
  6239. "AccountID": {
  6240. "type": "string"
  6241. },
  6242. "AlertTypeID": {
  6243. "type": "string"
  6244. },
  6245. "AlertText": {
  6246. "type": "string"
  6247. }
  6248. }
  6249. }
  6250. ],
  6251. "description": ""
  6252. },
  6253. "Http://autotask.net/atws/v15/Notificationhistory": {
  6254. "title": "http://autotask.net/ATWS/v1_5/_NotificationHistory",
  6255. "allOf": [
  6256. {
  6257. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6258. },
  6259. {
  6260. "required": [
  6261. "IsDeleted",
  6262. "IsActive",
  6263. "IsTemplateJob"
  6264. ],
  6265. "type": "object",
  6266. "properties": {
  6267. "NotificationSentTime": {
  6268. "type": "string"
  6269. },
  6270. "TemplateName": {
  6271. "type": "string"
  6272. },
  6273. "NotificationHistoryTypeID": {
  6274. "type": "string"
  6275. },
  6276. "EntityTitle": {
  6277. "type": "string"
  6278. },
  6279. "EntityNumber": {
  6280. "type": "string"
  6281. },
  6282. "IsDeleted": {
  6283. "type": "boolean"
  6284. },
  6285. "IsActive": {
  6286. "type": "boolean"
  6287. },
  6288. "IsTemplateJob": {
  6289. "type": "boolean"
  6290. },
  6291. "InitiatingResourceID": {
  6292. "type": "string"
  6293. },
  6294. "InitiatingContactID": {
  6295. "type": "string"
  6296. },
  6297. "RecipientEmailAddress": {
  6298. "type": "string"
  6299. },
  6300. "RecipientDisplayName": {
  6301. "type": "string"
  6302. },
  6303. "AccountID": {
  6304. "type": "string"
  6305. },
  6306. "QuoteID": {
  6307. "type": "string"
  6308. },
  6309. "OpportunityID": {
  6310. "type": "string"
  6311. },
  6312. "ProjectID": {
  6313. "type": "string"
  6314. },
  6315. "TaskID": {
  6316. "type": "string"
  6317. },
  6318. "TicketID": {
  6319. "type": "string"
  6320. },
  6321. "TimeEntryID": {
  6322. "type": "string"
  6323. }
  6324. }
  6325. }
  6326. ],
  6327. "description": ""
  6328. },
  6329. "Http://autotask.net/atws/v15/Worktypemodifier": {
  6330. "title": "http://autotask.net/ATWS/v1_5/_WorkTypeModifier",
  6331. "allOf": [
  6332. {
  6333. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6334. },
  6335. {
  6336. "type": "object",
  6337. "properties": {
  6338. "ModifierValue": {
  6339. "type": "string"
  6340. },
  6341. "ModifierType": {
  6342. "type": "string"
  6343. }
  6344. }
  6345. }
  6346. ],
  6347. "description": ""
  6348. },
  6349. "Http://autotask.net/atws/v15/Currency": {
  6350. "title": "http://autotask.net/ATWS/v1_5/_Currency",
  6351. "allOf": [
  6352. {
  6353. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6354. },
  6355. {
  6356. "type": "object",
  6357. "properties": {
  6358. "Name": {
  6359. "type": "string"
  6360. },
  6361. "Description": {
  6362. "type": "string"
  6363. },
  6364. "DisplaySymbol": {
  6365. "type": "string"
  6366. },
  6367. "ExchangeRate": {
  6368. "type": "string"
  6369. },
  6370. "LastModifiedDateTime": {
  6371. "type": "string"
  6372. },
  6373. "UpdateResourceId": {
  6374. "type": "string"
  6375. },
  6376. "IsInternalCurrency": {
  6377. "type": "string"
  6378. },
  6379. "Active": {
  6380. "type": "string"
  6381. },
  6382. "CurrencyPositiveFormat": {
  6383. "type": "string"
  6384. },
  6385. "CurrencyNegativeFormat": {
  6386. "type": "string"
  6387. }
  6388. }
  6389. }
  6390. ],
  6391. "description": ""
  6392. },
  6393. "Http://autotask.net/atws/v15/Pricelistservice": {
  6394. "title": "http://autotask.net/ATWS/v1_5/_PriceListService",
  6395. "allOf": [
  6396. {
  6397. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6398. },
  6399. {
  6400. "type": "object",
  6401. "properties": {
  6402. "ServiceID": {
  6403. "type": "string"
  6404. },
  6405. "CurrencyID": {
  6406. "type": "string"
  6407. },
  6408. "UsesInternalCurrencyPrice": {
  6409. "type": "string"
  6410. },
  6411. "UnitPrice": {
  6412. "type": "string"
  6413. }
  6414. }
  6415. }
  6416. ],
  6417. "description": ""
  6418. },
  6419. "Http://autotask.net/atws/v15/Pricelistproduct": {
  6420. "title": "http://autotask.net/ATWS/v1_5/_PriceListProduct",
  6421. "allOf": [
  6422. {
  6423. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6424. },
  6425. {
  6426. "type": "object",
  6427. "properties": {
  6428. "ProductID": {
  6429. "type": "string"
  6430. },
  6431. "CurrencyID": {
  6432. "type": "string"
  6433. },
  6434. "UsesInternalCurrencyPrice": {
  6435. "type": "string"
  6436. },
  6437. "UnitPrice": {
  6438. "type": "string"
  6439. }
  6440. }
  6441. }
  6442. ],
  6443. "description": ""
  6444. },
  6445. "Http://autotask.net/atws/v15/Pricelistmaterialcode": {
  6446. "title": "http://autotask.net/ATWS/v1_5/_PriceListMaterialCode",
  6447. "allOf": [
  6448. {
  6449. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6450. },
  6451. {
  6452. "type": "object",
  6453. "properties": {
  6454. "AllocationCodeID": {
  6455. "type": "string"
  6456. },
  6457. "CurrencyID": {
  6458. "type": "string"
  6459. },
  6460. "UsesInternalCurrencyPrice": {
  6461. "type": "string"
  6462. },
  6463. "UnitPrice": {
  6464. "type": "string"
  6465. }
  6466. }
  6467. }
  6468. ],
  6469. "description": ""
  6470. },
  6471. "Http://autotask.net/atws/v15/Pricelistrole": {
  6472. "title": "http://autotask.net/ATWS/v1_5/_PriceListRole",
  6473. "allOf": [
  6474. {
  6475. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6476. },
  6477. {
  6478. "type": "object",
  6479. "properties": {
  6480. "RoleID": {
  6481. "type": "string"
  6482. },
  6483. "CurrencyID": {
  6484. "type": "string"
  6485. },
  6486. "UsesInternalCurrencyPrice": {
  6487. "type": "string"
  6488. },
  6489. "HourlyRate": {
  6490. "type": "string"
  6491. }
  6492. }
  6493. }
  6494. ],
  6495. "description": ""
  6496. },
  6497. "Http://autotask.net/atws/v15/Pricelistservicebundle": {
  6498. "title": "http://autotask.net/ATWS/v1_5/_PriceListServiceBundle",
  6499. "allOf": [
  6500. {
  6501. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6502. },
  6503. {
  6504. "type": "object",
  6505. "properties": {
  6506. "ServiceBundleID": {
  6507. "type": "string"
  6508. },
  6509. "CurrencyID": {
  6510. "type": "string"
  6511. },
  6512. "UsesInternalCurrencyPrice": {
  6513. "type": "string"
  6514. },
  6515. "UnitPrice": {
  6516. "type": "string"
  6517. }
  6518. }
  6519. }
  6520. ],
  6521. "description": ""
  6522. },
  6523. "Http://autotask.net/atws/v15/Pricelistworktypemodifier": {
  6524. "title": "http://autotask.net/ATWS/v1_5/_PriceListWorkTypeModifier",
  6525. "allOf": [
  6526. {
  6527. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6528. },
  6529. {
  6530. "type": "object",
  6531. "properties": {
  6532. "WorkTypeModifierID": {
  6533. "type": "string"
  6534. },
  6535. "ModifierValue": {
  6536. "type": "string"
  6537. },
  6538. "ModifierType": {
  6539. "type": "string"
  6540. },
  6541. "CurrencyID": {
  6542. "type": "string"
  6543. },
  6544. "UsesInternalCurrencyPrice": {
  6545. "type": "string"
  6546. }
  6547. }
  6548. }
  6549. ],
  6550. "description": ""
  6551. },
  6552. "Http://autotask.net/atws/v15/Resourceroledepartment": {
  6553. "title": "http://autotask.net/ATWS/v1_5/_ResourceRoleDepartment",
  6554. "allOf": [
  6555. {
  6556. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6557. },
  6558. {
  6559. "type": "object",
  6560. "properties": {
  6561. "DepartmentID": {
  6562. "type": "string"
  6563. },
  6564. "ResourceID": {
  6565. "type": "string"
  6566. },
  6567. "RoleID": {
  6568. "type": "string"
  6569. },
  6570. "Active": {
  6571. "type": "string"
  6572. },
  6573. "Default": {
  6574. "type": "string"
  6575. },
  6576. "DepartmentLead": {
  6577. "type": "string"
  6578. }
  6579. }
  6580. }
  6581. ],
  6582. "description": ""
  6583. },
  6584. "Http://autotask.net/atws/v15/Resourcerolequeue": {
  6585. "title": "http://autotask.net/ATWS/v1_5/_ResourceRoleQueue",
  6586. "allOf": [
  6587. {
  6588. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6589. },
  6590. {
  6591. "type": "object",
  6592. "properties": {
  6593. "ResourceID": {
  6594. "type": "string"
  6595. },
  6596. "RoleID": {
  6597. "type": "string"
  6598. },
  6599. "QueueID": {
  6600. "type": "string"
  6601. },
  6602. "Active": {
  6603. "type": "string"
  6604. },
  6605. "Default": {
  6606. "type": "string"
  6607. }
  6608. }
  6609. }
  6610. ],
  6611. "description": ""
  6612. },
  6613. "Http://autotask.net/atws/v15/Holidayset": {
  6614. "title": "http://autotask.net/ATWS/v1_5/_HolidaySet",
  6615. "allOf": [
  6616. {
  6617. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6618. },
  6619. {
  6620. "type": "object",
  6621. "properties": {
  6622. "HolidaySetName": {
  6623. "type": "string"
  6624. },
  6625. "HolidaySetDescription": {
  6626. "type": "string"
  6627. }
  6628. }
  6629. }
  6630. ],
  6631. "description": ""
  6632. },
  6633. "Http://autotask.net/atws/v15/Holiday": {
  6634. "title": "http://autotask.net/ATWS/v1_5/_Holiday",
  6635. "allOf": [
  6636. {
  6637. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6638. },
  6639. {
  6640. "type": "object",
  6641. "properties": {
  6642. "HolidayName": {
  6643. "type": "string"
  6644. },
  6645. "HolidayDate": {
  6646. "type": "string"
  6647. },
  6648. "HolidaySetID": {
  6649. "type": "string"
  6650. }
  6651. }
  6652. }
  6653. ],
  6654. "description": ""
  6655. },
  6656. "Http://autotask.net/atws/v15/Businesslocation": {
  6657. "title": "http://autotask.net/ATWS/v1_5/_BusinessLocation",
  6658. "allOf": [
  6659. {
  6660. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6661. },
  6662. {
  6663. "type": "object",
  6664. "properties": {
  6665. "Name": {
  6666. "type": "string"
  6667. },
  6668. "Address1": {
  6669. "type": "string"
  6670. },
  6671. "Address2": {
  6672. "type": "string"
  6673. },
  6674. "City": {
  6675. "type": "string"
  6676. },
  6677. "State": {
  6678. "type": "string"
  6679. },
  6680. "PostalCode": {
  6681. "type": "string"
  6682. },
  6683. "AdditionalAddressInfo": {
  6684. "type": "string"
  6685. },
  6686. "CountryID": {
  6687. "type": "string"
  6688. },
  6689. "HolidaySetID": {
  6690. "type": "string"
  6691. },
  6692. "NoHoursOnHolidays": {
  6693. "type": "string"
  6694. },
  6695. "Default": {
  6696. "type": "string"
  6697. },
  6698. "FirstDayOfWeek": {
  6699. "type": "string"
  6700. },
  6701. "DateFormat": {
  6702. "type": "string"
  6703. },
  6704. "TimeFormat": {
  6705. "type": "string"
  6706. },
  6707. "NumberFormat": {
  6708. "type": "string"
  6709. },
  6710. "TimeZoneID": {
  6711. "type": "string"
  6712. },
  6713. "SundayBusinessHoursStartTime": {
  6714. "type": "string"
  6715. },
  6716. "SundayBusinessHoursEndTime": {
  6717. "type": "string"
  6718. },
  6719. "SundayExtendedHoursStartTime": {
  6720. "type": "string"
  6721. },
  6722. "SundayExtendedHoursEndTime": {
  6723. "type": "string"
  6724. },
  6725. "MondayBusinessHoursStartTime": {
  6726. "type": "string"
  6727. },
  6728. "MondayBusinessHoursEndTime": {
  6729. "type": "string"
  6730. },
  6731. "MondayExtendedHoursStartTime": {
  6732. "type": "string"
  6733. },
  6734. "MondayExtendedHoursEndTime": {
  6735. "type": "string"
  6736. },
  6737. "TuesdayBusinessHoursStartTime": {
  6738. "type": "string"
  6739. },
  6740. "TuesdayBusinessHoursEndTime": {
  6741. "type": "string"
  6742. },
  6743. "TuesdayExtendedHoursStartTime": {
  6744. "type": "string"
  6745. },
  6746. "TuesdayExtendedHoursEndTime": {
  6747. "type": "string"
  6748. },
  6749. "WednesdayBusinessHoursStartTime": {
  6750. "type": "string"
  6751. },
  6752. "WednesdayBusinessHoursEndTime": {
  6753. "type": "string"
  6754. },
  6755. "WednesdayExtendedHoursStartTime": {
  6756. "type": "string"
  6757. },
  6758. "WednesdayExtendedHoursEndTime": {
  6759. "type": "string"
  6760. },
  6761. "ThursdayBusinessHoursStartTime": {
  6762. "type": "string"
  6763. },
  6764. "ThursdayBusinessHoursEndTime": {
  6765. "type": "string"
  6766. },
  6767. "ThursdayExtendedHoursStartTime": {
  6768. "type": "string"
  6769. },
  6770. "ThursdayExtendedHoursEndTime": {
  6771. "type": "string"
  6772. },
  6773. "FridayBusinessHoursStartTime": {
  6774. "type": "string"
  6775. },
  6776. "FridayBusinessHoursEndTime": {
  6777. "type": "string"
  6778. },
  6779. "FridayExtendedHoursStartTime": {
  6780. "type": "string"
  6781. },
  6782. "FridayExtendedHoursEndTime": {
  6783. "type": "string"
  6784. },
  6785. "SaturdayBusinessHoursStartTime": {
  6786. "type": "string"
  6787. },
  6788. "SaturdayBusinessHoursEndTime": {
  6789. "type": "string"
  6790. },
  6791. "SaturdayExtendedHoursStartTime": {
  6792. "type": "string"
  6793. },
  6794. "SaturdayExtendedHoursEndTime": {
  6795. "type": "string"
  6796. }
  6797. }
  6798. }
  6799. ],
  6800. "description": ""
  6801. },
  6802. "Http://autotask.net/atws/v15/Businessdivisionsubdivision": {
  6803. "title": "http://autotask.net/ATWS/v1_5/_BusinessDivisionSubdivision",
  6804. "allOf": [
  6805. {
  6806. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6807. },
  6808. {
  6809. "type": "object",
  6810. "properties": {
  6811. "BusinessDivisionID": {
  6812. "type": "string"
  6813. },
  6814. "BusinessSubdivisionID": {
  6815. "type": "string"
  6816. },
  6817. "Active": {
  6818. "type": "string"
  6819. }
  6820. }
  6821. }
  6822. ],
  6823. "description": ""
  6824. },
  6825. "Http://autotask.net/atws/v15/Businessdivisionsubdivisionresource": {
  6826. "title": "http://autotask.net/ATWS/v1_5/_BusinessDivisionSubdivisionResource",
  6827. "allOf": [
  6828. {
  6829. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6830. },
  6831. {
  6832. "type": "object",
  6833. "properties": {
  6834. "BusinessDivisionSubdivisionID": {
  6835. "type": "string"
  6836. },
  6837. "ResourceID": {
  6838. "type": "string"
  6839. }
  6840. }
  6841. }
  6842. ],
  6843. "description": ""
  6844. },
  6845. "Http://autotask.net/atws/v15/Accountphysicallocation": {
  6846. "title": "http://autotask.net/ATWS/v1_5/_AccountPhysicalLocation",
  6847. "allOf": [
  6848. {
  6849. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6850. },
  6851. {
  6852. "type": "object",
  6853. "properties": {
  6854. "AccountID": {
  6855. "type": "string"
  6856. },
  6857. "Name": {
  6858. "type": "string"
  6859. },
  6860. "Description": {
  6861. "type": "string"
  6862. },
  6863. "Address1": {
  6864. "type": "string"
  6865. },
  6866. "Address2": {
  6867. "type": "string"
  6868. },
  6869. "City": {
  6870. "type": "string"
  6871. },
  6872. "State": {
  6873. "type": "string"
  6874. },
  6875. "PostalCode": {
  6876. "type": "string"
  6877. },
  6878. "CountryID": {
  6879. "type": "string"
  6880. },
  6881. "Phone": {
  6882. "type": "string"
  6883. },
  6884. "AlternatePhone1": {
  6885. "type": "string"
  6886. },
  6887. "AlternatePhone2": {
  6888. "type": "string"
  6889. },
  6890. "Fax": {
  6891. "type": "string"
  6892. },
  6893. "RoundtripDistance": {
  6894. "type": "string"
  6895. },
  6896. "Active": {
  6897. "type": "string"
  6898. },
  6899. "Primary": {
  6900. "type": "string"
  6901. }
  6902. }
  6903. }
  6904. ],
  6905. "description": ""
  6906. },
  6907. "Http://autotask.net/atws/v15/Ticketchecklistitem": {
  6908. "title": "http://autotask.net/ATWS/v1_5/_TicketChecklistItem",
  6909. "allOf": [
  6910. {
  6911. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6912. },
  6913. {
  6914. "type": "object",
  6915. "properties": {
  6916. "Completed": {
  6917. "type": "string"
  6918. },
  6919. "CompletedByResourceID": {
  6920. "type": "string"
  6921. },
  6922. "CompletedDateTime": {
  6923. "type": "string"
  6924. },
  6925. "Important": {
  6926. "type": "string"
  6927. },
  6928. "ItemName": {
  6929. "type": "string"
  6930. },
  6931. "KnowledgebaseArticleID": {
  6932. "type": "string"
  6933. },
  6934. "Position": {
  6935. "type": "string"
  6936. },
  6937. "TicketID": {
  6938. "type": "string"
  6939. }
  6940. }
  6941. }
  6942. ],
  6943. "description": ""
  6944. },
  6945. "Http://autotask.net/atws/v15/Ticketcategory": {
  6946. "title": "http://autotask.net/ATWS/v1_5/_TicketCategory",
  6947. "allOf": [
  6948. {
  6949. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6950. },
  6951. {
  6952. "type": "object",
  6953. "properties": {
  6954. "Name": {
  6955. "type": "string"
  6956. },
  6957. "Nickname": {
  6958. "type": "string"
  6959. },
  6960. "Active": {
  6961. "type": "string"
  6962. },
  6963. "DisplayColorRGB": {
  6964. "type": "string"
  6965. },
  6966. "GlobalDefault": {
  6967. "type": "string"
  6968. }
  6969. }
  6970. }
  6971. ],
  6972. "description": ""
  6973. },
  6974. "Http://autotask.net/atws/v15/Ticketcategoryfielddefaults": {
  6975. "title": "http://autotask.net/ATWS/v1_5/_TicketCategoryFieldDefaults",
  6976. "allOf": [
  6977. {
  6978. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  6979. },
  6980. {
  6981. "type": "object",
  6982. "properties": {
  6983. "BusinessDivisionSubdivisionID": {
  6984. "type": "string"
  6985. },
  6986. "Description": {
  6987. "type": "string"
  6988. },
  6989. "EstimatedHours": {
  6990. "type": "string"
  6991. },
  6992. "IssueTypeID": {
  6993. "type": "string"
  6994. },
  6995. "PurchaseOrderNumber": {
  6996. "type": "string"
  6997. },
  6998. "QueueID": {
  6999. "type": "string"
  7000. },
  7001. "Resolution": {
  7002. "type": "string"
  7003. },
  7004. "ServiceLevelAgreementID": {
  7005. "type": "string"
  7006. },
  7007. "SourceID": {
  7008. "type": "string"
  7009. },
  7010. "SubIssueTypeID": {
  7011. "type": "string"
  7012. },
  7013. "TicketCategoryID": {
  7014. "type": "string"
  7015. },
  7016. "TicketTypeID": {
  7017. "type": "string"
  7018. },
  7019. "Title": {
  7020. "type": "string"
  7021. },
  7022. "WorkTypeID": {
  7023. "type": "string"
  7024. },
  7025. "Status": {
  7026. "type": "string"
  7027. },
  7028. "Priority": {
  7029. "type": "string"
  7030. }
  7031. }
  7032. }
  7033. ],
  7034. "description": ""
  7035. },
  7036. "Http://autotask.net/atws/v15/Servicelevelagreementresults": {
  7037. "title": "http://autotask.net/ATWS/v1_5/_ServiceLevelAgreementResults",
  7038. "allOf": [
  7039. {
  7040. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  7041. },
  7042. {
  7043. "type": "object",
  7044. "properties": {
  7045. "TicketID": {
  7046. "type": "string"
  7047. },
  7048. "ServiceLevelAgreementName": {
  7049. "type": "string"
  7050. },
  7051. "FirstResponseElapsedHours": {
  7052. "type": "string"
  7053. },
  7054. "FirstResponseInitiatingResourceID": {
  7055. "type": "string"
  7056. },
  7057. "FirstResponseResourceID": {
  7058. "type": "string"
  7059. },
  7060. "FirstResponseMet": {
  7061. "type": "string"
  7062. },
  7063. "ResolutionPlanElapsedHours": {
  7064. "type": "string"
  7065. },
  7066. "ResolutionPlanResourceID": {
  7067. "type": "string"
  7068. },
  7069. "ResolutionPlanMet": {
  7070. "type": "string"
  7071. },
  7072. "ResolutionElapsedHours": {
  7073. "type": "string"
  7074. },
  7075. "ResolutionResourceID": {
  7076. "type": "string"
  7077. },
  7078. "ResolutionMet": {
  7079. "type": "string"
  7080. }
  7081. }
  7082. }
  7083. ],
  7084. "description": ""
  7085. },
  7086. "Http://autotask.net/atws/v15/Purchaseapproval": {
  7087. "title": "http://autotask.net/ATWS/v1_5/_PurchaseApproval",
  7088. "allOf": [
  7089. {
  7090. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  7091. },
  7092. {
  7093. "type": "object",
  7094. "properties": {
  7095. "CostType": {
  7096. "type": "string"
  7097. },
  7098. "IsApproved": {
  7099. "type": "string"
  7100. },
  7101. "RejectNote": {
  7102. "type": "string"
  7103. }
  7104. }
  7105. }
  7106. ],
  7107. "description": ""
  7108. },
  7109. "Http://autotask.net/atws/v15/Survey": {
  7110. "title": "http://autotask.net/ATWS/v1_5/_Survey",
  7111. "allOf": [
  7112. {
  7113. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  7114. },
  7115. {
  7116. "type": "object",
  7117. "properties": {
  7118. "Name": {
  7119. "type": "string"
  7120. },
  7121. "DisplayName": {
  7122. "type": "string"
  7123. },
  7124. "Description": {
  7125. "type": "string"
  7126. }
  7127. }
  7128. }
  7129. ],
  7130. "description": ""
  7131. },
  7132. "Http://autotask.net/atws/v15/Surveyresults": {
  7133. "title": "http://autotask.net/ATWS/v1_5/_SurveyResults",
  7134. "allOf": [
  7135. {
  7136. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  7137. },
  7138. {
  7139. "type": "object",
  7140. "properties": {
  7141. "AccountID": {
  7142. "type": "string"
  7143. },
  7144. "CompanyRating": {
  7145. "type": "string"
  7146. },
  7147. "ContactID": {
  7148. "type": "string"
  7149. },
  7150. "ContactRating": {
  7151. "type": "string"
  7152. },
  7153. "CompleteDate": {
  7154. "type": "string"
  7155. },
  7156. "ResourceRating": {
  7157. "type": "string"
  7158. },
  7159. "SendDate": {
  7160. "type": "string"
  7161. },
  7162. "SurveyID": {
  7163. "type": "string"
  7164. },
  7165. "SurveyRating": {
  7166. "type": "string"
  7167. },
  7168. "TicketID": {
  7169. "type": "string"
  7170. }
  7171. }
  7172. }
  7173. ],
  7174. "description": ""
  7175. },
  7176. "Http://autotask.net/atws/v15/Resourceservicedeskrole": {
  7177. "title": "http://autotask.net/ATWS/v1_5/_ResourceServiceDeskRole",
  7178. "allOf": [
  7179. {
  7180. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  7181. },
  7182. {
  7183. "type": "object",
  7184. "properties": {
  7185. "ResourceID": {
  7186. "type": "string"
  7187. },
  7188. "RoleID": {
  7189. "type": "string"
  7190. },
  7191. "Active": {
  7192. "type": "string"
  7193. },
  7194. "Default": {
  7195. "type": "string"
  7196. }
  7197. }
  7198. }
  7199. ],
  7200. "description": ""
  7201. },
  7202. "Http://autotask.net/atws/v15/Getentityinfo": {
  7203. "title": "http://autotask.net/ATWS/v1_5/_GetEntityInfo",
  7204. "type": "object",
  7205. "description": ""
  7206. },
  7207. "Http://autotask.net/atws/v15/Entityinfo": {
  7208. "title": "http://autotask.net/ATWS/v1_5/_EntityInfo",
  7209. "required": [
  7210. "CanUpdate",
  7211. "CanDelete",
  7212. "CanCreate",
  7213. "CanQuery",
  7214. "HasUserDefinedFields"
  7215. ],
  7216. "type": "object",
  7217. "properties": {
  7218. "Name": {
  7219. "type": "string"
  7220. },
  7221. "CanUpdate": {
  7222. "type": "boolean"
  7223. },
  7224. "CanDelete": {
  7225. "type": "boolean"
  7226. },
  7227. "CanCreate": {
  7228. "type": "boolean"
  7229. },
  7230. "CanQuery": {
  7231. "type": "boolean"
  7232. },
  7233. "HasUserDefinedFields": {
  7234. "type": "boolean"
  7235. }
  7236. },
  7237. "description": ""
  7238. },
  7239. "Http://autotask.net/atws/v15/Arrayofentityinfo": {
  7240. "title": "http://autotask.net/ATWS/v1_5/_ArrayOfEntityInfo",
  7241. "type": "object",
  7242. "properties": {
  7243. "EntityInfo": {
  7244. "type": "array",
  7245. "items": {
  7246. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entityinfo"
  7247. },
  7248. "description": ""
  7249. }
  7250. },
  7251. "description": ""
  7252. },
  7253. "Http://autotask.net/atws/v15/Getentityinforesponse": {
  7254. "title": "http://autotask.net/ATWS/v1_5/_GetEntityInfoResponse",
  7255. "type": "object",
  7256. "properties": {
  7257. "GetEntityInfoResult": {
  7258. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Arrayofentityinfo"
  7259. }
  7260. },
  7261. "description": ""
  7262. },
  7263. "Http://autotask.net/atws/v15/Getfieldinfo": {
  7264. "title": "http://autotask.net/ATWS/v1_5/_GetFieldInfo",
  7265. "type": "object",
  7266. "properties": {
  7267. "psObjectType": {
  7268. "type": "string"
  7269. }
  7270. },
  7271. "description": ""
  7272. },
  7273. "Http://autotask.net/atws/v15/Getfieldinforesponse": {
  7274. "title": "http://autotask.net/ATWS/v1_5/_GetFieldInfoResponse",
  7275. "type": "object",
  7276. "properties": {
  7277. "GetFieldInfoResult": {
  7278. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Arrayoffield"
  7279. }
  7280. },
  7281. "description": ""
  7282. },
  7283. "Http://autotask.net/atws/v15/Getudfinfo": {
  7284. "title": "http://autotask.net/ATWS/v1_5/_getUDFInfo",
  7285. "type": "object",
  7286. "properties": {
  7287. "psTable": {
  7288. "type": "string"
  7289. }
  7290. },
  7291. "description": ""
  7292. },
  7293. "Http://autotask.net/atws/v15/Getudfinforesponse": {
  7294. "title": "http://autotask.net/ATWS/v1_5/_getUDFInfoResponse",
  7295. "type": "object",
  7296. "properties": {
  7297. "getUDFInfoResult": {
  7298. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Arrayoffield"
  7299. }
  7300. },
  7301. "description": ""
  7302. },
  7303. "Http://autotask.net/atws/v15/Query": {
  7304. "title": "http://autotask.net/ATWS/v1_5/_query",
  7305. "type": "object",
  7306. "properties": {
  7307. "sXML": {
  7308. "type": "string"
  7309. }
  7310. },
  7311. "description": ""
  7312. },
  7313. "Http://autotask.net/atws/v15/Arrayofentity": {
  7314. "title": "http://autotask.net/ATWS/v1_5/_ArrayOfEntity",
  7315. "type": "object",
  7316. "properties": {
  7317. "Entity": {
  7318. "type": "array",
  7319. "items": {
  7320. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entity"
  7321. },
  7322. "description": ""
  7323. }
  7324. },
  7325. "description": ""
  7326. },
  7327. "Http://autotask.net/atws/v15/Atwserror": {
  7328. "title": "http://autotask.net/ATWS/v1_5/_ATWSError",
  7329. "type": "object",
  7330. "properties": {
  7331. "Message": {
  7332. "type": "string"
  7333. }
  7334. },
  7335. "description": ""
  7336. },
  7337. "Http://autotask.net/atws/v15/Arrayofatwserror": {
  7338. "title": "http://autotask.net/ATWS/v1_5/_ArrayOfATWSError",
  7339. "type": "object",
  7340. "properties": {
  7341. "ATWSError": {
  7342. "type": "array",
  7343. "items": {
  7344. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Atwserror"
  7345. },
  7346. "description": ""
  7347. }
  7348. },
  7349. "description": ""
  7350. },
  7351. "Http://autotask.net/atws/v15/Entityreturninfodatabaseaction": {
  7352. "title": "http://autotask.net/ATWS/v1_5/_EntityReturnInfoDatabaseAction",
  7353. "enum": [
  7354. "None",
  7355. "Created",
  7356. "Updated"
  7357. ],
  7358. "type": "string",
  7359. "description": "",
  7360. "example": "None",
  7361. "x-enum-elements": [
  7362. {
  7363. "name": "None",
  7364. "description": ""
  7365. },
  7366. {
  7367. "name": "Created",
  7368. "description": ""
  7369. },
  7370. {
  7371. "name": "Updated",
  7372. "description": ""
  7373. }
  7374. ]
  7375. },
  7376. "Http://autotask.net/atws/v15/Entityduplicatestatus": {
  7377. "title": "http://autotask.net/ATWS/v1_5/_EntityDuplicateStatus",
  7378. "required": [
  7379. "Found",
  7380. "Ignored"
  7381. ],
  7382. "type": "object",
  7383. "properties": {
  7384. "Found": {
  7385. "type": "boolean"
  7386. },
  7387. "MatchInfo": {
  7388. "type": "string"
  7389. },
  7390. "Ignored": {
  7391. "type": "boolean"
  7392. }
  7393. },
  7394. "description": ""
  7395. },
  7396. "Http://autotask.net/atws/v15/Entityreturninfo": {
  7397. "title": "http://autotask.net/ATWS/v1_5/_EntityReturnInfo",
  7398. "required": [
  7399. "EntityId",
  7400. "DatabaseAction",
  7401. "DuplicateStatus"
  7402. ],
  7403. "type": "object",
  7404. "properties": {
  7405. "EntityId": {
  7406. "type": "integer",
  7407. "format": "int64"
  7408. },
  7409. "DatabaseAction": {
  7410. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entityreturninfodatabaseaction"
  7411. },
  7412. "DuplicateStatus": {
  7413. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entityduplicatestatus"
  7414. },
  7415. "Message": {
  7416. "type": "string"
  7417. }
  7418. },
  7419. "description": ""
  7420. },
  7421. "Http://autotask.net/atws/v15/Arrayofentityreturninfo": {
  7422. "title": "http://autotask.net/ATWS/v1_5/_ArrayOfEntityReturnInfo",
  7423. "type": "object",
  7424. "properties": {
  7425. "EntityReturnInfo": {
  7426. "type": "array",
  7427. "items": {
  7428. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Entityreturninfo"
  7429. },
  7430. "description": ""
  7431. }
  7432. },
  7433. "description": ""
  7434. },
  7435. "Http://autotask.net/atws/v15/Atwsresponse": {
  7436. "title": "http://autotask.net/ATWS/v1_5/_ATWSResponse",
  7437. "required": [
  7438. "ReturnCode"
  7439. ],
  7440. "type": "object",
  7441. "properties": {
  7442. "ReturnCode": {
  7443. "type": "integer",
  7444. "format": "int32"
  7445. },
  7446. "EntityResults": {
  7447. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Arrayofentity"
  7448. },
  7449. "EntityResultType": {
  7450. "type": "string"
  7451. },
  7452. "Errors": {
  7453. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Arrayofatwserror"
  7454. },
  7455. "EntityReturnInfoResults": {
  7456. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Arrayofentityreturninfo"
  7457. }
  7458. },
  7459. "description": ""
  7460. },
  7461. "Http://autotask.net/atws/v15/Queryresponse": {
  7462. "title": "http://autotask.net/ATWS/v1_5/_queryResponse",
  7463. "type": "object",
  7464. "properties": {
  7465. "queryResult": {
  7466. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Atwsresponse"
  7467. }
  7468. },
  7469. "description": ""
  7470. },
  7471. "Http://autotask.net/atws/v15/Autotaskintegrations": {
  7472. "title": "http://autotask.net/ATWS/v1_5/_AutotaskIntegrations",
  7473. "type": "object",
  7474. "properties": {
  7475. "PartnerID": {
  7476. "type": "string"
  7477. },
  7478. "IntegrationCode": {
  7479. "type": "string"
  7480. }
  7481. },
  7482. "description": ""
  7483. },
  7484. "Http://autotask.net/atws/v15/Create": {
  7485. "title": "http://autotask.net/ATWS/v1_5/_create",
  7486. "type": "object",
  7487. "properties": {
  7488. "Entities": {
  7489. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Arrayofentity"
  7490. }
  7491. },
  7492. "description": ""
  7493. },
  7494. "Http://autotask.net/atws/v15/Createresponse": {
  7495. "title": "http://autotask.net/ATWS/v1_5/_createResponse",
  7496. "type": "object",
  7497. "properties": {
  7498. "createResult": {
  7499. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Atwsresponse"
  7500. }
  7501. },
  7502. "description": ""
  7503. },
  7504. "Http://autotask.net/atws/v15/Updateresponse": {
  7505. "title": "http://autotask.net/ATWS/v1_5/_updateResponse",
  7506. "type": "object",
  7507. "properties": {
  7508. "updateResult": {
  7509. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Atwsresponse"
  7510. }
  7511. },
  7512. "description": ""
  7513. },
  7514. "Http://autotask.net/atws/v15/Deleteresponse": {
  7515. "title": "http://autotask.net/ATWS/v1_5/_deleteResponse",
  7516. "type": "object",
  7517. "properties": {
  7518. "deleteResult": {
  7519. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Atwsresponse"
  7520. }
  7521. },
  7522. "description": ""
  7523. },
  7524. "Http://autotask.net/atws/v15/Getzoneinfo": {
  7525. "title": "http://autotask.net/ATWS/v1_5/_getZoneInfo",
  7526. "type": "object",
  7527. "properties": {
  7528. "UserName": {
  7529. "type": "string"
  7530. }
  7531. },
  7532. "description": ""
  7533. },
  7534. "Http://autotask.net/atws/v15/Atwszoneinfo": {
  7535. "title": "http://autotask.net/ATWS/v1_5/_ATWSZoneInfo",
  7536. "required": [
  7537. "ErrorCode",
  7538. "CI"
  7539. ],
  7540. "type": "object",
  7541. "properties": {
  7542. "URL": {
  7543. "type": "string"
  7544. },
  7545. "ErrorCode": {
  7546. "type": "integer",
  7547. "format": "int32"
  7548. },
  7549. "DataBaseType": {
  7550. "type": "string"
  7551. },
  7552. "CI": {
  7553. "type": "integer",
  7554. "format": "int32"
  7555. },
  7556. "WebUrl": {
  7557. "type": "string"
  7558. }
  7559. },
  7560. "description": ""
  7561. },
  7562. "Http://autotask.net/atws/v15/Getzoneinforesponse": {
  7563. "title": "http://autotask.net/ATWS/v1_5/_getZoneInfoResponse",
  7564. "type": "object",
  7565. "properties": {
  7566. "getZoneInfoResult": {
  7567. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Atwszoneinfo"
  7568. }
  7569. },
  7570. "description": ""
  7571. },
  7572. "Http://autotask.net/atws/v15/Getthresholdandusageinforesponse": {
  7573. "title": "http://autotask.net/ATWS/v1_5/_getThresholdAndUsageInfoResponse",
  7574. "type": "object",
  7575. "properties": {
  7576. "getThresholdAndUsageInfoResult": {
  7577. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Atwsresponse"
  7578. }
  7579. },
  7580. "description": ""
  7581. },
  7582. "Http://autotask.net/atws/v15/Getwsdlversionresponse": {
  7583. "title": "http://autotask.net/ATWS/v1_5/_GetWsdlVersionResponse",
  7584. "type": "object",
  7585. "properties": {
  7586. "GetWsdlVersionResult": {
  7587. "type": "string"
  7588. }
  7589. },
  7590. "description": ""
  7591. },
  7592. "Http://autotask.net/atws/v15/Getinvoicemarkup": {
  7593. "title": "http://autotask.net/ATWS/v1_5/_GetInvoiceMarkup",
  7594. "required": [
  7595. "InvoiceId",
  7596. "Format"
  7597. ],
  7598. "type": "object",
  7599. "properties": {
  7600. "InvoiceId": {
  7601. "type": "integer",
  7602. "format": "int32"
  7603. },
  7604. "Format": {
  7605. "type": "string"
  7606. }
  7607. },
  7608. "description": ""
  7609. },
  7610. "Http://autotask.net/atws/v15/Getinvoicemarkupresponse": {
  7611. "title": "http://autotask.net/ATWS/v1_5/_GetInvoiceMarkupResponse",
  7612. "type": "object",
  7613. "properties": {
  7614. "GetInvoiceMarkupResult": {
  7615. "type": "string"
  7616. }
  7617. },
  7618. "description": ""
  7619. },
  7620. "GetAttachmentSoapOut": {
  7621. "title": "GetAttachmentSoapOut",
  7622. "required": [
  7623. "parameters"
  7624. ],
  7625. "type": "object",
  7626. "properties": {
  7627. "parameters": {
  7628. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getattachmentresponse"
  7629. }
  7630. }
  7631. },
  7632. "CreateAttachmentSoapOut": {
  7633. "title": "CreateAttachmentSoapOut",
  7634. "required": [
  7635. "parameters"
  7636. ],
  7637. "type": "object",
  7638. "properties": {
  7639. "parameters": {
  7640. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Createattachmentresponse"
  7641. }
  7642. }
  7643. },
  7644. "DeleteAttachmentSoapOut": {
  7645. "title": "DeleteAttachmentSoapOut",
  7646. "required": [
  7647. "parameters"
  7648. ],
  7649. "type": "object",
  7650. "properties": {
  7651. "parameters": {
  7652. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Deleteattachmentresponse"
  7653. }
  7654. }
  7655. },
  7656. "GetEntityInfoSoapOut": {
  7657. "title": "GetEntityInfoSoapOut",
  7658. "required": [
  7659. "parameters"
  7660. ],
  7661. "type": "object",
  7662. "properties": {
  7663. "parameters": {
  7664. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getentityinforesponse"
  7665. }
  7666. }
  7667. },
  7668. "GetFieldInfoSoapOut": {
  7669. "title": "GetFieldInfoSoapOut",
  7670. "required": [
  7671. "parameters"
  7672. ],
  7673. "type": "object",
  7674. "properties": {
  7675. "parameters": {
  7676. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getfieldinforesponse"
  7677. }
  7678. }
  7679. },
  7680. "GetUDFInfoSoapOut": {
  7681. "title": "getUDFInfoSoapOut",
  7682. "required": [
  7683. "parameters"
  7684. ],
  7685. "type": "object",
  7686. "properties": {
  7687. "parameters": {
  7688. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getudfinforesponse"
  7689. }
  7690. }
  7691. },
  7692. "QuerySoapOut": {
  7693. "title": "querySoapOut",
  7694. "required": [
  7695. "parameters"
  7696. ],
  7697. "type": "object",
  7698. "properties": {
  7699. "parameters": {
  7700. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Queryresponse"
  7701. }
  7702. }
  7703. },
  7704. "CreateSoapOut": {
  7705. "title": "createSoapOut",
  7706. "required": [
  7707. "parameters"
  7708. ],
  7709. "type": "object",
  7710. "properties": {
  7711. "parameters": {
  7712. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Createresponse"
  7713. }
  7714. }
  7715. },
  7716. "UpdateSoapOut": {
  7717. "title": "updateSoapOut",
  7718. "required": [
  7719. "parameters"
  7720. ],
  7721. "type": "object",
  7722. "properties": {
  7723. "parameters": {
  7724. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Updateresponse"
  7725. }
  7726. }
  7727. },
  7728. "DeleteSoapOut": {
  7729. "title": "deleteSoapOut",
  7730. "required": [
  7731. "parameters"
  7732. ],
  7733. "type": "object",
  7734. "properties": {
  7735. "parameters": {
  7736. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Deleteresponse"
  7737. }
  7738. }
  7739. },
  7740. "GetZoneInfoSoapOut": {
  7741. "title": "getZoneInfoSoapOut",
  7742. "required": [
  7743. "parameters"
  7744. ],
  7745. "type": "object",
  7746. "properties": {
  7747. "parameters": {
  7748. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getzoneinforesponse"
  7749. }
  7750. }
  7751. },
  7752. "GetThresholdAndUsageInfoSoapOut": {
  7753. "title": "getThresholdAndUsageInfoSoapOut",
  7754. "required": [
  7755. "parameters"
  7756. ],
  7757. "type": "object",
  7758. "properties": {
  7759. "parameters": {
  7760. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getthresholdandusageinforesponse"
  7761. }
  7762. }
  7763. },
  7764. "GetWsdlVersionSoapOut": {
  7765. "title": "GetWsdlVersionSoapOut",
  7766. "required": [
  7767. "parameters"
  7768. ],
  7769. "type": "object",
  7770. "properties": {
  7771. "parameters": {
  7772. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getwsdlversionresponse"
  7773. }
  7774. }
  7775. },
  7776. "GetInvoiceMarkupSoapOut": {
  7777. "title": "GetInvoiceMarkupSoapOut",
  7778. "required": [
  7779. "parameters"
  7780. ],
  7781. "type": "object",
  7782. "properties": {
  7783. "parameters": {
  7784. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getinvoicemarkupresponse"
  7785. }
  7786. }
  7787. },
  7788. "GetAttachmentSoapIn": {
  7789. "title": "GetAttachmentSoapIn",
  7790. "required": [
  7791. "parameters"
  7792. ],
  7793. "type": "object",
  7794. "properties": {
  7795. "parameters": {
  7796. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getattachment"
  7797. }
  7798. }
  7799. },
  7800. "CreateAttachmentSoapIn": {
  7801. "title": "CreateAttachmentSoapIn",
  7802. "required": [
  7803. "parameters"
  7804. ],
  7805. "type": "object",
  7806. "properties": {
  7807. "parameters": {
  7808. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Createattachment"
  7809. }
  7810. }
  7811. },
  7812. "DeleteAttachmentSoapIn": {
  7813. "title": "DeleteAttachmentSoapIn",
  7814. "required": [
  7815. "parameters"
  7816. ],
  7817. "type": "object",
  7818. "properties": {
  7819. "parameters": {
  7820. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getattachment"
  7821. }
  7822. }
  7823. },
  7824. "GetEntityInfoSoapIn": {
  7825. "title": "GetEntityInfoSoapIn",
  7826. "required": [
  7827. "parameters"
  7828. ],
  7829. "type": "object",
  7830. "properties": {
  7831. "parameters": {
  7832. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getentityinfo"
  7833. }
  7834. }
  7835. },
  7836. "GetFieldInfoSoapIn": {
  7837. "title": "GetFieldInfoSoapIn",
  7838. "required": [
  7839. "parameters"
  7840. ],
  7841. "type": "object",
  7842. "properties": {
  7843. "parameters": {
  7844. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getfieldinfo"
  7845. }
  7846. }
  7847. },
  7848. "GetUDFInfoSoapIn": {
  7849. "title": "getUDFInfoSoapIn",
  7850. "required": [
  7851. "parameters"
  7852. ],
  7853. "type": "object",
  7854. "properties": {
  7855. "parameters": {
  7856. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getudfinfo"
  7857. }
  7858. }
  7859. },
  7860. "QuerySoapIn": {
  7861. "title": "querySoapIn",
  7862. "required": [
  7863. "parameters"
  7864. ],
  7865. "type": "object",
  7866. "properties": {
  7867. "parameters": {
  7868. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Query"
  7869. }
  7870. }
  7871. },
  7872. "CreateSoapIn": {
  7873. "title": "createSoapIn",
  7874. "required": [
  7875. "parameters"
  7876. ],
  7877. "type": "object",
  7878. "properties": {
  7879. "parameters": {
  7880. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Create"
  7881. }
  7882. }
  7883. },
  7884. "UpdateSoapIn": {
  7885. "title": "updateSoapIn",
  7886. "required": [
  7887. "parameters"
  7888. ],
  7889. "type": "object",
  7890. "properties": {
  7891. "parameters": {
  7892. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Create"
  7893. }
  7894. }
  7895. },
  7896. "DeleteSoapIn": {
  7897. "title": "deleteSoapIn",
  7898. "required": [
  7899. "parameters"
  7900. ],
  7901. "type": "object",
  7902. "properties": {
  7903. "parameters": {
  7904. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Create"
  7905. }
  7906. }
  7907. },
  7908. "GetZoneInfoSoapIn": {
  7909. "title": "getZoneInfoSoapIn",
  7910. "required": [
  7911. "parameters"
  7912. ],
  7913. "type": "object",
  7914. "properties": {
  7915. "parameters": {
  7916. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getzoneinfo"
  7917. }
  7918. }
  7919. },
  7920. "GetThresholdAndUsageInfoSoapIn": {
  7921. "title": "getThresholdAndUsageInfoSoapIn",
  7922. "required": [
  7923. "parameters"
  7924. ],
  7925. "type": "object",
  7926. "properties": {
  7927. "parameters": {
  7928. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getentityinfo"
  7929. }
  7930. }
  7931. },
  7932. "GetWsdlVersionSoapIn": {
  7933. "title": "GetWsdlVersionSoapIn",
  7934. "required": [
  7935. "parameters"
  7936. ],
  7937. "type": "object",
  7938. "properties": {
  7939. "parameters": {
  7940. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getentityinfo"
  7941. }
  7942. }
  7943. },
  7944. "GetInvoiceMarkupSoapIn": {
  7945. "title": "GetInvoiceMarkupSoapIn",
  7946. "required": [
  7947. "parameters"
  7948. ],
  7949. "type": "object",
  7950. "properties": {
  7951. "parameters": {
  7952. "$ref": "#/components/schemas/Http:~1~1autotask.net~1atws~1v15~1Getinvoicemarkup"
  7953. }
  7954. }
  7955. }
  7956. }
  7957. },
  7958. "tags": [
  7959. {
  7960. "name": "ATWSSoap",
  7961. "description": ""
  7962. }
  7963. ]
  7964. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement