{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"3f4763ad-035f-4c32-ace8-dde58f02b204","name":"Cloud Counting APIs with Examples","description":"Welcome to the Cloud Counting API documentation. This API will enable you to connect your software to Cloud Counting accounting solution to search, create and update vendors and invoices.\n\n# Getting Started\n\n1. Get API key\n    \n2. Download and Install Postman application.\n    \n3. Configure your execution environment\n    \n4. Click Run in Postman button to clone or fork the collection\n    \n    [<img src=\"https://run.pstmn.io/button.svg\" alt=\"Run in Postman\">](https://app.getpostman.com/run-collection/870226e62cc330f3462a?action=collection%2Fimport)\n    \n5. If you downloaded the collection, then import the collection.\n    \n6. Review the APIs and examples\n    \n7. Construct and send an API\n    \n\n## Authentication\n\nAll requests require an API key which is passed via the x-api-key HTTP header:\n\n```\nx-api-key: {enter_your_api_key_here}\n\n ```\n\nPlease contact Cloud Counting Support Team to get you API key.\n\n## API Host\n\n**Production:** [https://api.cloudcounting.com](https://api.cloudcounting.com)\n\n**Sandbox:** [https://devapi.cloudcounting.com](https://devapi.cloudcounting.com)\n\n### Important Note:\n\nAPI keys issued are specific to an execution environment and customer. Ex: API key issued for the Sandbox environment will not work with Production environment APIs.\n\n## Creation of Environment\n\nUser should create an Environment with the values that the API requests should be sent.\n\n| Variable | Production Env Value | Sandbox Env Value |\n| --- | --- | --- |\n| site_url | [https://api.cloudcounting.com](https://api.cloudcounting.com) | [https://devapi.cloudcounting.com](https://devapi.cloudcounting.com) |\n| x-api-value | {enter_your_production_api_key_here} | {enter_your_sandbox_api_key_here} |\n\n## Configure API Key for the Collection\n\n**NOTE:** This configuration step is optional and only valid while running the APIs using Postman client.\n\nOnce you have forked or imported the collection, Click on the **Authorization** tab and select the **Type** as **API KEY.**\n\nIn the \"Key\" enter as \"x-api-key\" and in the \"Value\" enter {{x-api-value}} and in the \"Add to\" column enter \"Header\".\n\nThis authorization method will be used for every request in this collection. You can override this by specifying one in the request.\n\n## Errors\n\nError responses use HTTP status codes to indicate the type of error. The JSON response body will contain a message with a detailed description of the error.\n\n### Example HTTP 400 error\n\n```\n{\n    \"type\": \"error\",\n    \"message\": \"Invalid request data: credit_term, payment_term\",\n    \"data\": []\n}\n\n ```\n\n### Common errors\n\n| HTTP Status | Error Code | Description |\n| --- | --- | --- |\n| 400 | Bad Request | Missing required field or Syntax error in request body |\n| 401 | Unauthorized | Missing or invalid API key or x-api-key header |\n| 403 | Forbidden | User is not authorized for this resource |\n| 404 | Not Found | The requested resource or data not found |\n| 409 | Conflict | Duplicate resource exists |\n| 413 | Payload Too Large | Request payload is greater than 10 MB in size |\n| 500 | Internal Server Error | Unexpected or unhandled server side error |\n\n## Default Usage Plan\n\n| Parameter | Limit |\n| --- | --- |\n| Rate | 50 requests per second |\n| Burst | 100 requests |\n| Quota | 1000 requests per month starting on the 1st day |","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"4134901","team":1242283,"collectionId":"3f4763ad-035f-4c32-ace8-dde58f02b204","publishedId":"TzeWG8Mj","public":true,"publicUrl":"https://developers.cloudcounting.com","privateUrl":"https://go.postman.co/documentation/4134901-3f4763ad-035f-4c32-ace8-dde58f02b204","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"documentationLayout":"classic-double-column","customisation":null,"version":"8.11.4","publishDate":"2021-06-16T11:54:58.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{},"logos":{}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/2b35bde5f0c88d1101680ce82809a7fedaf64a47f1f23fcb1e2989be36a750a5","favicon":"https://cloudcounting.com/favicon.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https://developers.cloudcounting.com/view/metadata/TzeWG8Mj"}