What can we help you find?
Products
Total Spend Management Platform
Integration Playbooks and Resources
Other Integration Playbooks
ERP Integration Adapters
Integration Scenarios
10. Budget Integration Scenarios
10.1 Create a Budget Line
10.1 Create a Budget Line
Using API
PUT
https://<instance>.coupahost.com/api/budget_lines
Payload
<?xml version="1.0" encoding="UTF-8"?> <budget_lines> <segment_1>San_Francisco</segment_1> <segment_2>Marketing</segment_2> <segment_3>Office_Supplies</segment_3> <description>budget for Mary</description> <period> <name>Q2 2012</name> </period> <amount>50000</amount> <owner> <firstname>Mary (Manager)</firstname> <lastname>Snow</lastname> <login>msnow</login> </owner> </budget_lines>
Using CSV
Create a Budget Line for a Budget period with three segments.
For a sample file, see create_budgetline.csv.