Jump to content

Stefan Schindler

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Stefan Schindler

  1. Hi, I am having the same problem. Whatever callback URL I am using I get the the message that the backend service is temporarily not available and I shall try later. cache-control: no-cache, no-store cf-cache-status: DYNAMIC cf-ray: 7aacad022d601621-DUS content-type: text/html; charset=utf-8 date: Mon, 20 Mar 2023 08:44:53 GMT location: http://localhost?error=temporarily_unavailable&error_description=The+backend+service+is+temporarily+not+available.+Please+try+again+later.&state= server: cloudflare set-cookie: _session_id=1e1ebb88a48077542888554260d325ba; path=/; expires=Mon, 20 Mar 2023 10:14:53 -0000; HttpOnly strict-transport-security: max-age=15552000; includeSubDomains; preload x-content-type-options: nosniff x-correlation-context: {} x-frame-options: SAMEORIGIN x-request-id: 482dc3c1-aa9c-4439-a19c-db1bfef6f1f5 x-runtime: 0.262194 x-xss-protection: 1; mode=block Please advice. Stefan
  2. I would like to use a URL as an attachment so that I can refer to a document stored in an online account, Sharepoint or other repositories e.g. document management.
  3. Thanks for adding this option. Can you please update in a way that you accept empty id's within the analysis_type_categories? Currently, the structure is: * If you have no analysis_type_category your JSON string need to look as: "analysis_type_categories": [] * If you want to post an analysis_type_category you need to add: "analysis_type_categories": { "id": "04abce...", "id": "12fe..." } ] When you are processing line items and for some of the line items you do have analyis_type_categories you have to treat them differently as if you have none. I would love to see that I can also pass "analysis_type_categories": { "id": null } ] but this causes an unexpected error message when posting a purchase_invoice. Thanks. Stefan
  4. Hi Mark, Thanks for your response. I saw the Notes field and of course, I can use it. However, it does not format as a link sor that a user cannot directly click on the link but has to copy it to a browser address. Any type of field that can host a URL as a direct link? Stefan
  5. Hello, I am looking for an option to store a URL (like from Sharepoint) into a field in Sage Accounting to avoid uploading the entire file but keep it in an internal system. Any idea? Thanks Stefan
  6. Thanks, Mark, I figured out how to define the JSON Body to upload a supplier to Sage. Thanks for your help.
  7. Hello, I am trying to create new contacts (suppliers) via the API to my Development company. Although I registered the trial org for UK I am getting this error message when I try to creata a new account in Postman: "The request contained parameters that are restricted for Accounting in United Kingdom [registered_number]" API reference metions param registered_number as only available in Germany. The company record I tried to create has all country-related params set to GB and the country-group to GBIE. Any idey why I am getting this error? Thank a lot for helping me out. Regars Stefan Schindler
×
×
  • Create New...