v29

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-06-042661,1122.5 MB
billing

Edit insertion order through SSIO.

Edit insertion order through SSIO for ad_account_id.

  • The token's user_account must either be the owner of the specified ad account, or have one of the necessary roles granted via Business Access: Admin, Finance, Campaign.
patch/ad_accounts/{ad_account_id}/ssio/insertion_orders

Path parameters

ad_account_idstring required

Unique identifier of an ad account.

Request body

ads_manager_order_line_idstring

Ads manager OrderLineId

agency_linkstring

URL link for agency

billing_contact_emailstring

The billing contact email

billing_contact_firstnamestring

The billing contact first name

billing_contact_lastnamestring

The billing contact last name

budget_amountnumber double

If Budget order line, the budget amount.

end_datestring

End date of time period. Format: YYYY-MM-DD

media_contact_emailstring

The media contact email

media_contact_firstnamestring

The media contact first name

media_contact_lastnamestring

The media contact last name

oracle_line_idstring

LineId in the Oracle DB

po_numberstring

The po number

salesforce_order_idstring

OrderId in SFDC

salesforce_order_line_idstring

OrderLineId in SFDC

start_datestring

Starting date of time period. Format: YYYY-MM-DD

user_emailstring

The email of user submitting the insertion order

Response

The request has succeeded.

pin_order_idstring

Salesforce order id

Example response

{
  "pin_order_id": "9991h00000046NyCAI"
}