You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

This section describes the Vendor SOAP API calls. 

The Vendor SOAP API can be accessed using HTTPS. The URL for the Vendor SOAP API is:

?https://license.x-formation.com/soap/type/vendor/version/1?wsdl

Note that IDs in the API calls represent unique objects and the ID field is present in almost all functions. When you are adding a new object (for example, AddCustomer) you should leave the ID unset or set to zero. Updates are made based on this ID, so when modifying an existing object (for example, UpdateCustomer) it is important to set the ID.

Also see SOAP Data Structures for descriptions of the data structures used in the SOAP API calls.

  • No labels