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

# SharedBudgetResponse

The response object for a single budget order operation.

```
object SharedBudgetResponse
```

## Discussion

Create, update, and get-by-ID budget order operations return `SharedBudgetResponse` as the single-item response envelope.

### Example

```json
{
  "result": {
    "id": 777888999,
    "orgId": 100456789,
    "name": "AwayFinder - Q1 2025 Budget",
    "startTime": "2025-01-01T00:00:00.000",
    "endTime": "2025-03-31T23:59:59.000",
    "value": {
      "amount": "10000.00",
      "currency": "USD"
    },
    "adAccountIds": [
      123456789
    ],
    "systemStatus": "ACTIVE",
    "systemStatusReasons": [],
    "invoiceDetail": {
      "primaryBuyerName": "Jane Smith",
      "primaryBuyerEmail": "jane.smith@awayfinder.com",
      "billingEmail": "billing@awayfinder.com"
    },
    "deleted": false,
    "creationTime": "2025-01-01T00:00:00.000",
    "modificationTime": "2025-01-01T00:00:00.000"
  }
}
```

---

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)