Questions tagged [sdata]

SData is the short form of 'Sage Data', the HTTP-based communication protocol used by many Sage product APIs and integrations.

SData is a web protocol that:

  • is standards-based, building upon the , and soon specifications
  • conforms to the principles
  • is applicable to a variety of scenarios such as APIs, mobile apps or 3rd party integration
  • is free to use (please read the licence terms)

More information can be found at http://sage.github.io/SData-2.0/

15 questions
4
votes
1 answer

Sage 50 SData XML to JSON POST Request

My end goal is to push orders from a csv into Sage 50 using SData and Python Requests. I found a sippet of XML body schema (see below) to construct and push a sales order into Sage 50 using SData. I have successfully been able to push a sales order…
user2407147
  • 1,508
  • 2
  • 22
  • 40
3
votes
1 answer

SData Integration with Sage Accounts 50, 2010 release

Sage says that SData is available in Accounts 50, 2010 release onwards. I have this version installed, but when I go to http://myserver.com:5493/sdata/accounts50/GCRM/-/$schema or even http://myserver.com:5493/sdata/accounts50/SDO/-/$schema, (and…
Andrew
  • 702
  • 7
  • 24
2
votes
1 answer

how to query multiple endpoints with curl on sdata web serivce

I am trying make a request query to Sage sdata web service to the following endpoints tradingActivites and receipts as nothing is obvious on these docs I have this so far…
Artful_dodger
  • 698
  • 2
  • 7
  • 26
2
votes
0 answers

Sage 300 (accpac) SDATA Create Customer

I'm trying to use SDATA to create a customer but can't seem to find the proper endpoint. I've scoured the schema and have only found wkshpcustomer, but nobody seems to know what that object is. I can, however, create an order without issue: [POST]…
Evan
  • 457
  • 3
  • 22
2
votes
2 answers

Sage 50 2014 SData issues

Hi I am having a bit of trouble with sdata. I have been able to see a schema using http://localhost:5493/sdata/accounts50/GCRM/-/$schema. When I try to view accounts etc, through something like the following…
user835440
  • 83
  • 2
  • 8
1
vote
1 answer

sData REST APIs for sage 100 ERP

I have a business partner account. And, I have setup sage SData and Sage ERP 100 on window server machine. I can access some resources in the browser like: https://sage.lvh.me/SData/MasApp/MasContract/ABX/AR_Customer It returns a huge file of…
Sarwan Kumar
  • 1,283
  • 9
  • 24
1
vote
2 answers

SData - SalesLogix

Are there any SalesLogix Web developers in here? If so, here is my question: On Sage's SData page HERE there is a demo of Self-service Website using SData. Can some one direct me where or how do I begin to make this happen. I am currently working on…
alby1481
  • 39
  • 5
1
vote
1 answer

AccountKey in sData

Myself and two other people that are trying to communicate with Sage Accounting using sData, but perhaps someone has used sData. I'm trying to post sData to our Sage server and create a deposit transaction that will show up in the bank…
mack
  • 2,715
  • 8
  • 40
  • 68
1
vote
2 answers

DataTable with JS Source

I'm trying to generate some data with Sage Sdata using javascript and after that handle that data with datatables plugin but I'm getting error: DataTables warning: table id=example - Requested unknown parameter '1' for row 0. For more information…
Edwin Ca
  • 55
  • 7
0
votes
1 answer

How to create a new contact in Saleslogix Infor CRM using DotNetSDataClient

I am trying to use the DotNetSDataClient library to add a new contact in Infor CRM. I have attempted to follow this documentation under the Create section. When I run the example code, I receive the error "The Contact's Account is required." This…
joeshmoe301
  • 1,193
  • 2
  • 11
  • 25
0
votes
0 answers

Sage50 SData POST to tradingaccountCustomerfeed

I am very new to Sage SDATA; so far I could read/write to various feeds using c#. I am trying to add phone number to tradingaccountCustomerfeed but failed. I could easily write to email, name, address fields etc. to this feed. I am not sure what am…
0
votes
1 answer

how to query bank activity with sage sdata service

I am looking at sage 50 sdata webservice I am able to list all bank accounts and I am able to list customer bank account ect but I can not figure out how to list the activity of one of the bank accounts say the the cash account. I am hitting the…
Artful_dodger
  • 698
  • 2
  • 7
  • 26
0
votes
0 answers

JQuery Headers for internal AJAX call

I am trying to make an AJAX call to a server within our intranet, but I can't seem to get the headers right. The code for my call is as follows: $('#btn-create-ticket').click( function(event) { $.ajax({ type: "GET", …
Si Stone
  • 121
  • 2
  • 12
0
votes
1 answer

Sage Evolution website integration

A client asked us if it's possible to have the products on their website integrated with Sage Evolution so that when products are purchased online by users the stock values on Sage Evolution will be updated as well. The client would like this to be…
j.grima
  • 1,831
  • 3
  • 23
  • 45
0
votes
1 answer

Sage sdata web service issue

I am working on Sage SData integration. Unfortunately, there is a problem in sending data to the server. I am able to retrieve data and delete contract but when I add new contract through POST or update through PUT, it gives an error: error…
user855803
  • 11
  • 1
  • 5