Advertisement
Guest User

swagger

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