billing
Get Salesforce order lines by ad account id.
Get Salesforce order lines for account id 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.
get/ad_accounts/{ad_account_id}/ssio/order_lines
Path parameters
ad_account_idstring required
Unique identifier of an ad account.
Query parameters
pin_order_idstring
The pin order id associated with the SSIO insertion order
bookmarkstring
Cursor used to fetch the next page of items
page_sizeinteger
Maximum number of items to include in a single page. See documentation on Pagination for more information.
Response
The request has succeeded.
Example response
{
"items": [
{
"accepted_terms_time": "2020-10-06T13:07:04.000Z",
"bill_to_company_name": "Home Depot Inc.",
"billing_contact_email": "mail@test.com",
"billing_contact_firstname": "Mary",
"billing_contact_lastname": "Smith",
"budget_amount": 5000000,
"last_modified_date_time": "2020-10-06T13:07:04.000Z",
"media_contact_email": "mail@test.com",
"media_contact_firstname": "John",
"media_contact_lastname": "Doe"
}
]
}