Create insertion order through SSIO.
POST {{baseUrl}}/ad_accounts/:ad_account_id/ssio/insertion_orders
Create insertion order through SSIO for adaccountid
.
- The token's user_account must either be the Owner of the specified ad account, or have one of the necessary roles granted to them via Business Access: Admin, Finance, Campaign.
Request Body
{"order_line_type"=>"BUDGET", "start_date"=>"1054-50-32", "po_number"=>"<string>", "pmp_id"=>"<string>", "order_name"=>"<string>", "media_contact_firstname"=>"<string>", "media_contact_lastname"=>"<string>", "media_contact_email"=>"<string>", "currency_info"=>"DKK", "billto_company_id"=>"<string>", "billto_business_address_id"=>"<string>", "billto_billing_address_id"=>"<string>", "billing_contact_firstname"=>"<string>", "billing_contact_lastname"=>"<string>", "billing_contact_email"=>"<string>", "accepted_terms_id"=>"<string>", "end_date"=>"4275-50-17", "budget_amount"=>"<number>", "agency_link"=>"<string>", "user_email"=>"<string>", "accepted_terms_time"=>"<integer>", "estimated_monthly_spend"=>"<number>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"pin_order_id":"\u003cstring\u003e"}