Jump to content

Stefan Schindler

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Stefan Schindler

  1. On 3/15/2023 at 10:33 AM, Dean Walker said:

    Hi,

     

    I'm facing exactly the same issue and given I'm trying to interface a winforms app I could really do with the example working to help with my understanding/refactoring/reachitecting... (i can talk to QB and Xero in this fashion)

     

    Any upated examples or more detail as to the fix? Any help appreciated, thanks!

    Dean

    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
    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. On 10/31/2022 at 1:01 PM, Steel, Mark said:

     

    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

  3. 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...