<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/SharedBudgetUpdate",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:SharedBudgetUpdate"
  },
  "title" : "SharedBudgetUpdate"
}
-->

# SharedBudgetUpdate

Request body for updating an existing budget order.

```
object SharedBudgetUpdate
```

## Discussion

The `SharedBudgetUpdate` object is the partial-update request payload for modifying an existing budget order. Include only the fields you want to change. Fields you leave out of the request body stay unchanged. To extend a budget that is approaching exhaustion, increase the `value.amount`.

### Example

The example below shows every updatable field for reference. In a real request, include only the fields you want to change.

```json
{
  "name": "AwayFinder Q3+Q4 2025 Budget",
  "startTime": "2025-07-01T00:00:00.000",
  "endTime": "2025-12-31T23:59:59.000",
  "value": {
    "amount": "25000.00",
    "currency": "USD"
  },
  "adAccountIds": [
    123456789
  ],
  "invoiceDetail": {
    "orderNumber": "PO-2025-Q3Q4"
  }
}
```

## Topics

### Dictionaries

[`object SharedBudgetUpdate.InvoiceDetail`](/documentation/Apple-Ads-Platform-API/SharedBudgetUpdate/InvoiceDetail-data.dictionary)

Invoice billing contact details supplied when updating a budget order.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)