Get Salesforce account details including bill-to information.
GET {{baseUrl}}/ad_accounts/:ad_account_id/ssio/accounts
Get Salesforce account details including bill-to information to be used in insertion orders process 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.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"eligible":"\u003cboolean\u003e","can_edit":"\u003cboolean\u003e","billto_infos":[{"id":"\u003cstring\u003e","io_terms_id":"\u003cstring\u003e","io_terms":"\u003cstring\u003e","us_terms_id":"\u003cstring\u003e","us_terms":"\u003cstring\u003e","row_terms_id":"\u003cstring\u003e","row_terms":"\u003cstring\u003e","io_type":"\u003cstring\u003e","addresses":[{"display":"\u003cstring\u003e","purpose":"\u003cstring\u003e","address_id":"\u003cstring\u003e","order_legal_entity":"\u003cstring\u003e"},{"display":"\u003cstring\u003e","purpose":"\u003cstring\u003e","address_id":"\u003cstring\u003e","order_legal_entity":"\u003cstring\u003e"}]},{"id":"\u003cstring\u003e","io_terms_id":"\u003cstring\u003e","io_terms":"\u003cstring\u003e","us_terms_id":"\u003cstring\u003e","us_terms":"\u003cstring\u003e","row_terms_id":"\u003cstring\u003e","row_terms":"\u003cstring\u003e","io_type":"\u003cstring\u003e","addresses":[{"display":"\u003cstring\u003e","purpose":"\u003cstring\u003e","address_id":"\u003cstring\u003e","order_legal_entity":"\u003cstring\u003e"},{"display":"\u003cstring\u003e","purpose":"\u003cstring\u003e","address_id":"\u003cstring\u003e","order_legal_entity":"\u003cstring\u003e"}]}],"currency":"\u003cstring\u003e","pmp_names":[{"name":"\u003cstring\u003e","id":"\u003cstring\u003e"},{"name":"\u003cstring\u003e","id":"\u003cstring\u003e"}],"error":"\u003cstring\u003e"}