Data Extensions
You can use SOAP API to manage most aspects of a data extension. For example, you can create data extensions, add columns to or remove columns from them, and insert or update the data they contain. These technical articles contain information and examples that describe how to use SOAP API to manage data extensions.
- Add Data to a Data Extension
- Add Column to a Data Extension
- Change the Retention Period for a Data Extension
- Clear Data from a Data Extension
- Create a Data Extension Using an Existing Template
- Create a Data Extension
- Create a Row in a Data Extension
- Create a Sendable Data Extension
- Delete a Data Extension
- Delete a Row from a Data Extension
- Manage Data in Data Extensions
- Retrieve Data Extension Object Using Customer Key
- Retrieve Data from a Data Extension
- Update a Data Extension with a Null Field Value
- Update Column Properties for a Data Extension
You can use these operations to work with standard data extensions and shared data extensions. When you use SOAP API with shared data extensions, authenticate your request against the parent Enterprise account, and include a Client.ID
value that equals the ID of the parent account, also known as the Enterprise ID or EID. See Use ClientID in Your Code.