Jump to content

Team Paul

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by Team Paul

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

     

  2. 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? 

     

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

  4. Hi,

    I am trying to receive an access token for using the Sage Business Cloud Accounting API. I'm using Postman as per the guide: https://developer.sage.com/accounting/guides/authenticating/postman/. The login screen loads the first time and I click my region (UK), the page reloads with "Internal Server Error". Every attempt after that loads the same error page. I'm using: https://www.sageone.com/oauth2/auth for the auth url, and https://oauth.accounting.sage.com/token for the Access Token Url. All other details are as per the guide and my App details page.

    Thank you!

  5. Why i am not getting my access token . I am setting up sage account to access Sage APi's.  I have followed  all steps as suggested in developer Guide. When click on Generate token button from Postman will redirected to sage login page and I have entered correct email & password , it is saying wrong email or password.

     

×
×
  • Create New...