Edit insertion order through SSIO.
PATCH {{baseUrl}}/ad_accounts/:ad_account_id/ssio/insertion_orders
Edit 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
{"start_date"=>"5398-40-90", "end_date"=>"8898-32-68", "po_number"=>"<string>", "budget_amount"=>"<number>", "billing_contact_firstname"=>"<string>", "billing_contact_lastname"=>"<string>", "billing_contact_email"=>"<string>", "media_contact_firstname"=>"<string>", "media_contact_lastname"=>"<string>", "media_contact_email"=>"<string>", "agency_link"=>"<string>", "user_email"=>"<string>", "oracle_line_id"=>"<string>", "salesforce_order_id"=>"<string>", "salesforce_order_line_id"=>"<string>", "ads_manager_order_line_id"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"pin_order_id":"\u003cstring\u003e"}