Interface Nodes¶
Description¶
These methods add Node information to your account as well as a createNodeFull method which allow you to set up a Node, Links, Categories, VoxNumber and Calling Rules in one hit.
You can have multiple Nodes in your account. A Node is the item you want to track – for example a business, a customer, an estate agency, a restaurant. The Links are the tracking streams to attach your VoxNumbers to – so a business may be published on several websites, which would each be set up as a Link and each have a unique VoxNumber.
Methods¶
Method | Description | Verb |
---|---|---|
getNodes | Retrieves a flat XML with the Nodes, Links and VoxNumbers and Callflow assigned to the links | GET |
getNodeDetails | Retrieves a full tree of Nodes and their links and Categories | GET |
createNodes | Creates one or more new Nodes | POST |
createNodeFull | Creates one Nodes with all the details. Links, Contact, and the VoxNumber city to assign to | POST |
updateNodes | Updates existing Node(s) | PUT |
deleteNodes | Deletes existing node(s) | DELETE |