Jump to content

Team Paul

Members
  • Posts

    19
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I am creating Sales_Invoices using api endpoint, in that we need Goods & Services if user is outside of EU region. I need to list of all Goods & Services Using API endpoint. Please Help on this.
  2. Hi, Is there any Sandbox environment where we can test sage accounting integration before going live. Please help to use sandbox environment.
  3. Hello Mark, Thanks for your reply. I have to integrate sage accounting into my application with the below features: 1. Get a List of all sales invoices like the Sage portal. 2. We can create a new sales invoice and send it to a customer using the sage API. 3. We can see details of each invoice Currently, I am using sage accounting endpoints. but as we see there is some limitation. Is there any asp.net SDK for this? As we are using. Net core 3.1 for the backend. Also is there a way to send invoices to the customer while creating new sales invoices using the post method of https://api.accounting.sage.com/v3.1/sales_invoices endpoint? We set Sent=true, it is only updating this status but not sending any emails to customers.
  4. Hello Team, I am using 'https://api.accounting.sage.com/v3.1/sales_invoices' this endpoint to get all sales invoices list, But API is not getting all details. It is only returning collection in this format {"id": "XXXXXXXX", displayed_as": "SI-",$path": "/sales_invoices/586117de375711e8b45c025132dab352"}. We need the same response as given in below URL: https://developer.sage.com/accounting/reference/invoicing-sales/#tag/Sales-Invoices/operation/getSalesInvoices How can we get full data as suggested in the API guideline?
  5. Hi Mark, We are not getting a full response from the sales_Invoices endpoint. It only got only 3 properties Id, Path & Displayed_as. How do we get all properties of the sales_invoices listing?
  6. I am using 'https://api.accounting.sage.com/v3.1/sales_invoices' this endpoint to get all sales invoices list, But API is not getting all details. It is only returning collection in this format {"id": "XXXXXXXX", displayed_as": "SI-",$path": "/sales_invoices/586117de375711e8b45c025132dab352"}. How can we get all data as suggested in the API guideline.
  7. Hi Mark, I am unable to get a response from Filter while ladger_accounts endpoint. https://api.accounting.sage.com/v3.1/ledger_accounts?ledger_account_type_id="SALES". It is not filter larger account only for sale, etc.
  8. Hi, We have developed a web application for our customers. We need to integrate the sage accounting Features like Invoices, Create Invoices, send Payment links, etc. Is there any asp.net core SDK or Way to integrate into our project using Asp.net core?
  9. Hi, {"$severity":"error","$dataCode":"DataParsingError","$message":"The data you sent could not be processed.","$source":"Proxy"} I am getting this error
  10. I am trying to get an access token from the C# code. I have used a sample project given on GitHub - Sage/sageone_api_csharp_sample: Sage One API - C# Sample. Getting a remote failure has occurred: The oauth state was missing or invalid. error. Thanks in advance.
  11. Hello Mark, Could you please assist in fixing the "A remote failure has occurred: The oauth state was missing or invalid." error? This error is getting while trying to generate a token from the C# code sample given at GitHub - Sage/sageone_api_csharp_sample: Sage One API - C# Sample.
  12. Hi Mark, Please see below Details: Auth URL: https://www.sageone.com/oauth2/auth/central?filter=apiv3.1 Access Token URL: https://oauth.accounting.sage.com/token CallBack URL: https://https://localhost:44389/auth/callback
×
×
  • Create New...