Az ETARGET XML RPC metódusok fejlesztők számára készített eszközök, amelyek segítségével automatizálni tudják a hagyományos műveleteket ETARGET fiókjukban. Ezen eszközök segítségével az ETARGET könnyebben összehangolható az Ön rendszerével. Az összes metódust az ügyfelek igényei alapján fejlesztjük és fejlesztettük, tehát amennyiben úgy véli, valamely funkció hiányzik az eszköztárból, kérem, lépjen velünk kapcsolatba. Az ETARGET XML RPC kizárólag angol nyelven érhető el, ugyanis a fejlesztőkhöz, akik ezzel az eszközzel dolgozni fognak, ez a nyelv áll legközelebb.
What are ETARGET XML RPC methods?
ETARGET XML RPC methods let developers automate common tasks in their ETARGET account, whether they are using client, agency or partner accounts. With these methods, they can use ETARGET system far more efficiently and manage large or complex amounts of data.
Using XML RPC methods is easy, you don't need to sing up, you don't need no approvals just an active ETARGET account.
Below are examples of methods currently supported by our system, if you would need some other functionality, do let us know and contact us on develop
(at) etarget.sk. Also if you need any help or explanation, feel free to ask.
What is XML-RPC?
It's a
spec and a set of implementations that allow software running on disparate operating systems, running in different environments to make procedure calls over the Internet. You can develop in any language of your choice. XML RPC interface is supported by all popular programming languages such as PHP, Java, Python, .NET, Perl...It's remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned.