{"info":{"_postman_id":"c783267c-bb8c-4565-a32e-2794b05db412","name":"QuickBooks Online API Collections","description":"<html><head></head><body><p>The QuickBooks Online Accounting API is a RESTful API that is used to access QuickBooks companies.</p>\n<p>Docs Ref - <a href=\"https://developer.intuit.com/docs/api/accounting\">https://developer.intuit.com/docs/api/accounting</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3967924","collectionId":"c783267c-bb8c-4565-a32e-2794b05db412","publishedId":"RW1dEx9d","public":true,"customColor":null,"publishDate":"2018-05-01T17:20:41.000Z"},"item":[{"name":"Account","item":[{"name":"Account-Create","id":"6e5e670c-3e85-4182-8a2d-9f890e16e05c","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"AccountType\": \"Accounts Receivable\",\n  \"Name\": \"AR4\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/account?minorversion={{minorversion}}","description":"<p>Create a new Account</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","account"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"6e5e670c-3e85-4182-8a2d-9f890e16e05c"},{"name":"Account-ReadById","id":"69b24eab-99a0-41f4-b406-44cc4e86443a","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{     \"Notes\": \"This is a test customer record\",     \"DisplayName\": \"QBODefault Custome1\" }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/account/1?minorversion={{minorversion}}","description":"<p>Get the Account which has accountId as 1</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","account","1"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"69b24eab-99a0-41f4-b406-44cc4e86443a"},{"name":"Account-Update","id":"31ad553f-e32b-461a-9988-1c1d803f1ce2","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"AR3-Updated111\",\n    \"SubAccount\": false,\n    \"FullyQualifiedName\": \"AR3-Updated\",\n    \"Active\": true,\n    \"Classification\": \"Asset\",\n    \"AccountType\": \"Accounts Receivable\",\n    \"AccountSubType\": \"AccountsReceivable\",\n    \"CurrentBalance\": 0,\n    \"CurrentBalanceWithSubAccounts\": 0,\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"94\",\n    \"SyncToken\": \"3\"\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/account?minorversion={{minorversion}}","description":"<p>Update an account</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","account"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"31ad553f-e32b-461a-9988-1c1d803f1ce2"},{"name":"Account-ReadAll","id":"59bc581a-bfa9-44b2-8fb4-821a8921314d","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"Select * from Account STARTPOSITION 1 MAXRESULTS 5\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Get all customer records using generic 'Query' endpoint.\nMethod - POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"59bc581a-bfa9-44b2-8fb4-821a8921314d"}],"id":"ef2ed3be-89d1-4109-a7a6-6c9cf7748848","description":"<p>An Account object is a component of a Chart Of Accounts, and is part of a ledger. It is used to record a total monetary amount allocated against a specific use. Accounts are one of five basic types: asset, liability, revenue (income), expenses, or equity. Delete is achieved by setting the Active attribute to false in an object update request; thus, making it inactive. In this type of delete, the record is not permanently deleted, but is hidden for display purposes. References to inactive objects are left intact. </p>\n<p><a href=\"https://developer.intuit.com/docs/api/accounting/account\">https://developer.intuit.com/docs/api/accounting/account</a></p>\n","_postman_id":"ef2ed3be-89d1-4109-a7a6-6c9cf7748848"},{"name":"Attachable","item":[{"name":"Attachable-Create","id":"83307d72-27f3-4b32-b9e6-b479aafafe44","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"AttachableRef\": [\n    {\n      \"EntityRef\": {\n        \"value\": \"130\",\n        \"type\": \"Invoice\"\n      },\n      \"IncludeOnSend\": \"false\"\n    }\n  ],\n  \"Note\": \"This is an attached note.\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/attachable?minorversion={{minorversion}}","description":"<p>Create an attachable object\nConent-Type:application/json\nMethod - POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","attachable"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"83307d72-27f3-4b32-b9e6-b479aafafe44"},{"name":"Attachable-ReadById","id":"2be946e0-02ea-4bca-be75-5bc0cdc3329a","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Note\": \"This is an attached note. Updated\",\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"5000000000000029383\",\n    \"SyncToken\": \"0\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-18T00:18:04-07:00\",\n      \"LastUpdatedTime\": \"2016-08-18T00:18:04-07:00\"\n    },\n    \"AttachableRef\": [\n      {\n        \"EntityRef\": {\n          \"value\": \"130\",\n          \"type\": \"Invoice\"\n        },\n        \"IncludeOnSend\": false\n      }\n    ]\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/attachable/5000000000000029383?minorversion={{minorversion}}","description":"<p>Retrieve an attachable object by Id\nAccept:application/json\nMethod - GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","attachable","5000000000000029383"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"2be946e0-02ea-4bca-be75-5bc0cdc3329a"},{"name":"Attachable-Update","id":"7dcc7d8d-b37d-435d-9973-192e2f1fabdc","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Note\": \"This is an attached note. Updated\",\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"5000000000000029383\",\n    \"SyncToken\": \"0\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-18T00:18:04-07:00\",\n      \"LastUpdatedTime\": \"2016-08-18T00:18:04-07:00\"\n    },\n    \"AttachableRef\": [\n      {\n        \"EntityRef\": {\n          \"value\": \"130\",\n          \"type\": \"Invoice\"\n        },\n        \"IncludeOnSend\": false\n      }\n    ]\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/attachable?minorversion={{minorversion}}","description":"<p>Update an attachable object by Id\nAccept:application/json\nMethod - POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","attachable"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"7dcc7d8d-b37d-435d-9973-192e2f1fabdc"},{"name":"Attachable-Delete","id":"ee123455-8b56-4b87-987d-25290fcbbf63","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Note\": \"This is an attached note. Updated1\",\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"5000000000000029383\",\n    \"SyncToken\": \"2\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-18T00:18:04-07:00\",\n      \"LastUpdatedTime\": \"2016-08-18T00:18:04-07:00\"\n    },\n    \"AttachableRef\": [\n      {\n        \"EntityRef\": {\n          \"value\": \"130\",\n          \"type\": \"Invoice\"\n        },\n        \"IncludeOnSend\": false\n      }\n    ]\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/attachable?operation=delete","description":"<p>Delete an attachable object by Id\nAccept:application/json\nMethod - POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","attachable"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"ee123455-8b56-4b87-987d-25290fcbbf63"},{"name":"Attachable-ReadAll","id":"afdca301-81fe-4da2-9ed4-ac02a625b4ab","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"Select * from Attachable"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Retrieve all Attachable objects using generic query endpoint\nContent-Type:application/text\nMethod - Get</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"afdca301-81fe-4da2-9ed4-ac02a625b4ab"},{"name":"Upload-Attachments","id":"0724e7fd-7a34-4a84-8d43-8915b87cc479","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Content-Type","value":"multipart/form-data;boundary=37a1965f87babd849241a530ad71e169"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"--37a1965f87babd849241a530ad71e169\nContent-Disposition: form-data; name=\"file_metadata_0\"\nContent-Type: application/json; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n{\n    \"AttachableRef\": [\n    {\n      \"EntityRef\": {\n        \"type\": \"Invoice\",\n        \"value\": \"173\"\n      }\n    }\n  ],\n   \"FileName\": \"receipt_nov15.jpg\",\n    \"ContentType\": \"image/jpg\"\n  }\n--37a1965f87babd849241a530ad71e169\nContent-Disposition: form-data; name=\"file_content_0\"; filename=\"398535758.jpg\"\nContent-Type: image/jpeg\nContent-Transfer-Encoding: base64\n\n/9j/4AAQSkZJRgABAQEAlgCWAAD/4ge4SUNDX1BST0ZJTEUAAQEAAAeoYXBwbAIgAABtbnRyUkdC\nIFhZWiAH2QACABkACwAaAAthY3NwQVBQTAAAAABhcHBsAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAA\nAADTLWFwcGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAtk\nZXNjAAABCAAAAG9kc2NtAAABeAAABWxjcHJ0AAAG5AAAADh3dHB0AAAHHAAAABRyWFlaAAAHMAAA\nABRnWFlaAAAHRAAAABRiWFlaAAAHWAAAABRyVFJDAAAHbAAAAA5jaGFkAAAHfAAAACxiVFJDAAAH\nbAAAAA5nVFJDAAAHbAAAAA5kZXNjAAAAAAAAABRHZW5lcmljIFJHQiBQcm9maWxlAAAAAAAAAAAA\nAAAUR2VuZXJpYyBSR0IgUHJvZmlsZQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAbWx1YwAAAAAAAAAeAAAADHNrU0sAAAAoAAABeGhySFIAAAAoAAABoGNh\nRVMAAAAkAAAByHB0QlIAAAAmAAAB7HVrVUEAAAAqAAACEmZyRlUAAAAoAAACPHpoVFcAAAAWAAAC\nZGl0SVQAAAAoAAACem5iTk8AAAAmAAAComtvS1IAAAAWAAACyGNzQ1oAAAAiAAAC3mhlSUwAAAAe\nAAADAGRlREUAAAAsAAADHmh1SFUAAAAoAAADSnN2U0UAAAAmAAAConpoQ04AAAAWAAADcmphSlAA\nAAAaAAADiHJvUk8AAAAkAAADomVsR1IAAAAiAAADxnB0UE8AAAAmAAAD6G5sTkwAAAAoAAAEDmVz\nRVMAAAAmAAAD6HRoVEgAAAAkAAAENnRyVFIAAAAiAAAEWmZpRkkAAAAoAAAEfHBsUEwAAAAsAAAE\npHJ1UlUAAAAiAAAE0GFyRUcAAAAmAAAE8mVuVVMAAAAmAAAFGGRhREsAAAAuAAAFPgBWAWEAZQBv\nAGIAZQBjAG4A/QAgAFIARwBCACAAcAByAG8AZgBpAGwARwBlAG4AZQByAGkBDQBrAGkAIABSAEcA\nQgAgAHAAcgBvAGYAaQBsAFAAZQByAGYAaQBsACAAUgBHAEIAIABnAGUAbgDoAHIAaQBjAFAAZQBy\nAGYAaQBsACAAUgBHAEIAIABHAGUAbgDpAHIAaQBjAG8EFwQwBDMEMAQ7BEwEPQQ4BDkAIAQ/BEAE\nPgREBDAEOQQ7ACAAUgBHAEIAUAByAG8AZgBpAGwAIABnAOkAbgDpAHIAaQBxAHUAZQAgAFIAVgBC\nkBp1KAAgAFIARwBCACCCcl9pY8+P8ABQAHIAbwBmAGkAbABvACAAUgBHAEIAIABnAGUAbgBlAHIA\naQBjAG8ARwBlAG4AZQByAGkAcwBrACAAUgBHAEIALQBwAHIAbwBmAGkAbMd8vBgAIABSAEcAQgAg\n1QS4XNMMx3wATwBiAGUAYwBuAP0AIABSAEcAQgAgAHAAcgBvAGYAaQBsBeQF6AXVBeQF2QXcACAA\nUgBHAEIAIAXbBdwF3AXZAEEAbABsAGcAZQBtAGUAaQBuAGUAcwAgAFIARwBCAC0AUAByAG8AZgBp\nAGwAwQBsAHQAYQBsAOEAbgBvAHMAIABSAEcAQgAgAHAAcgBvAGYAaQBsZm6QGgAgAFIARwBCACBj\nz4/wZYdO9k4AgiwAIABSAEcAQgAgMNcw7TDVMKEwpDDrAFAAcgBvAGYAaQBsACAAUgBHAEIAIABn\nAGUAbgBlAHIAaQBjA5MDtQO9A7kDugPMACADwAPBA78DxgOvA7sAIABSAEcAQgBQAGUAcgBmAGkA\nbAAgAFIARwBCACAAZwBlAG4A6QByAGkAYwBvAEEAbABnAGUAbQBlAGUAbgAgAFIARwBCAC0AcABy\nAG8AZgBpAGUAbA5CDhsOIw5EDh8OJQ5MACAAUgBHAEIAIA4XDjEOSA4nDkQOGwBHAGUAbgBlAGwA\nIABSAEcAQgAgAFAAcgBvAGYAaQBsAGkAWQBsAGUAaQBuAGUAbgAgAFIARwBCAC0AcAByAG8AZgBp\nAGkAbABpAFUAbgBpAHcAZQByAHMAYQBsAG4AeQAgAHAAcgBvAGYAaQBsACAAUgBHAEIEHgQxBEkE\nOAQ5ACAEPwRABD4ERAQ4BDsETAAgAFIARwBCBkUGRAZBACAGKgY5BjEGSgZBACAAUgBHAEIAIAYn\nBkQGOQYnBkUARwBlAG4AZQByAGkAYwAgAFIARwBCACAAUAByAG8AZgBpAGwAZQBHAGUAbgBlAHIA\nZQBsACAAUgBHAEIALQBiAGUAcwBrAHIAaQB2AGUAbABzAGV0ZXh0AAAAAENvcHlyaWdodCAyMDA3\nIEFwcGxlIEluYy4sIGFsbCByaWdodHMgcmVzZXJ2ZWQuAFhZWiAAAAAAAADzUgABAAAAARbPWFla\nIAAAAAAAAHRNAAA97gAAA9BYWVogAAAAAAAAWnUAAKxzAAAXNFhZWiAAAAAAAAAoGgAAFZ8AALg2\nY3VydgAAAAAAAAABAc0AAHNmMzIAAAAAAAEMQgAABd7///MmAAAHkgAA/ZH///ui///9owAAA9wA\nAMBs/+EAgEV4aWYAAE1NACoAAAAIAAUBEgADAAAAAQABAAABGgAFAAAAAQAAAEoBGwAFAAAAAQAA\nAFIBKAADAAAAAQACAACHaQAEAAAAAQAAAFoAAAAAAAA6mQAAAGQAADqZAAAAZAACoAIABAAAAAEA\nAAAuoAMABAAAAAEAAAAUAAAAAP/bAEMAAgEBAgEBAgIBAgICAgIDBQMDAwMDBgQEAwUHBgcHBwYG\nBgcICwkHCAoIBgYJDQkKCwsMDAwHCQ0ODQwOCwwMC//bAEMBAgICAwIDBQMDBQsIBggLCwsLCwsL\nCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLC//AABEIABQALgMBIgAC\nEQEDEQH/xAAfAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgv/xAC1EAACAQMDAgQDBQUEBAAA\nAX0BAgMABBEFEiExQQYTUWEHInEUMoGRoQgjQrHBFVLR8CQzYnKCCQoWFxgZGiUmJygpKjQ1Njc4\nOTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoOEhYaHiImKkpOUlZaXmJmaoqOkpaan\nqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4eLj5OXm5+jp6vHy8/T19vf4+fr/xAAfAQAD\nAQEBAQEBAQEBAAAAAAAAAQIDBAUGBwgJCgv/xAC1EQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEG\nEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpT\nVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4\nubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/APkb41eO\nNYtfi94oSDVdRVF1a74FzJgfvn96j+Kmj+O/gj/wj3/C159Q0MeK9Et/EekmfU1IvdPuN/kzrtkO\n0N5b/K2GGOQKzvjnz8YPFX/YVvP/AEc9fePiv9qXwn4K+Eut674A8S+Br3xl4e/Zd8MaZ4dF0LPU\nHtvENte3TtbwwThla8h3RuYipI+UspFfueIryw6p8kOa+n5Ja62310Z+V4XDRxU5RlPl8z4O0S/8\nYeJfB+t+IfD1xrN7oPhpbZtV1GG7ZrXTxczeRb+bJvwDLLlEAyWYHA4OK/hTxP4i8ceKdI0Xwrq9\n1eanr13FY6fANS2fappZFjRVdnCgF2UFiQozkkDmv0r+KX7VPhO/8JftJaX8I/HPwu0qXxf4c8C+\nJZIA1hDb63cpldfjtwI2WS7NvFGnkINyyMpXY7Fqq/GDUvhB4d+IXxP17TPHvwc1nTfiB8a/h/4o\n0O10zVbW4lstChubNbxpoto+zxARztLHyAgZnADc8NPN5ydpUbXtbfqob6dOZ9vha8zu/smElpXX\nW+3eW2vku+5+fXjvw38RPhlZm58eRa7ptp/a97oCXT3m+3nv7Jtt3BDKkhWUwtwzISgPG4mux/ZD\n8Y6tefEO++06nqL7dOkxm6k4/exf7VfRX/BRD9oTTfiz+xBaaD8NPGfgK803wz8XvFf2nRLOWzjv\n30+XU5pNKntIUQSPbeU+8yxkKUK7i+AB8x/sc/8AJQ7/AP7Bz/8Ao2KuqlWnicLOdSKTu1b0em/d\nanFVpRw+IjCnK60d/X0O/wDil+zfoWofE7xJNcXOqb31W7JxJHj/AF7/APTOsH/hmPw//wA/Gqf9\n/I//AI3RRXRTk+VamM4rmegv/DMfh/H/AB8ap/38j/8AjdB/Zj8Pn/l41Trn/WR9f+/dFFVzPuRZ\nXEP7Mfh89bjVOP8AppFx/wCQ69I/Zf8A2d9F0z4hXP2S61Qb9Olzl4z0lh/6Z+9FFY4mT9lLU1oJ\nc6P/2Q==\n\n--37a1965f87babd849241a530ad71e169--"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/upload","description":"<p>Uploading and linking new attachments</p>\n<p><a href=\"https://developer.intuit.com/docs/0100_quickbooks_online/0200_dev_guides/accounting/attachments#Uploading_and_linking_new_attachments\">https://developer.intuit.com/docs/0100_quickbooks_online/0200_dev_guides/accounting/attachments#Uploading_and_linking_new_attachments</a></p>\n<p>If the attachment is not in the Attachment list already, it's possible to upload it and link it to the object in one multipart operation.</p>\n<p>Operation:      POST <a href=\"https://quickbooks.api.intuit.com/v3/company/companyID/upload\">https://quickbooks.api.intuit.com/v3/company/companyID/upload</a>\nContent type: multipart/form-data</p>\n<p>Request body</p>\n<p>The following sample code shows the multipart request body for uploading a file and its supporting Attachable metatdata object, with the result of it being both added to the Attachment list and added to the object.</p>\n<p>The Attachable object accompanying this request supplies metadata and object information to which the attachment is linked. \nEach part of the multipart request is separated by a boundary.  In the sample below, the string  --YOjcLaTlykb6OxfYJx4O07j1MweeMFem is used.  You can use any random and unique string.\nThe file to be uploaded and its Attachable object are paired together via the name parameter in the part header for each one.\nThe name parameter for the file part is of the form file_content_nn, where nn is a unique index number among the set of files being uploaded.\nThe name parameter for the Attachable object is of the form file_metadata_nn, where nn corresponds to the file index number used with the content .\nThe file or files are stored in the Attachment list with the name specified by the filename parameter.\nIf the data supplied with the Attachable object cannot be validated, an error is returned and the file is not uploaded.</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","upload"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0724e7fd-7a34-4a84-8d43-8915b87cc479"}],"id":"3f5a4046-5a43-4bb2-83c1-7bf5e8e7bb65","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/attachable\">https://developer.intuit.com/docs/api/accounting/attachable</a></p>\n<p>This page covers the Attachable, Upload, and Download resources used for attachment management. Attachments are supplemental information linked to a transaction or Item object. They can be files, notes, or a combination of both.</p>\n<p>In the case of file attachments, use an upload endpoint multipart request to upload the files to the QuickBooks attachment list and, optionally, to supply metadata for each via an attachable object. If meta data is not supplied with the upload request, the system creates it.\nIn the case of a note, use the create attachable endpoint.\nFor information about attachments, see the Attachments Developer Guide.</p>\n","_postman_id":"3f5a4046-5a43-4bb2-83c1-7bf5e8e7bb65"},{"name":"Batch","item":[{"name":"Batch","id":"493789c8-9b8b-4735-a7f0-668138c5f598","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"BatchItemRequest\": \n[\n   {\n        \"bId\": \"bid1\",\n        \"operation\": \"create\",\n        \"Vendor\": {\n            \"DisplayName\": \"Smith Family Store\"\n        }\n    }, {\n        \"bId\": \"bid2\",\n        \"operation\": \"delete\",\n        \"Invoice\": {\n            \"Id\": \"129\",\n            \"SyncToken\": \"0\"\n        }\n    }, { \n        \"bId\": \"bid3\",\n        \"operation\": \"update\",\n        \"SalesReceipt\": {\n               \"domain\": \"QBO\",\n               \"sparse\": true,\n               \"Id\": \"11\",\n               \"SyncToken\": \"0\",\n               \"PrivateNote\":\"A private note.\"       \n          }\n    }, {\n        \"bId\": \"bid4\",\n        \"Query\": \"select * from SalesReceipt\"\n    }\n]\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/batch?minorversion={{minorversion}}","description":"<p>Multiple operations using batch query\nContent-Type:application/json\nMethod - POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","batch"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"493789c8-9b8b-4735-a7f0-668138c5f598"}],"id":"03d910cf-7246-48eb-a6ad-e299eedd70fc","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/batch\">https://developer.intuit.com/docs/api/accounting/batch</a></p>\n<p>The batch operation enables an application to perform multiple operations in a single request.  For example, in a single batch request an application can create a customer, update an invoice, and read an account.  Compared to multiple requests, a single batch request can improve an application's performance by decreasing network roundtrips and increasing throughput. The individual operations within a batch request are called BatchItemRequest objects.</p>\n","_postman_id":"03d910cf-7246-48eb-a6ad-e299eedd70fc"},{"name":"Bill","item":[{"name":"Bill-Create","id":"6825ba68-d6ea-4ed6-a926-aadcae38c643","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Line\":[\n        {\n            \"Id\":\"1\",\n            \"Amount\": 200.00,\n            \"DetailType\":\"AccountBasedExpenseLineDetail\",\n            \"AccountBasedExpenseLineDetail\":\n            {\n                \"AccountRef\":\n                {\n                    \"value\":\"7\"\n                }\n            }\n        } \n    ],\n    \"VendorRef\":\n    {\n        \"value\":\"56\"\n    }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/bill?minorversion={{minorversion}}","description":"<p>Create a bill\nContent-Type:application/json\nMethod - POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","bill"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"6825ba68-d6ea-4ed6-a926-aadcae38c643"},{"name":"Bill-GetById","id":"5a387b34-965f-4b90-a0f6-71583721cc14","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Line\":[\n        {\n            \"Id\":\"1\",\n            \"Amount\": 200.00,\n            \"DetailType\":\"AccountBasedExpenseLineDetail\",\n            \"AccountBasedExpenseLineDetail\":\n            {\n                \"AccountRef\":\n                {\n                    \"value\":\"7\"\n                }\n            }\n        } \n    ],\n    \"VendorRef\":\n    {\n        \"value\":\"56\"\n    }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/bill/1?minorversion={{minorversion}}","description":"<p>Retrieve a bill by Id\nAccept:application/json\nMethod - GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","bill","1"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"5a387b34-965f-4b90-a0f6-71583721cc14"},{"name":"Bill-Update","id":"5d20b82e-162b-4c47-9c86-237a7fe9c0a8","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Line\":[\n        {\n            \"Id\":\"1\",\n            \"Amount\": 240.67,\n            \"DetailType\":\"AccountBasedExpenseLineDetail\",\n            \"AccountBasedExpenseLineDetail\":\n            {\n                \"AccountRef\":\n                {\n                    \"value\":\"7\"\n                }\n            }\n        } \n    ],\n    \"VendorRef\":\n    {\n        \"value\":\"56\"\n    }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/bill?minorversion={{minorversion}}","description":"<p>Update a bill\nContent-Type:application/json\nMethod - POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","bill"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"5d20b82e-162b-4c47-9c86-237a7fe9c0a8"},{"name":"Bill-Delete","id":"8c71a3b6-530a-4398-8ce0-a77ef51fb20f","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"149\",\n    \"SyncToken\": \"0\"\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/bill?operation=delete","description":"<p>Update a bill\nContent-Type:application/json\nMethod - POST</p>\n<p>Sample Request</p>\n<p>{\n    \"Id\": \"149\",\n    \"SyncToken\": \"0\"\n}</p>\n<p>Sample Response - </p>\n<p>{\n  \"Bill\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"149\"\n  },\n  \"time\": \"2016-08-18T10:02:41.570-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","bill"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"8c71a3b6-530a-4398-8ce0-a77ef51fb20f"},{"name":"Bill-GetAll","id":"53978b4f-1537-4886-840e-f27319d0ef3e","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"Select * from Bill startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Retrieve all bills using generic 'Query' endpoint\nContent-Type:application/text\nMethod - POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"53978b4f-1537-4886-840e-f27319d0ef3e"}],"id":"a98bcc25-670a-4dd2-8cec-2c9232469116","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/bill\">https://developer.intuit.com/docs/api/accounting/bill</a></p>\n<p>A Bill object is an AP transaction representing a request-for-payment from a third party for goods/services rendered and/or received.</p>\n","_postman_id":"a98bcc25-670a-4dd2-8cec-2c9232469116"},{"name":"BillPayment","item":[{"name":"BillPayment-Create","id":"e4261665-3484-42d1-9928-b6615fa8bdfa","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"VendorRef\": {\n          \"value\": \"62\",\n          \"name\": \"Test\"\n  },\n  \"PayType\": \"Check\",\n  \"CheckPayment\": {\n    \"BankAccountRef\": {\n      \"value\": \"35\",\n      \"name\": \"Checking\"\n    }\n  },\n  \"TotalAmt\": 100.00,\n  \"PrivateNote\": \"Acct. 1JK90\",\n  \"Line\": [\n    {\n      \"Amount\": 100.00,\n      \"LinkedTxn\": [\n        {\n          \"TxnId\": \"153\",\n          \"TxnType\": \"Bill\"\n        }\n      ]\n    }\n  ]\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/billpayment?minorversion={{minorversion}}","description":"<p>Create a BillPayment against a pre-created bill\nContent-Type:application/json\nMethod - POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","billpayment"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"e4261665-3484-42d1-9928-b6615fa8bdfa"},{"name":"BillPayment-ReadById","id":"6c19cb24-d125-4e94-b050-5b1fa45206b3","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"Select * from BillPayment startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/billpayment/118?minorversion={{minorversion}}","description":"<p>Retrieve BillPayment by Id\nMethod - GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","billpayment","118"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"6c19cb24-d125-4e94-b050-5b1fa45206b3"},{"name":"BillPayment-Delete","id":"b2f529f1-8f7b-45ac-8924-f2fcee6787d3","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"154\",\n    \"SyncToken\": \"0\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/billpayment?operation=delete","description":"<p>Delete a BillPayment object\nContent-Type:application/json\nMethod - POST</p>\n<p>Sample request Payload \n{\n    \"Id\": \"154\",\n    \"SyncToken\": \"0\"\n}</p>\n<p>Sample response payload\n{\n  \"BillPayment\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"154\"\n  },\n  \"time\": \"2016-08-18T11:26:40.630-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","billpayment"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"b2f529f1-8f7b-45ac-8924-f2fcee6787d3"},{"name":"BillPayment-ReadAll","id":"f39d7c97-5c63-468a-a1eb-f6945b40f971","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"Select * from BillPayment startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Retrieve all BillPayment objects using generic query endpoint\nContent-Type:application/text\nMethod - Get</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"f39d7c97-5c63-468a-a1eb-f6945b40f971"},{"name":"BillPayment-Update","id":"1f532fe5-8c52-406b-9b7b-37a992568732","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"VendorRef\": {\n          \"value\": \"62\",\n          \"name\": \"Test\"\n  },\n  \"PayType\": \"Check\",\n  \"CheckPayment\": {\n    \"BankAccountRef\": {\n      \"value\": \"35\",\n      \"name\": \"Checking\"\n    }\n  },\n  \"TotalAmt\": 100.00,\n  \"PrivateNote\": \"Updated Note\",\n  \"Line\": [\n    {\n      \"Amount\": 100.00,\n      \"LinkedTxn\": [\n        {\n          \"TxnId\": \"153\",\n          \"TxnType\": \"Bill\"\n        }\n      ]\n    }\n  ]\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/billpayment?minorversion={{minorversion}}","description":"<p>Update a BillPayment\nContent-Type:application/json\nMethod - POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","billpayment"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"1f532fe5-8c52-406b-9b7b-37a992568732"}],"id":"885e5b8e-4ef3-4886-a207-1cee6bc66423","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/billpayment\">https://developer.intuit.com/docs/api/accounting/billpayment</a></p>\n<p>A BillPayment object represents the payment transaction for a bill that the business owner receives from a vendor for goods or services purchased from the vendor. QuickBooks Online supports bill payments through a credit card or a checking account. \nBillPayment.TotalAmt is the total amount associated with this payment. This includes the total of all the payments from the payment line details. If TotalAmt is greater than the total on the lines being paid, the overpayment is treated as a credit and exposed as such on the QuickBooks UI. The total amount cannot be negative.</p>\n","_postman_id":"885e5b8e-4ef3-4886-a207-1cee6bc66423"},{"name":"Budget","item":[{"name":"Budget-ReadAll","id":"d9cb7f24-6171-4005-b9bf-4115662c6e1e","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"Select * from Budget startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Retrieve all BillPayment objects using generic query endpoint\nMethod - GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"d9cb7f24-6171-4005-b9bf-4115662c6e1e"}],"id":"74865dc4-9106-45a9-9331-d83d87dfa833","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/budget\">https://developer.intuit.com/docs/api/accounting/budget</a></p>\n<p>The Budget endpoint allows you to retrieve the current state of budgets already set up in the user's company file. A budget allows for an amount to be assigned on a monthly, quarterly, or annual basis for a specific account or customer and are created to give a business measurable expense goals. This amount represents how much should be spent against that account or customer in the give time period.</p>\n","_postman_id":"74865dc4-9106-45a9-9331-d83d87dfa833"},{"name":"ChangeDataCapture","item":[{"name":"CDC-Read","id":"2895b065-c7d8-47ec-94d6-caafdcf3b4d0","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"Select * from Budget startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/cdc?entities=bill,invoice&changedSince=2016-08-10","description":"<p>Retrive changed Bill and invoice objects since Aug10,2016\nMethod - GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","cdc"],"host":["{{baseurl}}"],"query":[{"key":"entities","value":"bill,invoice"},{"key":"changedSince","value":"2016-08-10"}],"variable":[]}},"response":[],"_postman_id":"2895b065-c7d8-47ec-94d6-caafdcf3b4d0"}],"id":"bc389144-4941-400b-ba5a-66ddcf96f6be","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/changedatacapture\">https://developer.intuit.com/docs/api/accounting/changedatacapture</a></p>\n<p>The change data capture (cdc) operation returns a list of objects that have changed since a specified time. This operation is for an app that periodically polls data services in order to refresh its local copy of object data. The app calls the cdc operation, specifying a comma separated list of object types and a date-time stamp specifying how far to look back. Data services returns all objects specified by entityList that have changed since the specified date-time. Look-back time can be up to 30 days.</p>\n","_postman_id":"bc389144-4941-400b-ba5a-66ddcf96f6be"},{"name":"Class","item":[{"name":"Class-Create","id":"39158b7b-cc8c-4822-8be3-ad914b39670f","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"France\"\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/class?minorversion={{minorversion}}","description":"<p>Create a Class object\nMethod - POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","class"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"39158b7b-cc8c-4822-8be3-ad914b39670f"},{"name":"Class-ReadById","id":"02b59701-1a1d-4108-816b-192a4684d646","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"France\"\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/class/5000000000000018727?minorversion={{minorversion}}","description":"<p>Read a Class object by Id\nMethod - GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","class","5000000000000018727"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"02b59701-1a1d-4108-816b-192a4684d646"},{"name":"Class-Update","id":"6bb28d4a-bf8d-4e2e-9166-3d9696d67e5f","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"France-I\",\n    \"SubClass\": false,\n    \"FullyQualifiedName\": \"France\",\n    \"Active\": true,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"5000000000000018727\",\n    \"SyncToken\": \"0\"\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/class?minorversion={{minorversion}}","description":"<p>Update a Class object by Id\nMethod - UPDATE</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","class"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"6bb28d4a-bf8d-4e2e-9166-3d9696d67e5f"},{"name":"Class-Delete","id":"43836ff9-b238-47ee-bfcd-f5fb0f94c9f2","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"5000000000000018727\",\n    \"SyncToken\": \"1\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/class?operation=delete","description":"<p>Delete a Class entry\nMethod - POST</p>\n<p>Sample request payload </p>\n<p>{\n    \"Id\": \"5000000000000018727\",\n    \"SyncToken\": \"1\"\n}</p>\n<p>Sample response payload</p>\n<p>{\n  \"time\": \"2016-08-18T11:53:27.601-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","class"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"43836ff9-b238-47ee-bfcd-f5fb0f94c9f2"},{"name":"Class-ReadAll","id":"31877437-83d6-4e4e-95ff-94cb5a43a79e","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"Select * from Class startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all Class using the generic 'Query' endpoint\nMethod - POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"31877437-83d6-4e4e-95ff-94cb5a43a79e"}],"id":"365f7acb-8fd2-4151-a2df-1c6e4f6b4f12","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/class\">https://developer.intuit.com/docs/api/accounting/class</a></p>\n<p>Class objects provide a way to track different segments of the business so they're not tied to a particular client or project. For example, you can define classes to break down the income and expenses for each business segment. Classes are available to the entire transaction or to individual detail lines of a transaction.</p>\n<p>Ref - <a href=\"https://developer.intuit.com/docs/0100_quickbooks_online/0200_dev_guides/accounting/class_tracking\">https://developer.intuit.com/docs/0100_quickbooks_online/0200_dev_guides/accounting/class_tracking</a></p>\n","_postman_id":"365f7acb-8fd2-4151-a2df-1c6e4f6b4f12"},{"name":"CompanyInfo","item":[{"name":"CompanyInfo-ReadById","id":"597cc19e-dada-4903-ac5d-052ef4b77ed2","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"5000000000000018727\",\n    \"SyncToken\": \"1\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/companyinfo/{{companyid}}?minorversion={{minorversion}}","description":"<p>Method : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","companyinfo","{{companyid}}"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"597cc19e-dada-4903-ac5d-052ef4b77ed2"},{"name":"CompanyInfo-Read","id":"09260770-233f-4983-ac00-e46ce1a0324e","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"Select * from CompanyInfo"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Retrieve company using the generic 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"09260770-233f-4983-ac00-e46ce1a0324e"}],"id":"6256b690-b42f-4882-8b55-312a134a0fb7","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/companyinfo\">https://developer.intuit.com/docs/api/accounting/companyinfo</a></p>\n<p>The CompanyInfo object contains basic company information. In QuickBooks, company info and preferences are displayed in the same place under preferences, so it may be confusing to figure out from user interface which fields may belong to this object. But in general, properties such as company addresses or name are considered company information. Some attributes may exist in both CompanyInfo and Preferences objects.</p>\n","_postman_id":"6256b690-b42f-4882-8b55-312a134a0fb7"},{"name":"CreditMemo","item":[{"name":"CreditMemo-Create","id":"d8ed4c96-e0b9-4ee6-96c1-d1dd33524cd1","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Line\": [\n    {\n        \"Amount\": 50,\n        \"DetailType\": \"SalesItemLineDetail\",\n        \"SalesItemLineDetail\":\n        {\n            \"ItemRef\":\n            {\n                \"value\": \"3\",\n                \"name\": \"Concrete\"\n            }\n        }\n    }],\n    \"CustomerRef\":\n    {\n        \"value\": \"3\",\n        \"name\": \"CoolCars\"\n    }\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/creditmemo?minorversion={{minorversion}}","description":"<p>Create a credit memo\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","creditmemo"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"d8ed4c96-e0b9-4ee6-96c1-d1dd33524cd1"},{"name":"CreditMemo-ReadById","id":"dc0e098a-468d-40b4-9ad2-d6352ed57c61","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"160\",\n    \"SyncToken\": \"2\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/creditmemo/160?minorversion={{minorversion}}","description":"<p>Read a credit memo by Id\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","creditmemo","160"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"dc0e098a-468d-40b4-9ad2-d6352ed57c61"},{"name":"CreditMemo-Update","id":"36217017-c16f-405a-b587-41a6a04ff5d2","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"RemainingCredit\": 50,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"160\",\n    \"SyncToken\": \"0\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-18T13:09:52-07:00\",\n      \"LastUpdatedTime\": \"2016-08-18T13:09:52-07:00\"\n    },\n    \"CustomField\": [\n      {\n        \"DefinitionId\": \"1\",\n        \"Name\": \"Crew #\",\n        \"Type\": \"StringType\"\n      }\n    ],\n    \"DocNumber\": \"1040-Updated\",\n    \"TxnDate\": \"2016-08-18\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"LineNum\": 1,\n        \"Amount\": 50,\n        \"DetailType\": \"SalesItemLineDetail\",\n        \"SalesItemLineDetail\": {\n          \"ItemRef\": {\n            \"value\": \"3\",\n            \"name\": \"Concrete\"\n          },\n          \"TaxCodeRef\": {\n            \"value\": \"NON\"\n          }\n        }\n      },\n      {\n        \"Amount\": 50,\n        \"DetailType\": \"SubTotalLineDetail\",\n        \"SubTotalLineDetail\": {}\n      }\n    ],\n    \"TxnTaxDetail\": {\n      \"TotalTax\": 0\n    },\n    \"CustomerRef\": {\n      \"value\": \"3\",\n      \"name\": \"Cool Cars\"\n    },\n    \"BillAddr\": {\n      \"Id\": \"4\",\n      \"Line1\": \"65 Ocean Dr.\",\n      \"City\": \"Half Moon Bay\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"94213\",\n      \"Lat\": \"37.4300318\",\n      \"Long\": \"-122.4336537\"\n    },\n    \"ShipAddr\": {\n      \"Id\": \"4\",\n      \"Line1\": \"65 Ocean Dr.\",\n      \"City\": \"Half Moon Bay\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"94213\",\n      \"Lat\": \"37.4300318\",\n      \"Long\": \"-122.4336537\"\n    },\n    \"TotalAmt\": 50,\n    \"HomeTotalAmt\": 50,\n    \"ApplyTaxAfterDiscount\": false,\n    \"PrintStatus\": \"NeedToPrint\",\n    \"EmailStatus\": \"NotSet\",\n    \"Balance\": 50\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/creditmemo?minorversion={{minorversion}}","description":"<p>Update a credit memo\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","creditmemo"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"36217017-c16f-405a-b587-41a6a04ff5d2"},{"name":"CreditMemo-ReadAll","id":"11375dd2-dc0c-4e87-90cd-39691e015574","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"Select * from CreditMemo startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Retrieve company using the generic 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"11375dd2-dc0c-4e87-90cd-39691e015574"},{"name":"CreditMemo-Delete","id":"191f6458-0adc-42b2-9909-08f7b8301e1d","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"160\",\n    \"SyncToken\": \"2\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/creditmemo?operation=delete","description":"<p>Delete a credit memo by Id\nMethod : GET</p>\n<p>Sample request payload </p>\n<p>{\n    \"Id\": \"160\",\n    \"SyncToken\": \"2\"\n}</p>\n<p>Sample response payload </p>\n<p>{\n  \"CreditMemo\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"160\"\n  },\n  \"time\": \"2016-08-18T13:16:22.310-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","creditmemo"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"191f6458-0adc-42b2-9909-08f7b8301e1d"}],"id":"775d59ae-8be4-4417-bae5-60d33115fc2b","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/creditmemo\">https://developer.intuit.com/docs/api/accounting/creditmemo</a></p>\n<p>The CreditMemo object is a financial transaction representing a refund or credit of payment or part of a payment for goods or services that have been sold.</p>\n","_postman_id":"775d59ae-8be4-4417-bae5-60d33115fc2b"},{"name":"Customer","item":[{"name":"Customer-Create","id":"ee299328-ab68-4ee3-82cd-599dc268a4ad","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"BillAddr\": {\n        \"Line1\": \"123 Main Street\",\n        \"City\": \"Mountain View\",\n        \"Country\": \"USA\",\n        \"CountrySubDivisionCode\": \"CA\",\n        \"PostalCode\": \"94042\"\n    },\n    \"Notes\": \"Here are other details.\",\n    \"DisplayName\": \"King's Groceries1\",\n    \"PrimaryPhone\": {\n        \"FreeFormNumber\": \"(555) 555-5555\"\n    },\n    \"PrimaryEmailAddr\": {\n        \"Address\": \"jdrew@myemail.com\"\n    }\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/customer?minorversion={{minorversion}}","description":"<p>Create a customer\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","customer"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"ee299328-ab68-4ee3-82cd-599dc268a4ad"},{"name":"Customer-ReadById","id":"6c0daad8-8a33-42ab-8270-1e2a177997b7","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Taxable\": true,\n    \"BillAddr\": {\n      \"Id\": \"100\",\n      \"Line1\": \"123 Main Street\",\n      \"City\": \"Mountain View\",\n      \"Country\": \"USA\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"94042\"\n    },\n    \"Notes\": \"Here are other details.\",\n    \"Job\": false,\n    \"BillWithParent\": false,\n    \"Balance\": 0,\n    \"BalanceWithJobs\": 0,\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"PreferredDeliveryMethod\": \"Print\",\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"63\",\n    \"SyncToken\": \"2\",\n    \"FullyQualifiedName\": \"King's Groceries-Updated\",\n    \"DisplayName\": \"King's Groceries-Updated\",\n    \"PrintOnCheckName\": \"King's Groceries1\",\n    \"Active\": true,\n    \"PrimaryPhone\": {\n      \"FreeFormNumber\": \"(555) 555-5555\"\n    },\n    \"PrimaryEmailAddr\": {\n      \"Address\": \"jdrew@myemail.com\"\n    },\n    \"DefaultTaxCodeRef\": {\n      \"value\": \"2\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/customer/63?minorversion={{minorversion}}","description":"<p>Read a customer entry by Id\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","customer","63"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"6c0daad8-8a33-42ab-8270-1e2a177997b7"},{"name":"Customer-Update","id":"b1c11eea-7b45-4bd7-99ec-f681fc761802","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Taxable\": true,\n    \"BillAddr\": {\n      \"Id\": \"100\",\n      \"Line1\": \"123 Main Street\",\n      \"City\": \"Mountain View\",\n      \"Country\": \"USA\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"94042\"\n    },\n    \"Notes\": \"Here are other details.\",\n    \"Job\": false,\n    \"BillWithParent\": false,\n    \"Balance\": 0,\n    \"BalanceWithJobs\": 0,\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"PreferredDeliveryMethod\": \"Print\",\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"63\",\n    \"SyncToken\": \"2\",\n    \"FullyQualifiedName\": \"King's Groceries-Updated\",\n    \"DisplayName\": \"King's Groceries-Updated\",\n    \"PrintOnCheckName\": \"King's Groceries1\",\n    \"Active\": true,\n    \"PrimaryPhone\": {\n      \"FreeFormNumber\": \"(555) 555-5555\"\n    },\n    \"PrimaryEmailAddr\": {\n      \"Address\": \"jdrew@myemail.com\"\n    },\n    \"DefaultTaxCodeRef\": {\n      \"value\": \"2\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/customer?minorversion={{minorversion}}","description":"<p>Update a customer\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","customer"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"b1c11eea-7b45-4bd7-99ec-f681fc761802"},{"name":"Customer-Delete","id":"36c2370d-c0e6-4007-aefc-a89cf5d9ba40","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"QBO\",\n    \"sparse\": true,\n    \"Id\": \"67\",\n    \"SyncToken\": \"0\",\n    \"Active\": false\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/customer","description":"<p>Delete a customer by Id\nMethod : POST</p>\n<p>Customer(or any Name List entities) can't be deleted permanently. It can only be inactived by setting the value of 'Active' attribute to false.</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","customer"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"36c2370d-c0e6-4007-aefc-a89cf5d9ba40"},{"name":"Customer-ReadAll","id":"653ee609-bdf9-4065-b971-86a4c9a36e9e","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"Select * from Customer startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all customer entries using the generic 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"653ee609-bdf9-4065-b971-86a4c9a36e9e"}],"id":"3a0995bc-86a8-4aaa-b609-5e6c4187e11e","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/customer\">https://developer.intuit.com/docs/api/accounting/customer</a></p>\n<p>A customer is a consumer of the service or product that your business offers. The Customer object allows you to categorize customers according to your business requirements. To create a job, you must first create a customer and then create a job referencing that customer as a parent with the ParentRef attribute. Some areas a sub-customer/job can be used include:</p>\n<p>To track a job for the top-level customer, such as a kitchen remodel or bathroom remodel.\nMembers of a team or league.\nProperties managed by a Homeowner Association or Property Management Company.\nSee QuickBooks product documentation for more about sub-customers and jobs.</p>\n","_postman_id":"3a0995bc-86a8-4aaa-b609-5e6c4187e11e"},{"name":"Department","item":[{"name":"Department-Create","id":"7597a279-856d-4e1b-929b-a81e65c36b41","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Name\": \"Marketing Department\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/department?minorversion={{minorversion}}","description":"<p>Create a department object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","department"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"7597a279-856d-4e1b-929b-a81e65c36b41"},{"name":"Department-Update","id":"8260e9dc-1574-4377-a4cd-bdc144b6d539","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Marketing Department-Updated\",\n    \"SubDepartment\": false,\n    \"FullyQualifiedName\": \"Marketing Department\",\n    \"Active\": true,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"1\",\n    \"SyncToken\": \"0\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/department?minorversion={{minorversion}}","description":"<p>Update a department object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","department"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"8260e9dc-1574-4377-a4cd-bdc144b6d539"},{"name":"Department-ReadById","id":"4b799587-17eb-42a8-b882-69120f130b6e","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Marketing Department-Updated\",\n    \"SubDepartment\": false,\n    \"FullyQualifiedName\": \"Marketing Department\",\n    \"Active\": true,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"1\",\n    \"SyncToken\": \"0\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/department/1?minorversion={{minorversion}}","description":"<p>Read a department object\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","department","1"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"4b799587-17eb-42a8-b882-69120f130b6e"},{"name":"Department-Delete","id":"99cb1b6a-6447-4575-b6b4-ba875d4faa7c","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Marketing Department-Updated\",\n    \"SubDepartment\": false,\n    \"FullyQualifiedName\": \"Marketing Department\",\n    \"Active\": false,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"1\",\n    \"SyncToken\": \"2\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/department","description":"<p>Delete a department object\nMethod : POST</p>\n<p>Delete is achieved by setting the Active attribute to false in an entity update request; thus, making it inactive. In this type of delete, the record is not permanently deleted, but is hidden for display purposes. References to inactive objects are left intact.</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","department"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"99cb1b6a-6447-4575-b6b4-ba875d4faa7c"},{"name":"Department-ReadAll","id":"04ea785c-980c-4d73-8349-06be8ad3c371","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"Select * from Department startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Real all department objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"04ea785c-980c-4d73-8349-06be8ad3c371"}],"id":"8af27a18-8467-48f7-9c04-b1725cc5202b","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/department\">https://developer.intuit.com/docs/api/accounting/department</a></p>\n<p>The Department resource provides a way to track transactions based on physical locations such as stores, sales regions, or countries. As you create sales and expense transactions, consistently designate the department to which they belong. </p>\n","_postman_id":"8af27a18-8467-48f7-9c04-b1725cc5202b"},{"name":"Deposit","item":[{"name":"Deposit-Create","id":"21ba9c19-45cb-4f44-a80e-e00a6799b8c6","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"DepositToAccountRef\":\n    {\n        \"value\": \"35\",\n        \"name\": \"Checking\"\n    },\n    \"Line\": [\n    {\n        \"Amount\": 20.00,\n        \"DetailType\": \"DepositLineDetail\",\n        \"DepositLineDetail\":\n        {\n            \"AccountRef\":\n            {\n                \"value\": \"87\",\n                \"name\": \"Unapplied Cash Payment Income\"\n            }\n        }\n    }]\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/deposit?minorversion={{minorversion}}","description":"<p>Create a deposit object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","deposit"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"21ba9c19-45cb-4f44-a80e-e00a6799b8c6"},{"name":"Deposit-ReadById","id":"68ad02d6-0ae5-4d9a-bbbf-3693aae45517","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"DepositToAccountRef\": {\n      \"value\": \"35\",\n      \"name\": \"Checking\"\n    },\n    \"TotalAmt\": 205,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"162\",\n    \"SyncToken\": \"0\",\n    \"TxnDate\": \"2016-08-18\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"LineNum\": 1,\n        \"Amount\": 205,\n        \"DetailType\": \"DepositLineDetail\",\n        \"DepositLineDetail\": {\n          \"AccountRef\": {\n            \"value\": \"87\",\n            \"name\": \"Unapplied Cash Payment Income\"\n          }\n        }\n      }\n    ]\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/deposit/162?minorversion={{minorversion}}","description":"<p>Read a deposit object by Id\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","deposit","162"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"68ad02d6-0ae5-4d9a-bbbf-3693aae45517"},{"name":"Deposit-Update","id":"a220ad3b-1476-463e-adee-9dbd4666e102","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"DepositToAccountRef\": {\n      \"value\": \"35\",\n      \"name\": \"Checking\"\n    },\n    \"TotalAmt\": 205,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"162\",\n    \"SyncToken\": \"0\",\n    \"TxnDate\": \"2016-08-18\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"LineNum\": 1,\n        \"Amount\": 205,\n        \"DetailType\": \"DepositLineDetail\",\n        \"DepositLineDetail\": {\n          \"AccountRef\": {\n            \"value\": \"87\",\n            \"name\": \"Unapplied Cash Payment Income\"\n          }\n        }\n      }\n    ]\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/deposit?minorversion={{minorversion}}","description":"<p>Update a deposit object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","deposit"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"a220ad3b-1476-463e-adee-9dbd4666e102"},{"name":"Deposit-Delete","id":"07d6be07-cd89-4012-be66-ae24a826021f","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"162\",\n    \"SyncToken\": \"1\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/deposit?operation=delete","description":"<p>Delete a deposit object by Id\nMethod : POST</p>\n<p>Sample request payload </p>\n<p>{\n    \"Id\": \"162\",\n    \"SyncToken\": \"1\"\n}</p>\n<p>Sample response payload</p>\n<p>{\n  \"Deposit\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"162\"\n  },\n  \"time\": \"2016-08-18T16:01:36.997-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","deposit"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"07d6be07-cd89-4012-be66-ae24a826021f"},{"name":"Deposit-ReadAll","id":"146b6b9a-dbb2-4ff6-b05d-03af634acfda","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from Deposit startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all Deposit object using standard 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"146b6b9a-dbb2-4ff6-b05d-03af634acfda"}],"id":"b35477aa-2344-4847-8eb4-16d7674943b0","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/deposit\">https://developer.intuit.com/docs/api/accounting/deposit</a></p>\n<p>A deposit object is a transaction that records one or more deposits of the following types:</p>\n<p>A customer payment, originally held in the Undeposited Funds account, into the Asset Account specified by the Deposit.DepositToAccountRef attribute. The Deposit.line.LinkedTxn element is used in this case to hold deposit information.\nA new, direct deposit specified by Deposit.Line.DepositLineDetail line detail.</p>\n","_postman_id":"b35477aa-2344-4847-8eb4-16d7674943b0"},{"name":"Employee","item":[{"name":"Employee-Create","id":"65c13165-26eb-4112-903f-f6d1db77364a","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"SSN\": \"444-55-6666\",\n  \"PrimaryAddr\": {\n    \"Id\": \"50\",\n    \"Line1\": \"45 N. Elm Street\",\n    \"City\": \"Middlefield\",\n    \"CountrySubDivisionCode\": \"CA\",\n    \"PostalCode\": \"93242\"\n  },\n  \"GivenName\": \"John\",\n  \"FamilyName\": \"Meuller\",\n  \"PrimaryPhone\": {\n    \"FreeFormNumber\": \"408-525-1234\"\n  }\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/employee?minorversion={{minorversion}}","description":"<p>Create an employee object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","employee"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"65c13165-26eb-4112-903f-f6d1db77364a"},{"name":"Employee-ReadById","id":"5af74175-a86f-4d17-b31e-622202699a75","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"SSN\": \"XXX-XX-XXXX\",\n    \"PrimaryAddr\": {\n      \"Id\": \"105\",\n      \"Line1\": \"45 N. Elm Street\",\n      \"City\": \"Middlefield\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"93242\"\n    },\n    \"BillableTime\": false,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"68\",\n    \"SyncToken\": \"0\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-18T16:04:16-07:00\",\n      \"LastUpdatedTime\": \"2016-08-18T16:04:16-07:00\"\n    },\n    \"GivenName\": \"John\",\n    \"FamilyName\": \"Meuller\",\n    \"DisplayName\": \"John Meuller - Updated\",\n    \"PrintOnCheckName\": \"John Meuller\",\n    \"Active\": true,\n    \"PrimaryPhone\": {\n      \"FreeFormNumber\": \"408-525-1234\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/employee/68?minorversion={{minorversion}}","description":"<p>Retrive an employee object by ID\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","employee","68"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"5af74175-a86f-4d17-b31e-622202699a75"},{"name":"Employee-Update","id":"fdbc24b7-ea16-4cec-9d73-dcad11c1c523","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"SSN\": \"XXX-XX-XXXX\",\n    \"PrimaryAddr\": {\n      \"Id\": \"105\",\n      \"Line1\": \"45 N. Elm Street\",\n      \"City\": \"Middlefield\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"93242\"\n    },\n    \"BillableTime\": false,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"68\",\n    \"SyncToken\": \"0\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-18T16:04:16-07:00\",\n      \"LastUpdatedTime\": \"2016-08-18T16:04:16-07:00\"\n    },\n    \"GivenName\": \"John\",\n    \"FamilyName\": \"Meuller\",\n    \"DisplayName\": \"John Meuller - Updated\",\n    \"PrintOnCheckName\": \"John Meuller\",\n    \"Active\": true,\n    \"PrimaryPhone\": {\n      \"FreeFormNumber\": \"408-525-1234\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/employee?minorversion={{minorversion}}","description":"<p>Update an employee object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","employee"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"fdbc24b7-ea16-4cec-9d73-dcad11c1c523"},{"name":"Employee-Delete","id":"674df69b-2f6b-4760-adb8-9e266337f4c0","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"SSN\": \"XXX-XX-XXXX\",\n    \"PrimaryAddr\": {\n      \"Id\": \"105\",\n      \"Line1\": \"45 N. Elm Street\",\n      \"City\": \"Middlefield\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"93242\"\n    },\n    \"BillableTime\": false,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"68\",\n    \"SyncToken\": \"2\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-18T16:04:16-07:00\",\n      \"LastUpdatedTime\": \"2016-08-18T16:04:16-07:00\"\n    },\n    \"GivenName\": \"John\",\n    \"FamilyName\": \"Meuller\",\n    \"DisplayName\": \"John Meuller - Updated\",\n    \"PrintOnCheckName\": \"John Meuller\",\n    \"Active\": false,\n    \"PrimaryPhone\": {\n      \"FreeFormNumber\": \"408-525-1234\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/employee","description":"<p>Delete an employee object\nMethod : POST</p>\n<p>Delete via deactivation (active=false)</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","employee"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"674df69b-2f6b-4760-adb8-9e266337f4c0"},{"name":"Employee-ReadAll","id":"9c671ccf-7789-4af6-8f25-a6f6af953265","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from employee startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all employee objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"9c671ccf-7789-4af6-8f25-a6f6af953265"}],"id":"e21356af-9d2b-4325-90f2-575f183f8878","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/employee\">https://developer.intuit.com/docs/api/accounting/employee</a></p>\n<p>An Employee object represents a person working for the company.</p>\n<p>The DisplayName attribute must be unique.\nThe GivenName, MiddleName, FamilyName, and PrintOnCheckName attributes must not contain a colon (:).\nThe GivenName and FamilyName attributes are required.\nThe PrimaryEmailAddress attribute must contain an at sign (@) and dot (.).\nThe full complement of read, create, delete via deactivation (active=false), and update operations are available both with and without QuickBooks Payroll enabled. However, when Payroll is enabled, support for some attributes is limited:\nTitle—Not supported when QuickBooks Payroll is enabled.\nSuffix—Not supported when QuickBooks Payroll is enabled.\nDisplayName —It’s read only when QuickBooks Payroll is enabled and a concatenation of GivenName MiddleName FamilyName.\nPrintOnCheckName—Not supported when QuickBooks Payroll is enabled.\nBillRate—Not supported when QuickBooks Payroll is enabled.\nSSN—Masked SSNs, as is returned in a response, cannot be passed in a request when QuickBooks Payroll is enabled. Code for this field must be removed before submitting.</p>\n","_postman_id":"e21356af-9d2b-4325-90f2-575f183f8878"},{"name":"Estimate","item":[{"name":"Estimate-Create","id":"6ebfb569-4335-4cb9-825e-ee790626251d","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"LineNum\": 1,\n        \"Description\": \"Pest Control Services\",\n        \"Amount\": 35.0,\n        \"DetailType\": \"SalesItemLineDetail\",\n        \"SalesItemLineDetail\": {\n          \"ItemRef\": {\n            \"value\": \"10\",\n            \"name\": \"Pest Control\"\n          },\n          \"UnitPrice\": 35,\n          \"Qty\": 1,\n          \"TaxCodeRef\": {\n            \"value\": \"NON\"\n          }\n        }\n      },\n      {\n        \"Amount\": 35.0,\n        \"DetailType\": \"SubTotalLineDetail\",\n        \"SubTotalLineDetail\": {}\n      },\n      {\n        \"Amount\": 3.5,\n        \"DetailType\": \"DiscountLineDetail\",\n        \"DiscountLineDetail\": {\n          \"PercentBased\": true,\n          \"DiscountPercent\": 10,\n          \"DiscountAccountRef\": {\n            \"value\": \"86\",\n            \"name\": \"Discounts given\"\n          }\n        }\n      }\n    ],\n    \"TxnTaxDetail\": {\n      \"TotalTax\": 0\n    },\n    \"CustomerRef\": {\n      \"value\": \"3\",\n      \"name\": \"Cool Cars\"\n    },\n    \"CustomerMemo\": {\n      \"value\": \"Thank you for your business and have a great day!\"\n    },\n    \"TotalAmt\": 31.5,\n    \"ApplyTaxAfterDiscount\": false,\n    \"PrintStatus\": \"NeedToPrint\",\n    \"EmailStatus\": \"NotSet\",\n    \"BillEmail\": {\n      \"Address\": \"Cool_Cars@intuit.com\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/estimate?minorversion={{minorversion}}","description":"<p>Create an Estimate object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","estimate"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"6ebfb569-4335-4cb9-825e-ee790626251d"},{"name":"Estimate-Update","id":"8cf8e9f0-d86e-4dae-9823-e1497fd51131","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"163\",\n    \"SyncToken\": \"0\",\n    \"CustomField\": [\n      {\n        \"DefinitionId\": \"1\",\n        \"Name\": \"Crew #\",\n        \"Type\": \"StringType\"\n      }\n    ],\n    \"DocNumber\": \"1001-Updated\",\n    \"TxnDate\": \"2016-08-18\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"TxnStatus\": \"Pending\",\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"LineNum\": 1,\n        \"Description\": \"Pest Control Services\",\n        \"Amount\": 35,\n        \"DetailType\": \"SalesItemLineDetail\",\n        \"SalesItemLineDetail\": {\n          \"ItemRef\": {\n            \"value\": \"10\",\n            \"name\": \"Pest Control\"\n          },\n          \"UnitPrice\": 35,\n          \"Qty\": 1,\n          \"TaxCodeRef\": {\n            \"value\": \"NON\"\n          }\n        }\n      },\n      {\n        \"Amount\": 35,\n        \"DetailType\": \"SubTotalLineDetail\",\n        \"SubTotalLineDetail\": {}\n      },\n      {\n        \"Amount\": 3.5,\n        \"DetailType\": \"DiscountLineDetail\",\n        \"DiscountLineDetail\": {\n          \"PercentBased\": true,\n          \"DiscountPercent\": 10,\n          \"DiscountAccountRef\": {\n            \"value\": \"86\",\n            \"name\": \"Discounts given\"\n          }\n        }\n      }\n    ],\n    \"TxnTaxDetail\": {\n      \"TotalTax\": 0\n    },\n    \"CustomerRef\": {\n      \"value\": \"3\",\n      \"name\": \"Cool Cars\"\n    },\n    \"CustomerMemo\": {\n      \"value\": \"Thank you for your business and have a great day!\"\n    },\n    \"BillAddr\": {\n      \"Id\": \"4\",\n      \"Line1\": \"65 Ocean Dr.\",\n      \"City\": \"Half Moon Bay\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"94213\",\n      \"Lat\": \"37.4300318\",\n      \"Long\": \"-122.4336537\"\n    },\n    \"ShipAddr\": {\n      \"Id\": \"4\",\n      \"Line1\": \"65 Ocean Dr.\",\n      \"City\": \"Half Moon Bay\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"94213\",\n      \"Lat\": \"37.4300318\",\n      \"Long\": \"-122.4336537\"\n    },\n    \"TotalAmt\": 31.5,\n    \"HomeTotalAmt\": 31.5,\n    \"ApplyTaxAfterDiscount\": false,\n    \"PrintStatus\": \"NeedToPrint\",\n    \"EmailStatus\": \"NotSet\",\n    \"BillEmail\": {\n      \"Address\": \"Cool_Cars@intuit.com\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/estimate?minorversion={{minorversion}}","description":"<p>Update an Estimate object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","estimate"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"8cf8e9f0-d86e-4dae-9823-e1497fd51131"},{"name":"Estimate-ReadById","id":"a7b64abd-ff1c-470e-b1d9-c670784498a3","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"163\",\n    \"SyncToken\": \"0\",\n    \"CustomField\": [\n      {\n        \"DefinitionId\": \"1\",\n        \"Name\": \"Crew #\",\n        \"Type\": \"StringType\"\n      }\n    ],\n    \"DocNumber\": \"1001-Updated\",\n    \"TxnDate\": \"2016-08-18\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"TxnStatus\": \"Pending\",\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"LineNum\": 1,\n        \"Description\": \"Pest Control Services\",\n        \"Amount\": 35,\n        \"DetailType\": \"SalesItemLineDetail\",\n        \"SalesItemLineDetail\": {\n          \"ItemRef\": {\n            \"value\": \"10\",\n            \"name\": \"Pest Control\"\n          },\n          \"UnitPrice\": 35,\n          \"Qty\": 1,\n          \"TaxCodeRef\": {\n            \"value\": \"NON\"\n          }\n        }\n      },\n      {\n        \"Amount\": 35,\n        \"DetailType\": \"SubTotalLineDetail\",\n        \"SubTotalLineDetail\": {}\n      },\n      {\n        \"Amount\": 3.5,\n        \"DetailType\": \"DiscountLineDetail\",\n        \"DiscountLineDetail\": {\n          \"PercentBased\": true,\n          \"DiscountPercent\": 10,\n          \"DiscountAccountRef\": {\n            \"value\": \"86\",\n            \"name\": \"Discounts given\"\n          }\n        }\n      }\n    ],\n    \"TxnTaxDetail\": {\n      \"TotalTax\": 0\n    },\n    \"CustomerRef\": {\n      \"value\": \"3\",\n      \"name\": \"Cool Cars\"\n    },\n    \"CustomerMemo\": {\n      \"value\": \"Thank you for your business and have a great day!\"\n    },\n    \"BillAddr\": {\n      \"Id\": \"4\",\n      \"Line1\": \"65 Ocean Dr.\",\n      \"City\": \"Half Moon Bay\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"94213\",\n      \"Lat\": \"37.4300318\",\n      \"Long\": \"-122.4336537\"\n    },\n    \"ShipAddr\": {\n      \"Id\": \"4\",\n      \"Line1\": \"65 Ocean Dr.\",\n      \"City\": \"Half Moon Bay\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"94213\",\n      \"Lat\": \"37.4300318\",\n      \"Long\": \"-122.4336537\"\n    },\n    \"TotalAmt\": 31.5,\n    \"HomeTotalAmt\": 31.5,\n    \"ApplyTaxAfterDiscount\": false,\n    \"PrintStatus\": \"NeedToPrint\",\n    \"EmailStatus\": \"NotSet\",\n    \"BillEmail\": {\n      \"Address\": \"Cool_Cars@intuit.com\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/estimate/163?minorversion={{minorversion}}","description":"<p>Read an Estimate object by Id\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","estimate","163"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"a7b64abd-ff1c-470e-b1d9-c670784498a3"},{"name":"Estimate-Delete","id":"988ee4ea-7704-4456-82f5-5843c5c527d2","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"163\",\n    \"SyncToken\": \"1\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/estimate?operation=delete","description":"<p>Delete an Estimate object by Id\nMethod : POST</p>\n<p>Sample request sample </p>\n<p>{\n    \"Id\": \"163\",\n    \"SyncToken\": \"1\"\n}</p>\n<p>Sample response sample </p>\n<p>{\n  \"Estimate\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"163\"\n  },\n  \"time\": \"2016-08-18T16:26:18.345-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","estimate"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"988ee4ea-7704-4456-82f5-5843c5c527d2"},{"name":"Estimate-ReadAll","id":"1888800a-822e-486e-9b5a-e19146336586","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from estimate startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all estimate objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"1888800a-822e-486e-9b5a-e19146336586"}],"id":"692bf710-327e-4dba-bd05-b1366a69d151","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/estimate\">https://developer.intuit.com/docs/api/accounting/estimate</a></p>\n<p>Estimate represents a proposal for a financial transaction from a business to a customer for goods or services proposed to be sold, including proposed pricing.</p>\n","_postman_id":"692bf710-327e-4dba-bd05-b1366a69d151"},{"name":"ExchangeRate","item":[{"name":"ExchangeRate - GetDetails","id":"4e4d2dfe-b77c-4d74-a588-e99818915f88","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{baseurl}}/v3/company/{{companyid}}/exchangerate?sourcecurrencycode=USD&asofdate=2017-04-25&minorversion={{minorversion}}","description":"<p>Get ExchangeRate\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","exchangerate"],"host":["{{baseurl}}"],"query":[{"key":"sourcecurrencycode","value":"USD"},{"key":"asofdate","value":"2017-04-25"},{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"4e4d2dfe-b77c-4d74-a588-e99818915f88"},{"name":"ExchangeRate - Query","id":"5bfd9258-8175-487e-9828-544516cce012","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"text/plain"}],"body":{"mode":"raw","raw":"select * from exchangerate where sourcecurrencycode in ('USD', 'INR') and asofdate='2016-07-07'"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?query=select * from exchangerate where sourcecurrencycode in ('EUR', 'INR') and asofdate='2017-07-07'&minorversion={{minorversion}}","description":"<p>Query ExchangeRate\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"query","value":"select * from exchangerate where sourcecurrencycode in ('EUR', 'INR') and asofdate='2017-07-07'"},{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"5bfd9258-8175-487e-9828-544516cce012"}],"id":"48a8ae9a-4765-49aa-b0d5-52f96933d366","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/exchangerate\">https://developer.intuit.com/docs/api/accounting/exchangerate</a></p>\n<p>Applicable only for those companies that enable multicurrency, the exchangerate resource provides the ability to query and set exchange rates available to the QuickBooks Online company. This entity works in combination with the companycurrency entity and the Currency Center in the QuickBooks Online UI to manage exchange rates for the company.</p>\n","_postman_id":"48a8ae9a-4765-49aa-b0d5-52f96933d366"},{"name":"Invoice","item":[{"name":"Invoice-Create","id":"526aeed3-3afa-47ac-aedc-012bd6fb439c","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 100.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"1\",\n          \"name\": \"Services\"\n        }\n      }\n    }\n  ],\n  \"CustomerRef\": {\n    \"value\": \"1\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/invoice?minorversion={{minorversion}}","description":"<p>Create an invoice object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","invoice"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"526aeed3-3afa-47ac-aedc-012bd6fb439c"},{"name":"Invoice-ReadById","id":"b278b7f3-1f54-4c3e-98df-4d1033ae4ef1","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"163\",\n    \"SyncToken\": \"0\",\n    \"CustomField\": [\n      {\n        \"DefinitionId\": \"1\",\n        \"Name\": \"Crew #\",\n        \"Type\": \"StringType\"\n      }\n    ],\n    \"DocNumber\": \"1001-Updated\",\n    \"TxnDate\": \"2016-08-18\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"TxnStatus\": \"Pending\",\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"LineNum\": 1,\n        \"Description\": \"Pest Control Services\",\n        \"Amount\": 35,\n        \"DetailType\": \"SalesItemLineDetail\",\n        \"SalesItemLineDetail\": {\n          \"ItemRef\": {\n            \"value\": \"10\",\n            \"name\": \"Pest Control\"\n          },\n          \"UnitPrice\": 35,\n          \"Qty\": 1,\n          \"TaxCodeRef\": {\n            \"value\": \"NON\"\n          }\n        }\n      },\n      {\n        \"Amount\": 35,\n        \"DetailType\": \"SubTotalLineDetail\",\n        \"SubTotalLineDetail\": {}\n      },\n      {\n        \"Amount\": 3.5,\n        \"DetailType\": \"DiscountLineDetail\",\n        \"DiscountLineDetail\": {\n          \"PercentBased\": true,\n          \"DiscountPercent\": 10,\n          \"DiscountAccountRef\": {\n            \"value\": \"86\",\n            \"name\": \"Discounts given\"\n          }\n        }\n      }\n    ],\n    \"TxnTaxDetail\": {\n      \"TotalTax\": 0\n    },\n    \"CustomerRef\": {\n      \"value\": \"3\",\n      \"name\": \"Cool Cars\"\n    },\n    \"CustomerMemo\": {\n      \"value\": \"Thank you for your business and have a great day!\"\n    },\n    \"BillAddr\": {\n      \"Id\": \"4\",\n      \"Line1\": \"65 Ocean Dr.\",\n      \"City\": \"Half Moon Bay\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"94213\",\n      \"Lat\": \"37.4300318\",\n      \"Long\": \"-122.4336537\"\n    },\n    \"ShipAddr\": {\n      \"Id\": \"4\",\n      \"Line1\": \"65 Ocean Dr.\",\n      \"City\": \"Half Moon Bay\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"94213\",\n      \"Lat\": \"37.4300318\",\n      \"Long\": \"-122.4336537\"\n    },\n    \"TotalAmt\": 31.5,\n    \"HomeTotalAmt\": 31.5,\n    \"ApplyTaxAfterDiscount\": false,\n    \"PrintStatus\": \"NeedToPrint\",\n    \"EmailStatus\": \"NotSet\",\n    \"BillEmail\": {\n      \"Address\": \"Cool_Cars@intuit.com\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/invoice/147?minorversion={{minorversion}}","description":"<p>Read an invoice object by Id\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","invoice","147"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"b278b7f3-1f54-4c3e-98df-4d1033ae4ef1"},{"name":"Invoice-Update","id":"15e690cc-49a1-4d83-8651-7134be795685","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Deposit\": 0,\n    \"AllowIPNPayment\": false,\n    \"AllowOnlinePayment\": false,\n    \"AllowOnlineCreditCardPayment\": false,\n    \"AllowOnlineACHPayment\": false,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"164\",\n    \"SyncToken\": \"0\",\n    \"CustomField\": [\n      {\n        \"DefinitionId\": \"1\",\n        \"Name\": \"Crew #\",\n        \"Type\": \"StringType\"\n      }\n    ],\n    \"DocNumber\": \"1041-Updated\",\n    \"TxnDate\": \"2016-08-18\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"LinkedTxn\": [],\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"LineNum\": 1,\n        \"Amount\": 100,\n        \"DetailType\": \"SalesItemLineDetail\",\n        \"SalesItemLineDetail\": {\n          \"ItemRef\": {\n            \"value\": \"1\",\n            \"name\": \"Services\"\n          },\n          \"TaxCodeRef\": {\n            \"value\": \"NON\"\n          }\n        }\n      },\n      {\n        \"Amount\": 100,\n        \"DetailType\": \"SubTotalLineDetail\",\n        \"SubTotalLineDetail\": {}\n      }\n    ],\n    \"TxnTaxDetail\": {\n      \"TotalTax\": 0\n    },\n    \"CustomerRef\": {\n      \"value\": \"1\",\n      \"name\": \"Amy's Bird Sanctuary\"\n    },\n    \"BillAddr\": {\n      \"Id\": \"2\",\n      \"Line1\": \"4581 Finch St.\",\n      \"City\": \"Bayshore\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"94326\",\n      \"Lat\": \"INVALID\",\n      \"Long\": \"INVALID\"\n    },\n    \"ShipAddr\": {\n      \"Id\": \"2\",\n      \"Line1\": \"4581 Finch St.\",\n      \"City\": \"Bayshore\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"94326\",\n      \"Lat\": \"INVALID\",\n      \"Long\": \"INVALID\"\n    },\n    \"DueDate\": \"2016-09-17\",\n    \"TotalAmt\": 100,\n    \"HomeTotalAmt\": 100,\n    \"ApplyTaxAfterDiscount\": false,\n    \"PrintStatus\": \"NeedToPrint\",\n    \"EmailStatus\": \"NotSet\",\n    \"Balance\": 100\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/invoice?minorversion={{minorversion}}","description":"<p>Update an invoice object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","invoice"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"15e690cc-49a1-4d83-8651-7134be795685"},{"name":"Invoice-Delete","id":"916fd77c-c4f6-418e-b71f-f0dca4afabfe","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"130\",\n    \"SyncToken\": \"10\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/invoice?operation=delete","description":"<p>Delete an invoice object by Id\nMethod : POST</p>\n<p>Sample request sample </p>\n<p>{\n    \"Id\": \"130\",\n    \"SyncToken\": \"10\"\n}</p>\n<p>Sample response sample </p>\n<p>{\n  \"Invoice\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"130\"\n  },\n  \"time\": \"2016-08-18T16:30:14.232-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","invoice"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"916fd77c-c4f6-418e-b71f-f0dca4afabfe"},{"name":"Invoice-ReadAll","id":"636315d6-7b43-4628-902a-8657b7fc3c04","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from invoice startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all invoice objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"636315d6-7b43-4628-902a-8657b7fc3c04"},{"name":"Invoice-Void","id":"baca8172-8447-4543-9768-9c1820b088d9","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"173\",\n    \"SyncToken\": \"2\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/invoice?operation=void","description":"<p>Void an invoice object by Id\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","invoice"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"void"}],"variable":[]}},"response":[],"_postman_id":"baca8172-8447-4543-9768-9c1820b088d9"}],"id":"2bc4dde5-53b3-44a6-a3bb-4baa8cfe9c00","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/invoice\">https://developer.intuit.com/docs/api/accounting/invoice</a></p>\n<p>An Invoice represents a sales form where the customer pays for a product or service later.</p>\n","_postman_id":"2bc4dde5-53b3-44a6-a3bb-4baa8cfe9c00"},{"name":"Item","item":[{"name":"Item-Create","id":"c74b3e7f-8d50-4ad2-99b6-5c0bddfcd482","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Name\": \"Garden Supplies1\",\n  \"IncomeAccountRef\": {\n    \"value\": \"79\",\n    \"name\": \"Sales of Product Income\"\n  },\n  \"ExpenseAccountRef\": {\n    \"value\": \"80\",\n    \"name\": \"Cost of Goods Sold\"\n  },\n  \"AssetAccountRef\": {\n    \"value\": \"81\",\n    \"name\": \"Inventory Asset\"\n  },\n  \"Type\": \"Inventory\",\n  \"TrackQtyOnHand\": true,\n  \"QtyOnHand\": 10,\n  \"InvStartDate\": \"2015-01-01\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/item?minorversion={{minorversion}}","description":"<p>Create an item object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","item"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"c74b3e7f-8d50-4ad2-99b6-5c0bddfcd482"},{"name":"Item-ReadById","id":"2898b4e9-3b1b-4d9b-9e9d-bc93ebe6f179","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"select * from item startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/item/2?minorversion={{minorversion}}","description":"<p>Read an Item by Id\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","item","2"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"2898b4e9-3b1b-4d9b-9e9d-bc93ebe6f179"},{"name":"Item-Update","id":"38a05134-4351-49d8-94d5-dbfa7f942397","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Garden Supplies-Updated\",\n    \"Active\": true,\n    \"FullyQualifiedName\": \"Garden Supplies-Updated\",\n    \"Taxable\": false,\n    \"UnitPrice\": 0,\n    \"Type\": \"Inventory\",\n    \"IncomeAccountRef\": {\n      \"value\": \"79\",\n      \"name\": \"Sales of Product Income\"\n    },\n    \"PurchaseCost\": 0,\n    \"ExpenseAccountRef\": {\n      \"value\": \"80\",\n      \"name\": \"Cost of Goods Sold\"\n    },\n    \"AssetAccountRef\": {\n      \"value\": \"81\",\n      \"name\": \"Inventory Asset\"\n    },\n    \"TrackQtyOnHand\": true,\n    \"QtyOnHand\": 10,\n    \"InvStartDate\": \"2015-01-01\",\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"20\",\n    \"SyncToken\": \"0\"\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/item?minorversion={{minorversion}}","description":"<p>Update an item object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","item"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"38a05134-4351-49d8-94d5-dbfa7f942397"},{"name":"Item-Delete","id":"ac4686ab-bcaf-4166-a313-b42553ccb7e8","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Garden Supplies-Updated\",\n    \"Active\": false,\n    \"FullyQualifiedName\": \"Garden Supplies-Updated\",\n    \"Taxable\": false,\n    \"UnitPrice\": 0,\n    \"Type\": \"Inventory\",\n    \"IncomeAccountRef\": {\n      \"value\": \"79\",\n      \"name\": \"Sales of Product Income\"\n    },\n    \"PurchaseCost\": 0,\n    \"ExpenseAccountRef\": {\n      \"value\": \"80\",\n      \"name\": \"Cost of Goods Sold\"\n    },\n    \"AssetAccountRef\": {\n      \"value\": \"81\",\n      \"name\": \"Inventory Asset\"\n    },\n    \"TrackQtyOnHand\": true,\n    \"QtyOnHand\": 10,\n    \"InvStartDate\": \"2015-01-01\",\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"20\",\n    \"SyncToken\": \"0\"\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/item?minorversion={{minorversion}}","description":"<p>Delete an item object\nMethod : POST</p>\n<p>Item object can't be deleted permanently. It can only be dactivated. </p>\n<p>Delete endpoint returns full item details.</p>\n<p>Sample response payload </p>\n<p>{\n  \"Item\": {\n    \"Name\": \"Garden Supplies-Updated (deleted)\",\n    \"Active\": false,\n    \"FullyQualifiedName\": \"Garden Supplies-Updated (deleted)\",\n    \"Taxable\": false,\n    \"UnitPrice\": 0,\n    \"Type\": \"Inventory\",\n    \"IncomeAccountRef\": {\n      \"value\": \"79\",\n      \"name\": \"Sales of Product Income\"\n    },\n    \"PurchaseCost\": 0,\n    \"ExpenseAccountRef\": {\n      \"value\": \"80\",\n      \"name\": \"Cost of Goods Sold\"\n    },\n    \"AssetAccountRef\": {\n      \"value\": \"81\",\n      \"name\": \"Inventory Asset\"\n    },\n    \"TrackQtyOnHand\": true,\n    \"QtyOnHand\": 0,\n    \"InvStartDate\": \"2015-01-01\",\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"20\",\n    \"SyncToken\": \"2\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-18T20:05:48-07:00\",\n      \"LastUpdatedTime\": \"2016-08-18T20:09:43-07:00\"\n    }\n  },\n  \"time\": \"2016-08-18T20:09:43.174-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","item"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"ac4686ab-bcaf-4166-a313-b42553ccb7e8"},{"name":"Item-ReadAll","id":"03e5b90c-99fa-4b21-a7a3-8a6150f01d62","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from item startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all item objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"03e5b90c-99fa-4b21-a7a3-8a6150f01d62"}],"id":"966debf1-a92b-4361-8b09-7cad7642fb89","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/item\">https://developer.intuit.com/docs/api/accounting/item</a></p>\n<p>An item is a thing that your company buys, sells, or re-sells, such as products and services. An item is shown as a line on an invoice or other sales form. </p>\n","_postman_id":"966debf1-a92b-4361-8b09-7cad7642fb89"},{"name":"JournalEntry","item":[{"name":"JournalEntry-Create","id":"8bd5da03-6a5e-4ab2-8c22-5c81ed751b62","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Id\": \"0\",\n      \"Description\": \"nov portion of rider insurance\",\n      \"Amount\": 100.0,\n      \"DetailType\": \"JournalEntryLineDetail\",\n      \"JournalEntryLineDetail\": {\n        \"PostingType\": \"Debit\",\n         \"AccountRef\": {\n                \"value\": \"39\",\n                \"name\": \"Opening Bal Equity\"\n              }\n      }\n    },\n    {\n      \"Description\": \"nov portion of rider insurance\",\n      \"Amount\": 100.0,\n      \"DetailType\": \"JournalEntryLineDetail\",\n      \"JournalEntryLineDetail\": {\n        \"PostingType\": \"Credit\",\n              \"AccountRef\": {\n                \"value\": \"44\",\n                \"name\": \"Notes Payable\"\n              }\n\n      }\n    }\n  ]\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/journalentry?minorversion={{minorversion}}","description":"<p>Create an journalentry object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","journalentry"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"8bd5da03-6a5e-4ab2-8c22-5c81ed751b62"},{"name":"JournalEntry-ReadById","id":"7b29ad7a-4224-47d9-a47c-63627bc07def","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Id\": \"0\",\n      \"Description\": \"nov portion of rider insurance\",\n      \"Amount\": 100.0,\n      \"DetailType\": \"JournalEntryLineDetail\",\n      \"JournalEntryLineDetail\": {\n        \"PostingType\": \"Debit\",\n         \"AccountRef\": {\n                \"value\": \"39\",\n                \"name\": \"Opening Bal Equity\"\n              }\n      }\n    },\n    {\n      \"Description\": \"nov portion of rider insurance\",\n      \"Amount\": 100.0,\n      \"DetailType\": \"JournalEntryLineDetail\",\n      \"JournalEntryLineDetail\": {\n        \"PostingType\": \"Credit\",\n              \"AccountRef\": {\n                \"value\": \"44\",\n                \"name\": \"Notes Payable\"\n              }\n\n      }\n    }\n  ]\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/journalentry/8?minorversion={{minorversion}}","description":"<p>Read an journalentry object by Id\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","journalentry","8"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"7b29ad7a-4224-47d9-a47c-63627bc07def"},{"name":"JournalEntry-Update","id":"fb7e4330-cc43-4561-86b8-4b7c0c0038a3","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Adjustment\": false,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"167\",\n    \"SyncToken\": \"0\",\n    \"TxnDate\": \"2016-08-19\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"Line\": [\n      {\n        \"Id\": \"0\",\n        \"Description\": \"nov portion of rider insurance-updated\",\n        \"Amount\": 100,\n        \"DetailType\": \"JournalEntryLineDetail\",\n        \"JournalEntryLineDetail\": {\n          \"PostingType\": \"Debit\",\n          \"AccountRef\": {\n            \"value\": \"39\",\n            \"name\": \"Truck:Depreciation\"\n          }\n        }\n      },\n      {\n        \"Id\": \"1\",\n        \"Description\": \"nov portion of rider insurance-updated\",\n        \"Amount\": 100,\n        \"DetailType\": \"JournalEntryLineDetail\",\n        \"JournalEntryLineDetail\": {\n          \"PostingType\": \"Credit\",\n          \"AccountRef\": {\n            \"value\": \"44\",\n            \"name\": \"Notes Payable\"\n          }\n        }\n      }\n    ],\n    \"TxnTaxDetail\": {}\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/journalentry?minorversion={{minorversion}}","description":"<p>Update an journalentry object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","journalentry"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"fb7e4330-cc43-4561-86b8-4b7c0c0038a3"},{"name":"JournalEntry-Delete","id":"e709ef29-22a6-40c6-be73-429948e5e11c","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"167\",\n    \"SyncToken\": \"0\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/journalentry?operation=delete","description":"<p>Delete an journalentry object\nMethod : POST</p>\n<p>Sample request payload </p>\n<p>{\n    \"Id\": \"167\",\n    \"SyncToken\": \"0\"\n}</p>\n<p>Sample response payload </p>\n<p>{\n  \"JournalEntry\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"167\"\n  },\n  \"time\": \"2016-08-18T20:16:26.585-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","journalentry"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"e709ef29-22a6-40c6-be73-429948e5e11c"},{"name":"JournalEntry-ReadAll","id":"52dacb8d-3392-4ef7-8296-69f8c20e2410","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from journalentry startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all journalentry objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"52dacb8d-3392-4ef7-8296-69f8c20e2410"}],"id":"9d6caa51-f624-4efd-afdd-2a7910988659","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/journalentry\">https://developer.intuit.com/docs/api/accounting/journalentry</a></p>\n<p>JournalEntry is a transaction in which:</p>\n<p>There are at least one pair of lines, a debit and a credit, called distribution lines.\nEach distribution line has an account from the Chart of Accounts. Query the Account resource for a listing of the Chart of Accounts.\nThe total of the debit column equals the total of the credit column.\nWhen you record a transaction with a JournalEntry object, the QuickBooks Online UI labels the transaction as JRNL in the register and as General Journal on reports that list transactions.</p>\n","_postman_id":"9d6caa51-f624-4efd-afdd-2a7910988659"},{"name":"Payment","item":[{"name":"Payment-Create","id":"9ac3f5be-06aa-4d10-9e8d-c16295cded83","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"CustomerRef\":\n    {\n        \"value\": \"58\",\n        \"name\": \"TEST123\"\n    },\n    \"TotalAmt\": 100.00,\n    \"Line\": [\n    {\n        \"Amount\": 100.00,\n        \"LinkedTxn\": [\n        {\n            \"TxnId\": \"173\",\n            \"TxnType\": \"Invoice\"\n        }]\n    }]\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/payment?minorversion={{minorversion}}","description":"<p>Create an payment object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","payment"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"9ac3f5be-06aa-4d10-9e8d-c16295cded83"},{"name":"Payment-ReadByID","id":"c9f12577-1c68-4ec1-8c25-23293f260455","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"CustomerRef\":\n    {\n        \"value\": \"58\",\n        \"name\": \"TEST123\"\n    },\n    \"TotalAmt\": 100.00,\n    \"Line\": [\n    {\n        \"Amount\": 100.00,\n        \"LinkedTxn\": [\n        {\n            \"TxnId\": \"173\",\n            \"TxnType\": \"Invoice\"\n        }]\n    }]\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/payment/174?minorversion={{minorversion}}","description":"<p>Read a payment object by Id\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","payment","174"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"c9f12577-1c68-4ec1-8c25-23293f260455"},{"name":"Payment-ReadAll","id":"5f9e4ed0-c971-47e2-9696-1f17605d501a","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from payment startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all payment objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"5f9e4ed0-c971-47e2-9696-1f17605d501a"},{"name":"Payment-Update","id":"bd320040-5c55-4cf3-a46a-801a4a810dea","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"CustomerRef\": {\n      \"value\": \"58\",\n      \"name\": \"TEST123\"\n    },\n    \"DepositToAccountRef\": {\n      \"value\": \"4\"\n    },\n    \"TotalAmt\": 100,\n    \"UnappliedAmt\": 0,\n    \"ProcessPayment\": false,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"174\",\n    \"SyncToken\": \"0\",\n    \"TxnDate\": \"2016-08-29\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"Line\": [\n      {\n        \"Amount\": 100,\n        \"LinkedTxn\": [\n          {\n            \"TxnId\": \"173\",\n            \"TxnType\": \"Invoice\"\n          }\n        ],\n        \"LineEx\": {\n          \"any\": [\n            {\n              \"name\": \"{http://schema.intuit.com/finance/v3}NameValue\",\n              \"declaredType\": \"com.intuit.schema.finance.v3.NameValue\",\n              \"scope\": \"javax.xml.bind.JAXBElement$GlobalScope\",\n              \"value\": {\n                \"Name\": \"txnId\",\n                \"Value\": \"173\"\n              },\n              \"nil\": false,\n              \"globalScope\": true,\n              \"typeSubstituted\": false\n            },\n            {\n              \"name\": \"{http://schema.intuit.com/finance/v3}NameValue\",\n              \"declaredType\": \"com.intuit.schema.finance.v3.NameValue\",\n              \"scope\": \"javax.xml.bind.JAXBElement$GlobalScope\",\n              \"value\": {\n                \"Name\": \"txnOpenBalance\",\n                \"Value\": \"100.00\"\n              },\n              \"nil\": false,\n              \"globalScope\": true,\n              \"typeSubstituted\": false\n            },\n            {\n              \"name\": \"{http://schema.intuit.com/finance/v3}NameValue\",\n              \"declaredType\": \"com.intuit.schema.finance.v3.NameValue\",\n              \"scope\": \"javax.xml.bind.JAXBElement$GlobalScope\",\n              \"value\": {\n                \"Name\": \"txnReferenceNumber\",\n                \"Value\": \"1043\"\n              },\n              \"nil\": false,\n              \"globalScope\": true,\n              \"typeSubstituted\": false\n            }\n          ]\n        }\n      }\n    ]\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/payment?minorversion={{minorversion}}","description":"<p>Update an payment object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","payment"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"bd320040-5c55-4cf3-a46a-801a4a810dea"},{"name":"Payment-Delete","id":"1a8626e3-0c3f-4549-8614-f8eaad3334c9","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"174\",\n    \"SyncToken\": \"1\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/payment?operation=delete","description":"<p>Delete a payment object\nMethod : POST</p>\n<p>Sample response payload</p>\n<p>{\n  \"Payment\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"174\"\n  },\n  \"time\": \"2016-08-23T20:06:18.696-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","payment"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"1a8626e3-0c3f-4549-8614-f8eaad3334c9"}],"id":"4aa2c037-2948-49c8-ad51-8bb7ad29d7d0","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/payment\">https://developer.intuit.com/docs/api/accounting/payment</a></p>\n<p>A Payment object records a payment in QuickBooks. The payment can be applied for a particular customer against multiple Invoices and Credit Memos. It can also be created without any Invoice or Credit Memo, by just specifying an amount. </p>\n","_postman_id":"4aa2c037-2948-49c8-ad51-8bb7ad29d7d0"},{"name":"PaymentMethod","item":[{"name":"PaymentMethod-Create","id":"8d28eae8-828d-4e61-97ef-eecc51855c3d","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Name\": \"Business Check\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/paymentmethod?minorversion={{minorversion}}","description":"<p>Create a payment method\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","paymentmethod"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"8d28eae8-828d-4e61-97ef-eecc51855c3d"},{"name":"PaymentMethod-ReadById","id":"2fca0d03-610b-488f-92ef-174155a87085","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Business Check-Updated\",\n    \"Active\": true,\n    \"Type\": \"NON_CREDIT_CARD\",\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"8\",\n    \"SyncToken\": \"0\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-23T20:09:50-07:00\",\n      \"LastUpdatedTime\": \"2016-08-23T20:09:50-07:00\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/paymentmethod/8?minorversion={{minorversion}}","description":"<p>Read a payment method\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","paymentmethod","8"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"2fca0d03-610b-488f-92ef-174155a87085"},{"name":"PaymentMethod-Update","id":"426f4297-55f6-4e97-b4e9-171fb14b1d6f","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Business Check-Updated\",\n    \"Active\": true,\n    \"Type\": \"NON_CREDIT_CARD\",\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"8\",\n    \"SyncToken\": \"0\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-23T20:09:50-07:00\",\n      \"LastUpdatedTime\": \"2016-08-23T20:09:50-07:00\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/paymentmethod?minorversion={{minorversion}}","description":"<p>Update a payment method\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","paymentmethod"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"426f4297-55f6-4e97-b4e9-171fb14b1d6f"},{"name":"PaymentMethod-Delete","id":"45da11da-9825-492d-a0bd-b3316040a8b1","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Business Check-Updated\",\n    \"Active\": false,\n    \"Type\": \"NON_CREDIT_CARD\",\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"8\",\n    \"SyncToken\": \"0\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-23T20:09:50-07:00\",\n      \"LastUpdatedTime\": \"2016-08-23T20:09:50-07:00\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/paymentmethod","description":"<p>Delete a payment method\nMethod : GET</p>\n<p>Delete is achieved by setting the Active attribute to false in an object update request; thus, making it inactive. In this type of delete, the record is not permanently deleted, but is hidden for display purposes. References to inactive objects are left intact.</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","paymentmethod"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"45da11da-9825-492d-a0bd-b3316040a8b1"},{"name":"PaymentMethod-ReadAll","id":"3be00938-ade0-4ca1-98c3-4ba2b9c3d42c","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from paymentmethod startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all paymentmethod objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"3be00938-ade0-4ca1-98c3-4ba2b9c3d42c"}],"id":"6312c39d-6e3b-4972-bc95-b55eaa2fb9b3","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/paymentmethod\">https://developer.intuit.com/docs/api/accounting/paymentmethod</a></p>\n<p>The PaymentMethod resource provides the method of payment for received goods. </p>\n","_postman_id":"6312c39d-6e3b-4972-bc95-b55eaa2fb9b3"},{"name":"Preferences","item":[{"name":"Preference-ReadAll","id":"08a0647e-2f21-4ace-a842-a75004e5e187","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from preferences "},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all preference objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"08a0647e-2f21-4ace-a842-a75004e5e187"},{"name":"Preference-Read","id":"7d261aca-6845-4a41-b6f5-bd1a1b931cbd","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"select * from preferences "},"url":"https://{{baseurl}}/v3/company/{{companyid}}/preferences?minorversion={{minorversion}}","description":"<p>Read the preference object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","preferences"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"7d261aca-6845-4a41-b6f5-bd1a1b931cbd"},{"name":"Preference-Update","id":"479db6e9-fc46-4578-b027-10b134197873","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"AccountingInfoPrefs\": {\n          \"TrackDepartments\": true,\n          \"DepartmentTerminology\": \"Location\",\n          \"ClassTrackingPerTxn\": false,\n          \"ClassTrackingPerTxnLine\": true,\n          \"CustomerTerminology\": \"Customers\"\n        },\n        \"ProductAndServicesPrefs\": {\n          \"ForSales\": true,\n          \"ForPurchase\": true,\n          \"QuantityWithPriceAndRate\": true,\n          \"QuantityOnHand\": true\n        },\n        \"SalesFormsPrefs\": {\n          \"CustomField\": [\n            {\n              \"CustomField\": [\n                {\n                  \"Name\": \"SalesFormsPrefs.UseSalesCustom3\",\n                  \"Type\": \"BooleanType\",\n                  \"BooleanValue\": false\n                },\n                {\n                  \"Name\": \"SalesFormsPrefs.UseSalesCustom2\",\n                  \"Type\": \"BooleanType\",\n                  \"BooleanValue\": false\n                },\n                {\n                  \"Name\": \"SalesFormsPrefs.UseSalesCustom1\",\n                  \"Type\": \"BooleanType\",\n                  \"BooleanValue\": true\n                }\n              ]\n            },\n            {\n              \"CustomField\": [\n                {\n                  \"Name\": \"SalesFormsPrefs.SalesCustomName1\",\n                  \"Type\": \"StringType\",\n                  \"StringValue\": \"Crew #\"\n                }\n              ]\n            }\n          ],\n          \"CustomTxnNumbers\": false,\n          \"AllowDeposit\": true,\n          \"AllowDiscount\": true,\n          \"DefaultDiscountAccount\": \"86\",\n          \"AllowEstimates\": true,\n          \"ETransactionEnabledStatus\": \"NotApplicable\",\n          \"ETransactionAttachPDF\": false,\n          \"ETransactionPaymentEnabled\": false,\n          \"IPNSupportEnabled\": false,\n          \"AllowServiceDate\": false,\n          \"AllowShipping\": false,\n          \"DefaultTerms\": {\n            \"value\": \"3\"\n          },\n          \"DefaultCustomerMessage\": \"Thank you for your business and have a great day!\"\n        },\n        \"EmailMessagesPrefs\": {\n          \"InvoiceMessage\": {\n            \"Subject\": \"Invoice from Craig's Design and Landscaping Services\",\n            \"Message\": \"Your invoice is attached.  Please remit payment at your earliest convenience.\\nThank you for your business - we appreciate it very much.\\n\\nSincerely,\\nCraig's Design and Landscaping Services\"\n          },\n          \"EstimateMessage\": {\n            \"Subject\": \"Estimate from Craig's Design and Landscaping Services\",\n            \"Message\": \"Please review the estimate below.  Feel free to contact us if you have any questions.\\nWe look forward to working with you.\\n\\nSincerely,\\nCraig's Design and Landscaping Services\"\n          },\n          \"SalesReceiptMessage\": {\n            \"Subject\": \"Sales Receipt from Craig's Design and Landscaping Services\",\n            \"Message\": \"Your sales receipt is attached.\\nThank you for your business - we appreciate it very much.\\n\\nSincerely,\\nCraig's Design and Landscaping Services\"\n          },\n          \"StatementMessage\": {\n            \"Subject\": \"Statement from Craig's Design and Landscaping Services\",\n            \"Message\": \"Your statement is attached.  Please remit payment at your earliest convenience.\\nThank you for your business - we appreciate it very much.\\n\\nSincerely,\\nCraig's Design and Landscaping Services\"\n          }\n        },\n        \"VendorAndPurchasesPrefs\": {\n          \"TrackingByCustomer\": true,\n          \"BillableExpenseTracking\": true,\n          \"POCustomField\": [\n            {\n              \"CustomField\": [\n                {\n                  \"Name\": \"PurchasePrefs.UsePurchaseCustom3\",\n                  \"Type\": \"BooleanType\",\n                  \"BooleanValue\": false\n                },\n                {\n                  \"Name\": \"PurchasePrefs.UsePurchaseCustom2\",\n                  \"Type\": \"BooleanType\",\n                  \"BooleanValue\": true\n                },\n                {\n                  \"Name\": \"PurchasePrefs.UsePurchaseCustom1\",\n                  \"Type\": \"BooleanType\",\n                  \"BooleanValue\": true\n                }\n              ]\n            },\n            {\n              \"CustomField\": [\n                {\n                  \"Name\": \"PurchasePrefs.PurchaseCustomName2\",\n                  \"Type\": \"StringType\",\n                  \"StringValue\": \"Sales Rep\"\n                },\n                {\n                  \"Name\": \"PurchasePrefs.PurchaseCustomName1\",\n                  \"Type\": \"StringType\",\n                  \"StringValue\": \"Crew #\"\n                }\n              ]\n            }\n          ]\n        },\n        \"TimeTrackingPrefs\": {\n          \"UseServices\": true,\n          \"BillCustomers\": true,\n          \"ShowBillRateToAll\": false,\n          \"WorkWeekStartDate\": \"Monday\",\n          \"MarkTimeEntriesBillable\": true\n        },\n        \"TaxPrefs\": {\n          \"UsingSalesTax\": true,\n          \"TaxGroupCodeRef\": {\n            \"value\": \"2\"\n          }\n        },\n        \"CurrencyPrefs\": {\n          \"MultiCurrencyEnabled\": true,\n          \"HomeCurrency\": {\n            \"value\": \"USD\"\n          }\n        },\n        \"ReportPrefs\": {\n          \"ReportBasis\": \"Accrual\",\n          \"CalcAgingReportFromTxnDate\": false\n        },\n        \"OtherPrefs\": {\n          \"NameValue\": [\n            {\n              \"Name\": \"SalesFormsPrefs.DefaultCustomerMessage\",\n              \"Value\": \"Thank you for your business and have a great day!\"\n            },\n            {\n              \"Name\": \"SalesFormsPrefs.DefaultItem\",\n              \"Value\": \"1\"\n            },\n            {\n              \"Name\": \"DTXCopyMemo\",\n              \"Value\": \"false\"\n            },\n            {\n              \"Name\": \"UncategorizedAssetAccountId\",\n              \"Value\": \"32\"\n            },\n            {\n              \"Name\": \"UncategorizedIncomeAccountId\",\n              \"Value\": \"30\"\n            },\n            {\n              \"Name\": \"UncategorizedExpenseAccountId\",\n              \"Value\": \"31\"\n            },\n            {\n              \"Name\": \"MasAccountId\",\n              \"Value\": \"35\"\n            },\n            {\n              \"Name\": \"SFCEnabled\",\n              \"Value\": \"true\"\n            }\n          ]\n        },\n        \"domain\": \"QBO\",\n        \"sparse\": false,\n        \"Id\": \"1\",\n        \"SyncToken\": \"4\",\n        \"MetaData\": {\n          \"CreateTime\": \"2016-01-13T01:07:08-08:00\",\n          \"LastUpdatedTime\": \"2016-08-23T20:12:45-07:00\"\n        }\n      }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/preferences?minorversion={{minorversion}}","description":"<p>Update the preference object endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","preferences"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"479db6e9-fc46-4578-b027-10b134197873"}],"id":"a48722a4-ded2-44c8-94ff-5aeada260e04","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/preferences\">https://developer.intuit.com/docs/api/accounting/preferences</a></p>\n<p>The Preferences resource represents a set of company preferences that control application behavior in QuickBooks Online. They are mostly exposed as read-only through the Preferences endpoint with only a very small subset of them available as writable. Preferences are not necessarily honored when making requests via the QuickBooks API because a lot of them control UI behavior in the application and may not be applicable for apps.</p>\n<p>Business Rules</p>\n<p>The create operation is not supported.\nThe read request retrieves all preferences. There is no notion of preference objects or object IDs.\nUpdate operations are supported for a limited subset of preferences.\nThe Delete operation is not supported.\nQuery is supported with sorting and filtering enabled for Metadata timestamp attributes. Pagination is not supported.\nOtherPrefs type is used as an extension mechanism to contain additional attributes as Name/Value pairs.</p>\n","_postman_id":"a48722a4-ded2-44c8-94ff-5aeada260e04"},{"name":"Purchase","item":[{"name":"Purchase-Create","id":"c4ac477e-675c-46cb-8ea5-bf92fe7a7b9d","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"AccountRef\": {\n    \"value\": \"42\",\n    \"name\": \"Visa\"\n  },\n  \"PaymentType\": \"CreditCard\",\n  \"Line\": [\n    {\n      \"Amount\": 10.00,\n      \"DetailType\": \"AccountBasedExpenseLineDetail\",\n      \"AccountBasedExpenseLineDetail\": {\n       \"AccountRef\": {\n          \"name\": \"Meals and Entertainment\",\n          \"value\": \"13\"\n        }\n      }\n    }\n  ]\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/purchase?minorversion={{minorversion}}","description":"<p>Create a puchase object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","purchase"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"c4ac477e-675c-46cb-8ea5-bf92fe7a7b9d"},{"name":"Purchase-Update","id":"aa4d5963-054d-4191-8770-4e2c516adfa7","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"AccountRef\": {\n      \"value\": \"42\",\n      \"name\": \"Visa\"\n    },\n    \"PaymentType\": \"CreditCard\",\n    \"Credit\": false,\n    \"TotalAmt\": 100,\n    \"PurchaseEx\": {\n      \"any\": [\n        {\n          \"name\": \"{http://schema.intuit.com/finance/v3}NameValue\",\n          \"declaredType\": \"com.intuit.schema.finance.v3.NameValue\",\n          \"scope\": \"javax.xml.bind.JAXBElement$GlobalScope\",\n          \"value\": {\n            \"Name\": \"TxnType\",\n            \"Value\": \"54\"\n          },\n          \"nil\": false,\n          \"globalScope\": true,\n          \"typeSubstituted\": false\n        }\n      ]\n    },\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"175\",\n    \"SyncToken\": \"0\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-23T22:52:14-07:00\",\n      \"LastUpdatedTime\": \"2016-08-23T22:52:14-07:00\"\n    },\n    \"CustomField\": [],\n    \"TxnDate\": \"2016-08-23\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"Amount\": 100,\n        \"DetailType\": \"AccountBasedExpenseLineDetail\",\n        \"AccountBasedExpenseLineDetail\": {\n          \"AccountRef\": {\n            \"value\": \"13\",\n            \"name\": \"Meals and Entertainment\"\n          },\n          \"BillableStatus\": \"NotBillable\",\n          \"TaxCodeRef\": {\n            \"value\": \"NON\"\n          }\n        }\n      }\n    ]\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/purchase?minorversion={{minorversion}}","description":"<p>Create a puchase object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","purchase"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"aa4d5963-054d-4191-8770-4e2c516adfa7"},{"name":"Purchase-ReadById","id":"8fea0496-52dc-4631-bf15-ce8baa6367c0","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"AccountRef\": {\n      \"value\": \"42\",\n      \"name\": \"Visa\"\n    },\n    \"PaymentType\": \"CreditCard\",\n    \"Credit\": false,\n    \"TotalAmt\": 100,\n    \"PurchaseEx\": {\n      \"any\": [\n        {\n          \"name\": \"{http://schema.intuit.com/finance/v3}NameValue\",\n          \"declaredType\": \"com.intuit.schema.finance.v3.NameValue\",\n          \"scope\": \"javax.xml.bind.JAXBElement$GlobalScope\",\n          \"value\": {\n            \"Name\": \"TxnType\",\n            \"Value\": \"54\"\n          },\n          \"nil\": false,\n          \"globalScope\": true,\n          \"typeSubstituted\": false\n        }\n      ]\n    },\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"175\",\n    \"SyncToken\": \"0\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-23T22:52:14-07:00\",\n      \"LastUpdatedTime\": \"2016-08-23T22:52:14-07:00\"\n    },\n    \"CustomField\": [],\n    \"TxnDate\": \"2016-08-23\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"Amount\": 100,\n        \"DetailType\": \"AccountBasedExpenseLineDetail\",\n        \"AccountBasedExpenseLineDetail\": {\n          \"AccountRef\": {\n            \"value\": \"13\",\n            \"name\": \"Meals and Entertainment\"\n          },\n          \"BillableStatus\": \"NotBillable\",\n          \"TaxCodeRef\": {\n            \"value\": \"NON\"\n          }\n        }\n      }\n    ]\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/purchase/175?minorversion={{minorversion}}","description":"<p>Read a puchase object by Id\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","purchase","175"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"8fea0496-52dc-4631-bf15-ce8baa6367c0"},{"name":"Purchase-Delete","id":"ca4361ea-2c13-42bc-8b10-14cad76ce589","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"175\",\n    \"SyncToken\": \"1\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/purchase?operation=delete","description":"<p>Delete a puchase object\nMethod : POST</p>\n<p>Sample query response</p>\n<p>{\n  \"Purchase\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"175\",\n    \"CustomField\": []\n  },\n  \"time\": \"2016-08-23T22:57:39.774-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","purchase"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"ca4361ea-2c13-42bc-8b10-14cad76ce589"},{"name":"Purchase-ReadAll","id":"4fa9ec3c-8e3a-4fb4-823f-7560b439640f","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from purchase startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all purchase objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"4fa9ec3c-8e3a-4fb4-823f-7560b439640f"}],"id":"7987d4e5-1c4f-42c8-b316-dbeaf2cb88f7","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/purchase\">https://developer.intuit.com/docs/api/accounting/purchase</a></p>\n<p>A Purchase object represents an expense, such as a purchase made from a vendor. There are three types of purchases: Cash, Check, and Credit Card.</p>\n<p>Cash Purchase contains information regarding a payment made in cash.\nCheck Purchase contains information regarding a payment made by check.\nCredit Card Purchase contains information regarding a payment made by credit card or refunded/credited back to a credit card.</p>\n","_postman_id":"7987d4e5-1c4f-42c8-b316-dbeaf2cb88f7"},{"name":"PurchaseOrder","item":[{"name":"PurchaseOrder-Create","id":"60cb8b45-accf-4757-8ded-2ff3c2def906","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Line\": [{\n        \"Amount\": 25.0,\n        \"DetailType\": \"ItemBasedExpenseLineDetail\",\n        \"ItemBasedExpenseLineDetail\": {\n            \"CustomerRef\": {\n                \"value\": \"3\",\n                \"name\": \"Cool Cars\"\n            },\n            \"BillableStatus\": \"NotBillable\",\n            \"ItemRef\": {\n                \"value\": \"11\",\n                \"name\": \"Pump\"\n            },\n            \"UnitPrice\": 25,\n            \"Qty\": 1,\n            \"TaxCodeRef\": {\n                \"value\": \"NON\"\n            }\n        }\n    }],\n    \"VendorRef\": {\n        \"value\": \"41\",\n        \"name\": \"Hicks Hardware\"\n    },\n    \"APAccountRef\": {\n        \"value\": \"33\",\n        \"name\": \"Accounts Payable (A/P)\"\n    },\n    \"TotalAmt\": 25.0\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/purchaseorder?minorversion={{minorversion}}","description":"<p>Create a puchase-order object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","purchaseorder"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"60cb8b45-accf-4757-8ded-2ff3c2def906"},{"name":"PurchaseOrder-Update","id":"b9c0785b-d8a8-414e-969b-b2793c7197b8","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"179\",\n    \"SyncToken\": \"0\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-23T23:18:26-07:00\",\n      \"LastUpdatedTime\": \"2016-08-23T23:18:26-07:00\"\n    },\n    \"CustomField\": [\n      {\n        \"DefinitionId\": \"1\",\n        \"Name\": \"Crew #\",\n        \"Type\": \"StringType\"\n      },\n      {\n        \"DefinitionId\": \"2\",\n        \"Name\": \"Sales Rep\",\n        \"Type\": \"StringType\"\n      }\n    ],\n    \"DocNumber\": \"1006-Updated\",\n    \"TxnDate\": \"2016-08-23\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"Amount\": 25,\n        \"DetailType\": \"ItemBasedExpenseLineDetail\",\n        \"ItemBasedExpenseLineDetail\": {\n          \"CustomerRef\": {\n            \"value\": \"3\",\n            \"name\": \"Cool Cars\"\n          },\n          \"BillableStatus\": \"NotBillable\",\n          \"ItemRef\": {\n            \"value\": \"11\",\n            \"name\": \"Pump\"\n          },\n          \"UnitPrice\": 25,\n          \"Qty\": 1,\n          \"TaxCodeRef\": {\n            \"value\": \"NON\"\n          }\n        }\n      }\n    ],\n    \"VendorRef\": {\n      \"value\": \"41\",\n      \"name\": \"Hicks Hardware\"\n    },\n    \"APAccountRef\": {\n      \"value\": \"33\",\n      \"name\": \"Accounts Payable (A/P)\"\n    },\n    \"TotalAmt\": 25\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/purchaseorder?minorversion={{minorversion}}","description":"<p>Update a puchase-order object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","purchaseorder"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"b9c0785b-d8a8-414e-969b-b2793c7197b8"},{"name":"PurchaseOrder-ReadById","id":"7bce449a-7898-444d-9ed3-ef7cedee42ed","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Line\": [{\n        \"Amount\": 25.0,\n        \"DetailType\": \"ItemBasedExpenseLineDetail\",\n        \"ItemBasedExpenseLineDetail\": {\n            \"CustomerRef\": {\n                \"value\": \"3\",\n                \"name\": \"Cool Cars\"\n            },\n            \"BillableStatus\": \"NotBillable\",\n            \"ItemRef\": {\n                \"value\": \"11\",\n                \"name\": \"Pump\"\n            },\n            \"UnitPrice\": 25,\n            \"Qty\": 1,\n            \"TaxCodeRef\": {\n                \"value\": \"NON\"\n            }\n        }\n    }],\n    \"VendorRef\": {\n        \"value\": \"41\",\n        \"name\": \"Hicks Hardware\"\n    },\n    \"APAccountRef\": {\n        \"value\": \"33\",\n        \"name\": \"Accounts Payable (A/P)\"\n    },\n    \"TotalAmt\": 25.0,\n    \"DocNumber\": \"1005-Updated\"\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/purchaseorder/178?minorversion={{minorversion}}","description":"<p>Read a puchase-order object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","purchaseorder","178"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"7bce449a-7898-444d-9ed3-ef7cedee42ed"},{"name":"PurchaseOrder-Delete","id":"54869fc3-e2ec-4f67-a5ab-b2071684c4d6","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"179\",\n    \"SyncToken\": \"1\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/purchaseorder?operation=delete","description":"<p>Delete a puchaseorder object\nMethod : POST</p>\n<p>Sample query response</p>\n<p>{\n  \"PurchaseOrder\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"179\"\n  },\n  \"time\": \"2016-08-23T23:21:36.663-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","purchaseorder"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"54869fc3-e2ec-4f67-a5ab-b2071684c4d6"},{"name":"PurchaseOrder-ReadAll","id":"61abeefa-0b00-4cb6-8483-0ef99be60461","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from purchaseorder startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all purchase objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"61abeefa-0b00-4cb6-8483-0ef99be60461"}],"id":"1ccc4a06-ccc3-4c2d-80b4-621c34163c25","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/purchaseorder\">https://developer.intuit.com/docs/api/accounting/purchaseorder</a></p>\n<p>The PurchaseOrder object is a non-posting transaction representing a request to purchase goods or services from a third party.</p>\n","_postman_id":"1ccc4a06-ccc3-4c2d-80b4-621c34163c25"},{"name":"RefundReceipt","item":[{"name":"RefundReceipt-Create","id":"0b303d56-1ef7-4289-83b3-5df9dc48f506","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/refundreceipt?minorversion={{minorversion}}","description":"<p>Create a refund-receipt object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","refundreceipt"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"0b303d56-1ef7-4289-83b3-5df9dc48f506"},{"name":"RefundReceipt-Update","id":"0fd636a8-e7de-460b-9fbf-831a6a341612","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"180\",\n    \"SyncToken\": \"0\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-08-23T23:38:22-07:00\",\n      \"LastUpdatedTime\": \"2016-08-23T23:38:22-07:00\"\n    },\n    \"CustomField\": [\n      {\n        \"DefinitionId\": \"1\",\n        \"Name\": \"Crew #\",\n        \"Type\": \"StringType\"\n      }\n    ],\n    \"DocNumber\": \"1044-Updated\",\n    \"TxnDate\": \"2016-08-23\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"LineNum\": 1,\n        \"Amount\": 420,\n        \"DetailType\": \"SalesItemLineDetail\",\n        \"SalesItemLineDetail\": {\n          \"ItemRef\": {\n            \"value\": \"2\",\n            \"name\": \"Hours\"\n          },\n          \"TaxCodeRef\": {\n            \"value\": \"NON\"\n          }\n        }\n      },\n      {\n        \"Amount\": 420,\n        \"DetailType\": \"SubTotalLineDetail\",\n        \"SubTotalLineDetail\": {}\n      }\n    ],\n    \"TxnTaxDetail\": {\n      \"TotalTax\": 0\n    },\n    \"TotalAmt\": 420,\n    \"HomeTotalAmt\": 420,\n    \"ApplyTaxAfterDiscount\": false,\n    \"PrintStatus\": \"NeedToPrint\",\n    \"Balance\": 0,\n    \"PaymentRefNum\": \"To Print\",\n    \"DepositToAccountRef\": {\n      \"value\": \"35\",\n      \"name\": \"Checking\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/refundreceipt?minorversion={{minorversion}}","description":"<p>Update a refund-receipt object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","refundreceipt"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"0fd636a8-e7de-460b-9fbf-831a6a341612"},{"name":"RefundReceipt-Delete","id":"923593e0-fc8e-41f3-a597-6db69fb2e708","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"180\",\n    \"SyncToken\": \"1\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/refundreceipt?operation=delete","description":"<p>Delete a refund-receipt object by Id\nMethod : POST</p>\n<p>Sample response payload </p>\n<p>{\n  \"RefundReceipt\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"180\"\n  },\n  \"time\": \"2016-08-23T23:42:38.153-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","refundreceipt"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"923593e0-fc8e-41f3-a597-6db69fb2e708"},{"name":"RefundReceipt-ReadById","id":"794029a2-fa37-4db0-a5d1-19e8a38a4d60","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/refundreceipt/66?minorversion={{minorversion}}","description":"<p>Read a refund-receipt object\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","refundreceipt","66"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"794029a2-fa37-4db0-a5d1-19e8a38a4d60"},{"name":"RefundReceipt-ReadAll","id":"eeef74e0-4778-4fde-bfb1-0b7ceef8d8d8","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from refundreceipt startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all refundreceipt objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"eeef74e0-4778-4fde-bfb1-0b7ceef8d8d8"}],"id":"5d0846ed-8de5-438d-bc1a-3d7e929ddbb7","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/refundreceipt\">https://developer.intuit.com/docs/api/accounting/refundreceipt</a></p>\n<p>A RefundReceipt object represents a refund to the customer for a product or service that was provided.</p>\n","_postman_id":"5d0846ed-8de5-438d-bc1a-3d7e929ddbb7"},{"name":"Reports","item":[{"name":"Report-AccountList","id":"f8470539-fc2f-4f22-b40f-a5c640a275a8","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/AccountList?minorversion={{minorversion}}","description":"<p>Report - Account list detail\nMethod : GET</p>\n<p>The information below provides a reference on how to access the account list detail report from the QuickBooks Online Report Service.</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","AccountList"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"f8470539-fc2f-4f22-b40f-a5c640a275a8"},{"name":"Report-AgedPayableDetail","id":"c48fb1c2-78f4-4eff-9a2c-3c154963ca14","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/AgedPayableDetail?minorversion={{minorversion}}","description":"<p>Report - AgedPayable aging detail\nMethod : GET</p>\n<p>The information below provides a reference on how to access the AP Aging summary report from the QuickBooks Online Report Service.</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","AgedPayableDetail"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"c48fb1c2-78f4-4eff-9a2c-3c154963ca14"},{"name":"Report-AgedPayables","id":"bb1d77a0-a713-4865-a3e0-f961cdc34482","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/AgedPayables?minorversion={{minorversion}}","description":"<p>Report - AgedPayable aging summary\nMethod : GET</p>\n<p>The information below provides a reference on how to access the AP Aging summary report from the QuickBooks Online Report Service.</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","AgedPayables"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"bb1d77a0-a713-4865-a3e0-f961cdc34482"},{"name":"Report-AgedReceivableDetail","id":"dcc289d8-cdde-49e2-b64c-509657c359a0","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/AgedReceivableDetail?minorversion={{minorversion}}","description":"<p>Report - AgedReceivableDetail aging detail\nMethod : GET</p>\n<p>The information below provides a reference on how to access the AR Aging Detail report from the QuickBooks Online Report Service.</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","AgedReceivableDetail"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"dcc289d8-cdde-49e2-b64c-509657c359a0"},{"name":"Report-AgedReceivables","id":"2fed8c19-045e-4b7b-9ad4-a542fa87909a","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/AgedReceivables?minorversion={{minorversion}}","description":"<p>Report - AgedReceivable aging summary\nMethod : GET</p>\n<p>The information below provides a reference on how to access the AR Aging Summary report from the QuickBooks Online Report Service.</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","AgedReceivables"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"2fed8c19-045e-4b7b-9ad4-a542fa87909a"},{"name":"Report-BalanceSheet","id":"dfc4d223-369d-4ee3-b761-85bb7ffb176f","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/BalanceSheet?minorversion={{minorversion}}","description":"<p>Report - BalanceSheet\nMethod : GET</p>\n<p>The information below provides a reference on how to query the Balance Sheet report from the QuickBooks Online Report Service.</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","BalanceSheet"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"dfc4d223-369d-4ee3-b761-85bb7ffb176f"},{"name":"Report-CashFlow","id":"c82cbc13-c0cc-49be-beb2-3d4f90234d52","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/CashFlow?minorversion={{minorversion}}","description":"<p>Report - CashFlow\nMethod : GET</p>\n<p>The information below provides a reference on how to access the cash flow report from the QuickBooks Online Report Service.</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","CashFlow"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"c82cbc13-c0cc-49be-beb2-3d4f90234d52"},{"name":"Report-CashSales","id":"df22e865-2eb4-4bd4-bd0f-4bc0c9086be9","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/ClassSales?minorversion={{minorversion}}","description":"<p>Report - CashSales\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","ClassSales"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"df22e865-2eb4-4bd4-bd0f-4bc0c9086be9"},{"name":"Report-CustomerBalance","id":"b3729ebf-b8f4-45c3-b25e-359371921e6b","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/CustomerBalance?minorversion={{minorversion}}","description":"<p>Report - CustomerBalance\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","CustomerBalance"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"b3729ebf-b8f4-45c3-b25e-359371921e6b"},{"name":"Report-CustomerBalanceDetail","id":"c8f8aedd-250e-49b5-b520-3d3373736635","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/CustomerBalanceDetail?minorversion={{minorversion}}","description":"<p>Report - CustomerBalance Detail\nMethod : GET</p>\n<p>The information below provides a reference on how to access the Customer Balance Detail report from the QuickBooks Online Report Service.</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","CustomerBalanceDetail"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"c8f8aedd-250e-49b5-b520-3d3373736635"},{"name":"Report-CustomerIncome","id":"ce0bcfaa-e612-4080-9c1b-0c822083b802","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/CustomerIncome?minorversion={{minorversion}}","description":"<p>Report - Customer Income\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","CustomerIncome"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"ce0bcfaa-e612-4080-9c1b-0c822083b802"},{"name":"Report-CustomerSales","id":"46990476-99fd-40fd-852c-9df02e151078","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/CustomerSales?minorversion={{minorversion}}","description":"<p>Report - Customer Sales\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","CustomerSales"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"46990476-99fd-40fd-852c-9df02e151078"},{"name":"Report-DepartmentSales","id":"50bf59c9-b8f2-4b5c-9614-9adc08e8cdba","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/DepartmentSales?minorversion={{minorversion}}","description":"<p>Report - Department Sales\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","DepartmentSales"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"50bf59c9-b8f2-4b5c-9614-9adc08e8cdba"},{"name":"Report-GeneralLedger","id":"ea26ec6e-3c93-4b3a-9065-e6b5d0f35b8d","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/GeneralLedger?minorversion={{minorversion}}","description":"<p>Report - General Ledger\nMethod : GET</p>\n<p>Docs - <a href=\"https://developer.intuit.com/docs/api/accounting/general%20ledger\">https://developer.intuit.com/docs/api/accounting/general%20ledger</a></p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","GeneralLedger"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"ea26ec6e-3c93-4b3a-9065-e6b5d0f35b8d"},{"name":"Report-InventoryValuationSummary","id":"52fb99fe-4975-4d8f-85b9-07bcabe14c1f","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/InventoryValuationSummary?minorversion={{minorversion}}","description":"<p>Report - Inventory Valuation Summary\nMethod : GET</p>\n<p>Docs - <a href=\"https://developer.intuit.com/docs/api/accounting/inventory%20valuation\">https://developer.intuit.com/docs/api/accounting/inventory%20valuation</a></p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","InventoryValuationSummary"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"52fb99fe-4975-4d8f-85b9-07bcabe14c1f"},{"name":"Report-ItemSales","id":"e4c73d59-9195-4f1b-ab0f-e48ac2ef27f1","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/ItemSales?minorversion={{minorversion}}","description":"<p>Report - Item Sales\nMethod : GET</p>\n<p>Docs - <a href=\"https://developer.intuit.com/docs/api/accounting/sales%20by%20product\">https://developer.intuit.com/docs/api/accounting/sales%20by%20product</a></p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","ItemSales"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"e4c73d59-9195-4f1b-ab0f-e48ac2ef27f1"},{"name":"Report-ProfitAndLoss","id":"ddf0c66f-c40b-4f04-bd66-7baeffd60857","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/ProfitAndLoss?minorversion={{minorversion}}","description":"<p>Report - Profit and Loss\nMethod : GET</p>\n<p>Docs - <a href=\"https://developer.intuit.com/docs/api/accounting/profit%20and%20loss\">https://developer.intuit.com/docs/api/accounting/profit%20and%20loss</a></p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","ProfitAndLoss"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"ddf0c66f-c40b-4f04-bd66-7baeffd60857"},{"name":"Report-ProfitAndLossDetail","id":"c4d0cb31-f367-496c-a0a1-ee6bebb985a2","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/ProfitAndLossDetail?minorversion={{minorversion}}","description":"<p>Report - Profit and Loss Detail\nMethod : GET</p>\n<p>Docs - <a href=\"https://developer.intuit.com/docs/api/accounting/profit%20and%20loss%20detail\">https://developer.intuit.com/docs/api/accounting/profit%20and%20loss%20detail</a></p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","ProfitAndLossDetail"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"c4d0cb31-f367-496c-a0a1-ee6bebb985a2"},{"name":"Report-TrialBalance","id":"2314da3c-6496-4415-a035-01902025296f","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/TrialBalance?minorversion={{minorversion}}","description":"<p>Report - Trial Balance \nMethod : GET</p>\n<p>Docs - <a href=\"https://developer.intuit.com/docs/api/accounting/trial%20balance\">https://developer.intuit.com/docs/api/accounting/trial%20balance</a></p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","TrialBalance"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"2314da3c-6496-4415-a035-01902025296f"},{"name":"Report-TransactionList","id":"af26c7c2-4851-4b41-87f3-02d1d63c2513","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/TransactionList?minorversion={{minorversion}}","description":"<p>Report - Trial List \nMethod : GET</p>\n<p>Docs - <a href=\"https://developer.intuit.com/docs/api/accounting/transaction%20list\">https://developer.intuit.com/docs/api/accounting/transaction%20list</a></p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","TransactionList"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"af26c7c2-4851-4b41-87f3-02d1d63c2513"},{"name":"Report-VendorBalance","id":"f10263bc-3a5f-4901-a758-5c19837f6b75","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/VendorBalance?minorversion={{minorversion}}","description":"<p>Report - Vendor Balance \nMethod : GET</p>\n<p>Docs - <a href=\"https://developer.intuit.com/docs/api/accounting/vendor%20balance\">https://developer.intuit.com/docs/api/accounting/vendor%20balance</a></p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","VendorBalance"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"f10263bc-3a5f-4901-a758-5c19837f6b75"},{"name":"Report-VendorBalanceDetail","id":"81b16fc2-d5b7-4263-85e8-963814e5ff88","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/VendorBalanceDetail?minorversion={{minorversion}}","description":"<p>Report - Vendor Balance Detail\nMethod : GET</p>\n<p>Docs - <a href=\"https://developer.intuit.com/docs/api/accounting/vendor%20balance%20detail\">https://developer.intuit.com/docs/api/accounting/vendor%20balance%20detail</a></p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","VendorBalanceDetail"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"81b16fc2-d5b7-4263-85e8-963814e5ff88"},{"name":"Report-VendorExpense","id":"d65143f1-5270-44a2-88dd-061990877ab0","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Line\": [\n    {\n      \"Amount\": 420.00,\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"ItemRef\": {\n          \"value\": \"2\"\n        }\n      }\n    }\n  ],\n  \"DepositToAccountRef\": {\n    \"value\": \"35\",\n    \"name\": \"Checking\"\n  }\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/reports/VendorExpenses?minorversion={{minorversion}}","description":"<p>Report - Vendor Expense\nMethod : GET</p>\n<p>Docs - <a href=\"https://developer.intuit.com/docs/api/accounting/expenses%20by%20vendor\">https://developer.intuit.com/docs/api/accounting/expenses%20by%20vendor</a></p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","reports","VendorExpenses"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"d65143f1-5270-44a2-88dd-061990877ab0"}],"id":"557d8b2a-f535-4524-a7d0-0b045d9124f9","_postman_id":"557d8b2a-f535-4524-a7d0-0b045d9124f9","description":""},{"name":"SalesReceipt","item":[{"name":"SalesReceipt-Create","id":"a479758d-3a07-4440-be67-219391c035ab","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Line\": [{\n        \"Id\": \"1\",\n        \"LineNum\": 1,\n        \"Description\": \"Pest Control Services\",\n        \"Amount\": 35.0,\n        \"DetailType\": \"SalesItemLineDetail\",\n        \"SalesItemLineDetail\": {\n            \"ItemRef\": {\n                \"value\": \"10\",\n                \"name\": \"Pest Control\"\n            },\n            \"UnitPrice\": 35,\n            \"Qty\": 1,\n            \"TaxCodeRef\": {\n                \"value\": \"NON\"\n            }\n        }\n    }]\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/salesreceipt?minorversion={{minorversion}}","description":"<p>Create an salesreceipt object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","salesreceipt"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"a479758d-3a07-4440-be67-219391c035ab"},{"name":"SalesReceipt-ReadByID","id":"7fbfc81b-800d-40f0-aa23-daeb201bae62","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Line\": [{\n        \"Id\": \"1\",\n        \"LineNum\": 1,\n        \"Description\": \"Pest Control Services\",\n        \"Amount\": 35.0,\n        \"DetailType\": \"SalesItemLineDetail\",\n        \"SalesItemLineDetail\": {\n            \"ItemRef\": {\n                \"value\": \"10\",\n                \"name\": \"Pest Control\"\n            },\n            \"UnitPrice\": 35,\n            \"Qty\": 1,\n            \"TaxCodeRef\": {\n                \"value\": \"NON\"\n            }\n        }\n    }]\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/salesreceipt/181?minorversion={{minorversion}}","description":"<p>Create an salesreceipt object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","salesreceipt","181"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"7fbfc81b-800d-40f0-aa23-daeb201bae62"},{"name":"SalesReceipt-Update","id":"8276c335-e76e-439f-8dd5-e81644bbc01c","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"181\",\n    \"SyncToken\": \"0\",\n    \"CustomField\": [\n      {\n        \"DefinitionId\": \"1\",\n        \"Name\": \"Crew #\",\n        \"Type\": \"StringType\"\n      }\n    ],\n    \"DocNumber\": \"1045-Updated\",\n    \"TxnDate\": \"2016-09-02\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"LineNum\": 1,\n        \"Description\": \"Pest Control Services\",\n        \"Amount\": 35,\n        \"DetailType\": \"SalesItemLineDetail\",\n        \"SalesItemLineDetail\": {\n          \"ItemRef\": {\n            \"value\": \"10\",\n            \"name\": \"Pest Control\"\n          },\n          \"UnitPrice\": 35,\n          \"Qty\": 1,\n          \"TaxCodeRef\": {\n            \"value\": \"NON\"\n          }\n        }\n      },\n      {\n        \"Amount\": 35,\n        \"DetailType\": \"SubTotalLineDetail\",\n        \"SubTotalLineDetail\": {}\n      }\n    ],\n    \"TxnTaxDetail\": {\n      \"TotalTax\": 0\n    },\n    \"TotalAmt\": 35,\n    \"HomeTotalAmt\": 35,\n    \"ApplyTaxAfterDiscount\": false,\n    \"PrintStatus\": \"NeedToPrint\",\n    \"EmailStatus\": \"NotSet\",\n    \"Balance\": 0,\n    \"DepositToAccountRef\": {\n      \"value\": \"4\",\n      \"name\": \"Undeposited Funds\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/salesreceipt?minorversion={{minorversion}}","description":"<p>Update a salesreceipt object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","salesreceipt"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"8276c335-e76e-439f-8dd5-e81644bbc01c"},{"name":"SalesReceipt-Delete","id":"7ec098a4-e734-4bb7-9b2c-616e36257aca","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"181\",\n    \"SyncToken\": \"1\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/salesreceipt?operation=delete","description":"<p>Delete a salesreceipt object\nMethod : POST</p>\n<p>Sample response payload</p>\n<p>{\n  \"SalesReceipt\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"181\"\n  },\n  \"time\": \"2016-09-02T02:17:24.353-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","salesreceipt"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"7ec098a4-e734-4bb7-9b2c-616e36257aca"},{"name":"SalesrRceipt-ReadAll","id":"96a65d6b-68cf-4b67-85e1-402ed94a9cd5","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from salesreceipt startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all salesreceipt objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"96a65d6b-68cf-4b67-85e1-402ed94a9cd5"},{"name":"SalesReceipt-Void","id":"4a1dea7f-7a2d-47ce-92de-2e8e86db8ac0","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sparse\": true,\n    \"Id\": \"188\",\n    \"SyncToken\": \"0\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/salesreceipt?include=void&minorversion={{minorversion}}","description":"<p>Void a salesreceipt object\nMethod : POST</p>\n<p>Use a sparse update operation with include=void to void an existing SalesReceipt object; include a minimum of SalesReceipt.Id and SalesReceipt.SyncToken. The transaction remains active but all amounts and quantities are zeroed and the string, Voided, is injected into SalesReceipt.PrivateNote, prepended to existing text if present. If a sales receipt is paid and funds have been deposited, you must delete the associated deposit object before voiding the salesreceipt object.</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","salesreceipt"],"host":["{{baseurl}}"],"query":[{"key":"include","value":"void"},{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"4a1dea7f-7a2d-47ce-92de-2e8e86db8ac0"}],"id":"5facc3a9-02ea-4f59-b09e-edf19b5639a5","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/salesreceipt\">https://developer.intuit.com/docs/api/accounting/salesreceipt</a></p>\n<p>A SalesReceipt object represents the sales receipt that is given to a customer. A sales receipt is similar to an invoice. However, for a sales receipt, payment is received as part of the sale of goods and services. The sales receipt specifies a deposit account where the customer's payment is deposited. If the deposit account is not specified, the Undeposited Account is used.</p>\n","_postman_id":"5facc3a9-02ea-4f59-b09e-edf19b5639a5"},{"name":"TaxAgency","item":[{"name":"TaxAgency-Create","id":"79c3ebdc-190b-4900-8f7d-16790575a767","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DisplayName\": \"CityTaxAgency\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/taxagency?minorversion={{minorversion}}","description":"<p>Create a tax-agency object\nMethod : POST</p>\n<p>Sample response payload</p>\n<p>{\n  \"SalesReceipt\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"181\"\n  },\n  \"time\": \"2016-09-02T02:17:24.353-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","taxagency"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"79c3ebdc-190b-4900-8f7d-16790575a767"},{"name":"TaxAgency-ReadByID","id":"e356a41e-db1a-4b6b-a18c-f62a7773ddd6","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DisplayName\": \"CityTaxAgency\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/taxagency/3?minorversion={{minorversion}}","description":"<p>Get a tax-agency object by ID\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","taxagency","3"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"e356a41e-db1a-4b6b-a18c-f62a7773ddd6"},{"name":"TaxAgency-ReadAll","id":"4fd2f27c-1429-48a2-8d36-48c2a7543df4","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from taxagency startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all taxagency objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"4fd2f27c-1429-48a2-8d36-48c2a7543df4"}],"id":"b55d5c34-3a84-4188-884c-9119a1de8840","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/taxagency\">https://developer.intuit.com/docs/api/accounting/taxagency</a></p>\n<p>A TaxAgency object is associated with a tax rate and identifies the agency to which that tax rate applies, that is, the entity that collects those taxes.</p>\n","_postman_id":"b55d5c34-3a84-4188-884c-9119a1de8840"},{"name":"TaxCode","item":[{"name":"TaxCode-ReadAll","id":"18406490-4361-43ae-ae50-100707d6849b","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from taxcode startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all taxcode objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"18406490-4361-43ae-ae50-100707d6849b"},{"name":"TaxCode-ReadById","id":"265025af-75c3-45b1-9bee-f25c750a47ba","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from taxcode startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/taxcode/2?minorversion={{minorversion}}","description":"<p>Read a taxcode by Id\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","taxcode","2"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"265025af-75c3-45b1-9bee-f25c750a47ba"}],"id":"3ae4328e-5ed9-4dd2-9c28-b968aa8c63c7","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/taxcode\">https://developer.intuit.com/docs/api/accounting/taxcode</a></p>\n<p>A TaxCode object is used to track the taxable or non-taxable status of products, services, and customers. You can assign a sales tax code to each of your products, services, and customers based on their taxable or non-taxable status. You can then use these codes to generate reports that provide information to the tax agencies about the taxable or non-taxable status of certain sales.</p>\n","_postman_id":"3ae4328e-5ed9-4dd2-9c28-b968aa8c63c7"},{"name":"TaxRate","item":[{"name":"TaxRate-ReadAll","id":"c670a018-6466-49e4-abe5-a4971911b03a","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from taxrate startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all taxrate objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"c670a018-6466-49e4-abe5-a4971911b03a"},{"name":"TaxRate-ReadById","id":"4daa1f02-eab6-4ddd-8d46-b7473f34e771","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"select * from taxrate startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/taxrate/1?minorversion={{minorversion}}","description":"<p>Read a taxRate by Id\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","taxrate","1"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"4daa1f02-eab6-4ddd-8d46-b7473f34e771"}],"id":"f4ae7712-d16a-420e-a036-81a6cef37a8e","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/taxrate\">https://developer.intuit.com/docs/api/accounting/taxrate</a></p>\n<p>A TaxRate object represents rate applied to calculate tax liability. Use the TaxService entity to create a taxrate. See Global tax model for more information about using TaxRate objects and the tax model in general.</p>\n","_postman_id":"f4ae7712-d16a-420e-a036-81a6cef37a8e"},{"name":"TaxService","item":[{"name":"TaxService-Create","id":"42bed3a5-b931-4b32-a8cb-3c0b34d4b708","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TaxCode\": \"MyTaxCodeName\",\n  \"TaxRateDetails\": [\n    {\n      \"TaxRateName\": \"myNewTaxRateName\",\n      \"RateValue\": \"8\",\n      \"TaxAgencyId\": \"1\",\n      \"TaxApplicableOn\": \"Sales\"\n    }\n  ]\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/taxservice/taxcode?minorversion={{minorversion}}","description":"<p>Use TaxService to create taxcode and corresponding taxrates\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","taxservice","taxcode"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"42bed3a5-b931-4b32-a8cb-3c0b34d4b708"}],"id":"7820318d-f6f6-4601-b04a-2fd157db88f1","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/taxservice\">https://developer.intuit.com/docs/api/accounting/taxservice</a></p>\n<p>The TaxService resource allows you to perform the following actions:</p>\n<p>Create a new TaxCode object and specify a list of existing tax rates to be associated to that tax code. To retrieve a list of existing TaxCode objects, query the TaxCode resource.\nCreate a new TaxRate object, dynamically. To retrieve a list of existing tax rates, query the TaxRate resource.</p>\n","_postman_id":"7820318d-f6f6-4601-b04a-2fd157db88f1"},{"name":"Term","item":[{"name":"Term-Create","id":"cbbe3ea7-d00a-4a8c-8a99-43651ccff8e5","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Name\": \"Term120\",\n  \"DueDays\": \"120\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/term?minorversion={{minorversion}}","description":"<p>Create a term object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","term"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"cbbe3ea7-d00a-4a8c-8a99-43651ccff8e5"},{"name":"Term-ReadById","id":"4604fc20-a561-4882-9784-2dcff5dc2cfb","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Term1120-Updated\",\n    \"Active\": false,\n    \"Type\": \"STANDARD\",\n    \"DiscountPercent\": 0,\n    \"DueDays\": 120,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"8\",\n    \"SyncToken\": \"1\"\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/term/8?minorversion={{minorversion}}","description":"<p>Read a term object by Id\nMethod : Get</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","term","8"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"4604fc20-a561-4882-9784-2dcff5dc2cfb"},{"name":"Term-Update","id":"0903b37b-6512-45fc-a084-ea4a835a092d","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Term1120-Updated\",\n    \"Active\": true,\n    \"Type\": \"STANDARD\",\n    \"DiscountPercent\": 0,\n    \"DueDays\": 120,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"8\",\n    \"SyncToken\": \"0\"\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/term?minorversion={{minorversion}}","description":"<p>Update a term object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","term"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"0903b37b-6512-45fc-a084-ea4a835a092d"},{"name":"Term-Delete","id":"2a654a67-d507-43aa-b474-0a2d295e3286","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Term1120-Updated\",\n    \"Active\": false,\n    \"Type\": \"STANDARD\",\n    \"DiscountPercent\": 0,\n    \"DueDays\": 120,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"8\",\n    \"SyncToken\": \"1\"\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/term","description":"<p>Update a term object\nMethod : POST</p>\n<p>Term object can't be deleted parmanently. It can only be deactived by setting the 'Active' attribute to false.</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","term"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a654a67-d507-43aa-b474-0a2d295e3286"},{"name":"Term-ReadAll","id":"b64c8b54-448b-400f-a344-97778707184e","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from term startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all term objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"b64c8b54-448b-400f-a344-97778707184e"}],"id":"d85f24ab-41a4-47d6-9579-fe1b354c7c17","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/term\">https://developer.intuit.com/docs/api/accounting/term</a></p>\n<p>A Term object represents the terms under which a sale is made, typically expressed in the form of days due after the goods are received. Optionally, a discount of the total amount may be applied if payment is made within a stipulated time. For example, net 30 indicates that payment is due within 30 days. A term of 2%/15 net 60 indicates that payment is due within 60 days, with a discount of 2% if payment is made within 15 days. This resource also supports:</p>\n<p>An absolute due date.\nA number of days from a start date.\nA percent discount.\nAn absolute discount.</p>\n","_postman_id":"d85f24ab-41a4-47d6-9579-fe1b354c7c17"},{"name":"TimeActivity","item":[{"name":"TimeActivity-Create","id":"a8e6f3eb-24ef-44dc-ab60-1c53f00fcad8","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"NameOf\": \"Employee\",\n    \"EmployeeRef\": {\n        \"value\": \"55\",\n        \"name\": \"Emily Platt\"\n    },\n    \"StartTime\": \"2015-07-05T08:00:00-08:00\",\n    \"EndTime\": \"2013-07-05T17:00:00-08:00\"\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/timeactivity?minorversion={{minorversion}}","description":"<p>Create a term object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","timeactivity"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"a8e6f3eb-24ef-44dc-ab60-1c53f00fcad8"},{"name":"TimeActivity-Update","id":"959ec7cd-3630-428d-9437-c7f654f351ba","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"TxnDate\": \"2016-09-03\",\n    \"NameOf\": \"Employee\",\n    \"EmployeeRef\": {\n      \"value\": \"55\",\n      \"name\": \"Emily Platt\"\n    },\n    \"ItemRef\": {\n      \"value\": \"2\",\n      \"name\": \"Hours\"\n    },\n    \"BillableStatus\": \"NotBillable\",\n    \"Taxable\": false,\n    \"HourlyRate\": 0,\n    \"StartTime\": \"2016-09-02T09:00:00-07:00\",\n    \"EndTime\": \"2016-09-02T18:00:00-07:00\",\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"6\",\n    \"SyncToken\": \"0\"\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/timeactivity?minorversion={{minorversion}}","description":"<p>Update a term object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","timeactivity"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"959ec7cd-3630-428d-9437-c7f654f351ba"},{"name":"TimeActivity-ReadById","id":"5e5c75c0-48fb-463f-999c-a7d6ce927b1a","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"TxnDate\": \"2016-09-03\",\n    \"NameOf\": \"Employee\",\n    \"EmployeeRef\": {\n      \"value\": \"55\",\n      \"name\": \"Emily Platt\"\n    },\n    \"ItemRef\": {\n      \"value\": \"2\",\n      \"name\": \"Hours\"\n    },\n    \"BillableStatus\": \"NotBillable\",\n    \"Taxable\": false,\n    \"HourlyRate\": 0,\n    \"StartTime\": \"2016-09-02T09:00:00-07:00\",\n    \"EndTime\": \"2016-09-02T18:00:00-07:00\",\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"6\",\n    \"SyncToken\": \"0\"\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/timeactivity?minorversion={{minorversion}}","description":"<p>Read a term object by Id\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","timeactivity"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"5e5c75c0-48fb-463f-999c-a7d6ce927b1a"},{"name":"TimeActivity-Delete","id":"c1528214-10de-40d3-818c-9e97fe8c662d","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"6\",\n    \"SyncToken\": \"1\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/timeactivity?operation=delete","description":"<p>Delete a time-activity object by Id\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","timeactivity"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"c1528214-10de-40d3-818c-9e97fe8c662d"},{"name":"TimeActivity-ReadAll","id":"dabe58a4-998f-4478-8bd7-79cc3ccdd1e6","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from timeactivity startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all timeactivity objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"dabe58a4-998f-4478-8bd7-79cc3ccdd1e6"}],"id":"fcad0f97-ff85-4a53-9a6d-bf744534d4a9","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/timeactivity\">https://developer.intuit.com/docs/api/accounting/timeactivity</a></p>\n<p>The TimeActivity object represents a record of time worked by a vendor or employee.</p>\n","_postman_id":"fcad0f97-ff85-4a53-9a6d-bf744534d4a9"},{"name":"Transfer","item":[{"name":"Transfer-Create","id":"d64cca18-cb7b-43b6-aea8-ff808955355b","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"FromAccountRef\": {\n        \"value\": \"35\",\n        \"name\": \"Checking\"\n    },\n    \"ToAccountRef\": {\n        \"value\": \"36\",\n        \"name\": \"Savings\"\n    },\n    \"Amount\": \"120.00\"\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/transfer?minorversion={{minorversion}}","description":"<p>Create a transfer object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","transfer"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"d64cca18-cb7b-43b6-aea8-ff808955355b"},{"name":"Transfer-ReadById","id":"10380827-a7ca-43d9-84ff-87f8747d1382","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"FromAccountRef\": {\n        \"value\": \"35\",\n        \"name\": \"Checking\"\n    },\n    \"ToAccountRef\": {\n        \"value\": \"36\",\n        \"name\": \"Savings\"\n    },\n    \"Amount\": \"120.00\"\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/transfer/184?minorversion={{minorversion}}","description":"<p>Read a transfer object by Id\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","transfer","184"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"10380827-a7ca-43d9-84ff-87f8747d1382"},{"name":"Transfer-Update","id":"31085ca3-5551-4942-93b9-4ac908bb0dbd","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"FromAccountRef\": {\n      \"value\": \"35\",\n      \"name\": \"Checking\"\n    },\n    \"ToAccountRef\": {\n      \"value\": \"36\",\n      \"name\": \"Savings\"\n    },\n    \"Amount\": 120,\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"183\",\n    \"SyncToken\": \"0\",\n    \"TxnDate\": \"2016-09-03\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/transfer?minorversion={{minorversion}}","description":"<p>Update a transfer object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","transfer"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"31085ca3-5551-4942-93b9-4ac908bb0dbd"},{"name":"Transfer-Delete","id":"2f3bbd29-85f1-479d-9b5c-9c0b7f079188","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"183\",\n    \"SyncToken\": \"1\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/transfer?operation=delete","description":"<p>Delete a transfer object\nMethod : POST</p>\n<p>Sample response payload</p>\n<p>{\n  \"Transfer\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"183\"\n  },\n  \"time\": \"2016-09-02T02:57:17.145-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","transfer"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"2f3bbd29-85f1-479d-9b5c-9c0b7f079188"},{"name":"Transfer-ReadAll","id":"5ef6a0e3-faeb-40d4-8e5b-98d40f9f00a1","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from transfer startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all transfer objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"5ef6a0e3-faeb-40d4-8e5b-98d40f9f00a1"}],"id":"2ba836f9-b9f7-4172-bdc3-9acb84e9b60b","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/transfer\">https://developer.intuit.com/docs/api/accounting/transfer</a></p>\n<p>A Transfer represents a transaction where funds are moved between two accounts from the company's QuickBooks chart of accounts.</p>\n","_postman_id":"2ba836f9-b9f7-4172-bdc3-9acb84e9b60b"},{"name":"Vendor","item":[{"name":"Vendor-Create","id":"895b2f57-ef14-41a1-8e96-feff8dd22fd5","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"BillAddr\": {\n        \"Line1\": \"Dianne's Auto Shop\",\n        \"Line2\": \"Dianne Bradley\",\n        \"Line3\": \"29834 Mustang Ave.\",\n        \"City\": \"Millbrae\",\n        \"Country\": \"U.S.A\",\n        \"CountrySubDivisionCode\": \"CA\",\n        \"PostalCode\": \"94030\"\n    },\n    \"TaxIdentifier\": \"99-5688293\",\n    \"AcctNum\": \"35372649\",\n    \"Title\": \"Ms.\",\n    \"GivenName\": \"Dianne\",\n    \"FamilyName\": \"Bradley\",\n    \"Suffix\": \"Sr.\",\n    \"CompanyName\": \"Dianne's Auto Shop\",\n    \"DisplayName\": \"Dianne's Auto Shop\",\n    \"PrintOnCheckName\": \"Dianne's Auto Shop\",\n    \"PrimaryPhone\": {\n        \"FreeFormNumber\": \"(650) 555-2342\"\n    },\n    \"Mobile\": {\n        \"FreeFormNumber\": \"(650) 555-2000\"\n    },\n    \"PrimaryEmailAddr\": {\n        \"Address\": \"dbradley@myemail.com\"\n    },\n    \"WebAddr\": {\n        \"URI\": \"http://DiannesAutoShop.com\"\n    }\n}\n"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/vendor?minorversion={{minorversion}}","description":"<p>Create a vendor object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","vendor"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"895b2f57-ef14-41a1-8e96-feff8dd22fd5"},{"name":"Vendor-Update","id":"5a536966-901c-4dfb-89ba-45cf624283ba","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"BillAddr\": {\n      \"Id\": \"111\",\n      \"Line1\": \"Dianne's Auto Shop\",\n      \"Line2\": \"Dianne Bradley\",\n      \"Line3\": \"29834 Mustang Ave.\",\n      \"City\": \"Millbrae\",\n      \"Country\": \"U.S.A\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"94030\"\n    },\n    \"TaxIdentifier\": \"XXXXXX8293\",\n    \"Balance\": 0,\n    \"AcctNum\": \"35372649\",\n    \"Vendor1099\": false,\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"70\",\n    \"SyncToken\": \"0\",\n    \"Title\": \"Ms.\",\n    \"GivenName\": \"Dianne\",\n    \"FamilyName\": \"Bradley\",\n    \"Suffix\": \"Sr.\",\n    \"CompanyName\": \"Dianne's Auto Shop\",\n    \"DisplayName\": \"Dianne's Auto Shop-Updated\",\n    \"PrintOnCheckName\": \"Dianne's Auto Shop\",\n    \"Active\": true,\n    \"PrimaryPhone\": {\n      \"FreeFormNumber\": \"(650) 555-2342\"\n    },\n    \"Mobile\": {\n      \"FreeFormNumber\": \"(650) 555-2000\"\n    },\n    \"PrimaryEmailAddr\": {\n      \"Address\": \"dbradley@myemail.com\"\n    },\n    \"WebAddr\": {\n      \"URI\": \"http://DiannesAutoShop.com\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/vendor?minorversion={{minorversion}}","description":"<p>Update a vendor object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","vendor"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"5a536966-901c-4dfb-89ba-45cf624283ba"},{"name":"Vendor-ReadById","id":"43c0934f-b189-494f-ab60-21636d3ac10f","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"70\",\n    \"SyncToken\": \"1\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/vendor/70?minorversion={{minorversion}}","description":"<p>Read a vendor object by Id\nMethod : GET</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","vendor","70"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"43c0934f-b189-494f-ab60-21636d3ac10f"},{"name":"Vendor-Delete","id":"8b1cad9a-1925-4a31-8439-7628ae192bb2","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"BillAddr\": {\n      \"Id\": \"111\",\n      \"Line1\": \"Dianne's Auto Shop\",\n      \"Line2\": \"Dianne Bradley\",\n      \"Line3\": \"29834 Mustang Ave.\",\n      \"City\": \"Millbrae\",\n      \"Country\": \"U.S.A\",\n      \"CountrySubDivisionCode\": \"CA\",\n      \"PostalCode\": \"94030\"\n    },\n    \"TaxIdentifier\": \"XXXXXX8293\",\n    \"Balance\": 0,\n    \"AcctNum\": \"35372649\",\n    \"Vendor1099\": false,\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"70\",\n    \"SyncToken\": \"0\",\n    \"Title\": \"Ms.\",\n    \"GivenName\": \"Dianne\",\n    \"FamilyName\": \"Bradley\",\n    \"Suffix\": \"Sr.\",\n    \"CompanyName\": \"Dianne's Auto Shop\",\n    \"DisplayName\": \"Dianne's Auto Shop-Updated\",\n    \"PrintOnCheckName\": \"Dianne's Auto Shop\",\n    \"Active\": false,\n    \"PrimaryPhone\": {\n      \"FreeFormNumber\": \"(650) 555-2342\"\n    },\n    \"Mobile\": {\n      \"FreeFormNumber\": \"(650) 555-2000\"\n    },\n    \"PrimaryEmailAddr\": {\n      \"Address\": \"dbradley@myemail.com\"\n    },\n    \"WebAddr\": {\n      \"URI\": \"http://DiannesAutoShop.com\"\n    }\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/vendor","description":"<p>Delete a vendor object\nMethod : POST</p>\n<p>Vendor objects can't be deleted permanently. It can only be deactivated by setting the 'Active' attribute to false</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","vendor"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b1cad9a-1925-4a31-8439-7628ae192bb2"},{"name":"Vendor-ReadAll","id":"82f10598-d303-4a2e-b3b9-5356e46caa83","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from vendor startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all vendor objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"82f10598-d303-4a2e-b3b9-5356e46caa83"}],"id":"cc4b4c36-87d8-4e3c-b2f0-3332d1eee4a8","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/vendor\">https://developer.intuit.com/docs/api/accounting/vendor</a></p>\n<p>The Vendor object represents the seller from whom your company purchases any service or product.</p>\n","_postman_id":"cc4b4c36-87d8-4e3c-b2f0-3332d1eee4a8"},{"name":"VendorCredit","item":[{"name":"VendorCredit-ReadAll","id":"87dcfcbb-31df-47ca-be7d-4e520b9cdaca","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/text"}],"body":{"mode":"raw","raw":"select * from vendorcredit startposition 1 maxresults 5"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/query?minorversion={{minorversion}}","description":"<p>Read all vendorcredit objects using the 'Query' endpoint\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","query"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"87dcfcbb-31df-47ca-be7d-4e520b9cdaca"},{"name":"VendorCredit-Create","id":"75e4fc19-552c-413e-afc9-9adbe7b85218","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"TxnDate\":\"2014-12-23\",\n        \"Line\":[\n        {\n            \"Id\":\"1\",\n            \"Amount\":90.00,\n            \"DetailType\":\"AccountBasedExpenseLineDetail\",\n            \"AccountBasedExpenseLineDetail\":\n            {\n                \"CustomerRef\":\n                {\n                    \"value\":\"1\",\n                    \"name\":\"Amy's Bird Sanctuary\"\n                },\n                \"AccountRef\":\n                {\n                    \"value\":\"8\",\n                    \"name\":\"Bank Charges\"\n                },\n                \"BillableStatus\":\"Billable\",\n                \"TaxCodeRef\":\n                {\n                    \"value\":\"TAX\"\n                }\n            }\n        }\n        ],\n        \"VendorRef\":\n        {\n            \"value\":\"30\",\n            \"name\":\"Books by Bessie\"\n        },\n        \"APAccountRef\":\n        {\n            \"value\":\"33\",\n            \"name\":\"Accounts Payable (A/P)\"\n        },\n        \"TotalAmt\":90.00\n    }\n    ]\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/vendorcredit?minorversion={{minorversion}}","description":"<p>Create a vendorcredit object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","vendorcredit"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"75e4fc19-552c-413e-afc9-9adbe7b85218"},{"name":"VendorCredit-Update","id":"4c81f3e6-187e-4e53-a203-3c90d5ab35ec","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"185\",\n    \"SyncToken\": \"0\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-09-02T03:09:34-07:00\",\n      \"LastUpdatedTime\": \"2016-09-02T03:09:34-07:00\"\n    },\n    \"TxnDate\": \"2014-04-23\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"Amount\": 90,\n        \"DetailType\": \"AccountBasedExpenseLineDetail\",\n        \"AccountBasedExpenseLineDetail\": {\n          \"CustomerRef\": {\n            \"value\": \"1\",\n            \"name\": \"Amy's Bird Sanctuary\"\n          },\n          \"AccountRef\": {\n            \"value\": \"8\",\n            \"name\": \"Bank Charges\"\n          },\n          \"BillableStatus\": \"Billable\",\n          \"TaxCodeRef\": {\n            \"value\": \"TAX\"\n          }\n        }\n      }\n    ],\n    \"VendorRef\": {\n      \"value\": \"30\",\n      \"name\": \"Books by Bessie\"\n    },\n    \"APAccountRef\": {\n      \"value\": \"33\",\n      \"name\": \"Accounts Payable (A/P)\"\n    },\n    \"TotalAmt\": 90\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/vendorcredit?minorversion={{minorversion}}","description":"<p>Update a vendorcredit object\nMethod : POST</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","vendorcredit"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"4c81f3e6-187e-4e53-a203-3c90d5ab35ec"},{"name":"VendorCredit-ReadById","id":"7998d7b3-e2b4-4f4b-a138-2b15e38dc31e","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"QBO\",\n    \"sparse\": false,\n    \"Id\": \"185\",\n    \"SyncToken\": \"0\",\n    \"MetaData\": {\n      \"CreateTime\": \"2016-09-02T03:09:34-07:00\",\n      \"LastUpdatedTime\": \"2016-09-02T03:09:34-07:00\"\n    },\n    \"TxnDate\": \"2014-04-23\",\n    \"CurrencyRef\": {\n      \"value\": \"USD\",\n      \"name\": \"United States Dollar\"\n    },\n    \"ExchangeRate\": 1,\n    \"Line\": [\n      {\n        \"Id\": \"1\",\n        \"Amount\": 90,\n        \"DetailType\": \"AccountBasedExpenseLineDetail\",\n        \"AccountBasedExpenseLineDetail\": {\n          \"CustomerRef\": {\n            \"value\": \"1\",\n            \"name\": \"Amy's Bird Sanctuary\"\n          },\n          \"AccountRef\": {\n            \"value\": \"8\",\n            \"name\": \"Bank Charges\"\n          },\n          \"BillableStatus\": \"Billable\",\n          \"TaxCodeRef\": {\n            \"value\": \"TAX\"\n          }\n        }\n      }\n    ],\n    \"VendorRef\": {\n      \"value\": \"30\",\n      \"name\": \"Books by Bessie\"\n    },\n    \"APAccountRef\": {\n      \"value\": \"33\",\n      \"name\": \"Accounts Payable (A/P)\"\n    },\n    \"TotalAmt\": 90\n  }"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/vendorcredit/185?minorversion={{minorversion}}","description":"<p>Read a vendorcredit object by Id\nMethod : GET</p>\n<p>Please change the VendorCredit it from 165 to a valid VendorCredit objectId which exists in your QBO account</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","vendorcredit","185"],"host":["{{baseurl}}"],"query":[{"key":"minorversion","value":"{{minorversion}}"}],"variable":[]}},"response":[],"_postman_id":"7998d7b3-e2b4-4f4b-a138-2b15e38dc31e"},{"name":"VendorCredit-Delete","id":"f1a745f3-8460-4e11-9260-cedeafa16f4a","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"{{consumerKey}}"},{"key":"consumerSecret","value":"{{consumerSecret}}"},{"key":"token","value":"{{accessToken}}"},{"key":"tokenSecret","value":"{{accessSecret}}"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[{"key":"User-Agent","value":"Intuit-qbov3-postman-collection1"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"185\",\n    \"SyncToken\": \"1\"\n}"},"url":"https://{{baseurl}}/v3/company/{{companyid}}/vendorcredit?operation=delete","description":"<p>Delete a vendorcredit object by Id\nMethod : POST</p>\n<p>Sample response body </p>\n<p>{\n  \"VendorCredit\": {\n    \"domain\": \"QBO\",\n    \"status\": \"Deleted\",\n    \"Id\": \"185\"\n  },\n  \"time\": \"2016-09-02T03:14:13.909-07:00\"\n}</p>\n","urlObject":{"protocol":"https","path":["v3","company","{{companyid}}","vendorcredit"],"host":["{{baseurl}}"],"query":[{"key":"operation","value":"delete"}],"variable":[]}},"response":[],"_postman_id":"f1a745f3-8460-4e11-9260-cedeafa16f4a"}],"id":"bb17008e-e66b-4a6c-8ffa-626aaa9683e3","description":"<p><a href=\"https://developer.intuit.com/docs/api/accounting/vendorcredit\">https://developer.intuit.com/docs/api/accounting/vendorcredit</a></p>\n<p>The VendorCredit object is an accounts payable transaction that represents a refund or credit of payment for goods or services. It is a credit that a vendor owes you for various reasons such as overpaid bill, returned merchandise, or other reasons.</p>\n","_postman_id":"bb17008e-e66b-4a6c-8ffa-626aaa9683e3"}]}