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"
}

Changes

Changed in 4 of the 29 revisions of this API.1124

  • v5b698c180678a121See the full diff
    • removed subschema #2 from the request body allOf list

      request-body-all-of-removed

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • the response optional property became read-only for the status

      response-optional-property-became-read-only

    This revision also has 182 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the request's body type changed from no type to object

      request-body-type-changed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api tag billing added

      api-tag-added

    • api tag ad_accounts removed

      api-tag-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added