Faturimi
Click here for a complete list of operations.
AddOrUpdateAccountingAccounts
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /faturimi2010/faturimi.asmx HTTP/1.1
Host: web.mynnet.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://faturimi.org/AddOrUpdateAccountingAccounts"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<Credentials xmlns="http://faturimi.org/">
<Username>string</Username>
<Password>string</Password>
<Server>string</Server>
<Database>string</Database>
<Client>string</Client>
</Credentials>
</soap:Header>
<soap:Body>
<AddOrUpdateAccountingAccounts xmlns="http://faturimi.org/">
<ID>long</ID>
<Description>string</Description>
<Debits_2004>decimal</Debits_2004>
<Credits_2004>decimal</Credits_2004>
<Saldo_2004>decimal</Saldo_2004>
<Debits_2005>decimal</Debits_2005>
<Credits_2005>decimal</Credits_2005>
<Saldo_2005>decimal</Saldo_2005>
<Debits_2006>decimal</Debits_2006>
<Credits_2006>decimal</Credits_2006>
<Saldo_2006>decimal</Saldo_2006>
<Debits_2007>decimal</Debits_2007>
<Credits_2007>decimal</Credits_2007>
<Saldo_2007>decimal</Saldo_2007>
<Debits_2008>decimal</Debits_2008>
<Credits_2008>decimal</Credits_2008>
<Saldo_2008>decimal</Saldo_2008>
<Debits_2009>decimal</Debits_2009>
<Credits_2009>decimal</Credits_2009>
<Saldo_2009>decimal</Saldo_2009>
<Debits_2010>decimal</Debits_2010>
<Credits_2010>decimal</Credits_2010>
<Saldo_2010>decimal</Saldo_2010>
<Debits_2011>decimal</Debits_2011>
<Credits_2011>decimal</Credits_2011>
<Saldo_2011>decimal</Saldo_2011>
<Debits_2012>decimal</Debits_2012>
<Credits_2012>decimal</Credits_2012>
<Saldo_2012>decimal</Saldo_2012>
<Debits_2013>decimal</Debits_2013>
<Credits_2013>decimal</Credits_2013>
<Saldo_2013>decimal</Saldo_2013>
<Debits_2014>decimal</Debits_2014>
<Credits_2014>decimal</Credits_2014>
<Saldo_2014>decimal</Saldo_2014>
<Debits_2015>decimal</Debits_2015>
<Credits_2015>decimal</Credits_2015>
<Saldo_2015>decimal</Saldo_2015>
<Status>int</Status>
<Locked>boolean</Locked>
<CreatedBy>string</CreatedBy>
<ChangedBy>string</ChangedBy>
</AddOrUpdateAccountingAccounts>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<AddOrUpdateAccountingAccountsResponse xmlns="http://faturimi.org/">
<AddOrUpdateAccountingAccountsResult>long</AddOrUpdateAccountingAccountsResult>
</AddOrUpdateAccountingAccountsResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /faturimi2010/faturimi.asmx HTTP/1.1
Host: web.mynnet.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Header>
<Credentials xmlns="http://faturimi.org/">
<Username>string</Username>
<Password>string</Password>
<Server>string</Server>
<Database>string</Database>
<Client>string</Client>
</Credentials>
</soap12:Header>
<soap12:Body>
<AddOrUpdateAccountingAccounts xmlns="http://faturimi.org/">
<ID>long</ID>
<Description>string</Description>
<Debits_2004>decimal</Debits_2004>
<Credits_2004>decimal</Credits_2004>
<Saldo_2004>decimal</Saldo_2004>
<Debits_2005>decimal</Debits_2005>
<Credits_2005>decimal</Credits_2005>
<Saldo_2005>decimal</Saldo_2005>
<Debits_2006>decimal</Debits_2006>
<Credits_2006>decimal</Credits_2006>
<Saldo_2006>decimal</Saldo_2006>
<Debits_2007>decimal</Debits_2007>
<Credits_2007>decimal</Credits_2007>
<Saldo_2007>decimal</Saldo_2007>
<Debits_2008>decimal</Debits_2008>
<Credits_2008>decimal</Credits_2008>
<Saldo_2008>decimal</Saldo_2008>
<Debits_2009>decimal</Debits_2009>
<Credits_2009>decimal</Credits_2009>
<Saldo_2009>decimal</Saldo_2009>
<Debits_2010>decimal</Debits_2010>
<Credits_2010>decimal</Credits_2010>
<Saldo_2010>decimal</Saldo_2010>
<Debits_2011>decimal</Debits_2011>
<Credits_2011>decimal</Credits_2011>
<Saldo_2011>decimal</Saldo_2011>
<Debits_2012>decimal</Debits_2012>
<Credits_2012>decimal</Credits_2012>
<Saldo_2012>decimal</Saldo_2012>
<Debits_2013>decimal</Debits_2013>
<Credits_2013>decimal</Credits_2013>
<Saldo_2013>decimal</Saldo_2013>
<Debits_2014>decimal</Debits_2014>
<Credits_2014>decimal</Credits_2014>
<Saldo_2014>decimal</Saldo_2014>
<Debits_2015>decimal</Debits_2015>
<Credits_2015>decimal</Credits_2015>
<Saldo_2015>decimal</Saldo_2015>
<Status>int</Status>
<Locked>boolean</Locked>
<CreatedBy>string</CreatedBy>
<ChangedBy>string</ChangedBy>
</AddOrUpdateAccountingAccounts>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<AddOrUpdateAccountingAccountsResponse xmlns="http://faturimi.org/">
<AddOrUpdateAccountingAccountsResult>long</AddOrUpdateAccountingAccountsResult>
</AddOrUpdateAccountingAccountsResponse>
</soap12:Body>
</soap12:Envelope>