Skip to content

Instantly share code, notes, and snippets.

View AconexAPIDocumentUpdateStatus.py
import subprocess
import time
import xml.dom.minidom
import os.path
import os
import datetime
import xml.etree.ElementTree as ET
import glob
#if clearXmlSave_location set to True, deletes all the files in this directory first, giving a clean start, will slow things down
View AconexAPITestPythondownloadall.py
import subprocess
import time
import xml.dom.minidom
import os.path
import os
import datetime
import xml.etree.ElementTree as ET
import glob
import random
View Aconex_API_call_for_xml.cs
using System;
using System.Xml;
using System.Net;
using System.IO;
using System.Text;
namespace AconexSampleSheet
{
class Program
{
static void Main(string[] args)
View Aconex_API_call_for_binary.cs
using System;
using System.Net;
using System.IO;
using System.Text;
namespace AconexSampleSheet
{
class Program
{
static void Main(string[] args)
{