intacct-sdk-net
intacct-sdk-net copied to clipboard
Official repository of the Sage Intacct SDK for .NET
There appears to be a contradiction. In the ArAdjustmentCreate class in the WriteXml function it outputs the CustomFields into the XML data. However, in the API docs on the Intacct...
Our goal is to be able to retrieve the XML Response when making API calls via Intacct SDK. I have found this [article](https://developer.intacct.com/tools/sdk-net/#logging) but am unable to figure out how...
When I create an ARAdvance with the payment method set to Credit Card it defaults the Credit Card type to Visa. I don't see a way to set that field...
Hello, Can you please provide guidance on how to set a vendors 1099 Contact via the .NET SAGE Intacct SDK? Below is a sample of how we are creating vendors....
Can you please provide guidance on how to set a vendors 1099 Contact via the .NET SAGE Intacct SDK? Below is a sample of how we are creating vendors. In...
The DateTime formatting is broken because it doesn't specify InvariantCulture, basically changing slashes into dashes depending on your system. Also fixed a broken unit test and added a missing TimesheetUpdate...
While creating the contracts like below var createContract = new ContractCreate { ContractName = "Sample Contract", CustomerId = "C1234", BillToContactName = "eCapital, Inc.(CC-7009)", ShipToContactName = "eCapital, Inc.(CC-7009)", BeginDate = DateTime.Now,...
Is it possible to add `TimesheetUpdate` to the SDK? https://developer.intacct.com/api/project-resource-mgmt/timesheets/#update-timesheet
### Background When using the Sage Intacct SDK comparison classes for strings, single quotes were not being escaped. For example, the string "Bob's Pizza, Inc." would be converted to "Bob's...
I notice there's no support in the SDK documentation for Employee Cost Rates, which is documented as "Legacy". Is this functionality obsolete? Is it marked for removal? Has it been...