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

# InvoiceDetailCreate

Invoice billing contact details supplied when creating a campaign or budget order.

```
object InvoiceDetailCreate
```

## Discussion

The `InvoiceDetailCreate` object is the create-time counterpart to [`InvoiceDetail`](/documentation/Apple-Ads-Platform-API/InvoiceDetail). It’s required for Line of Credit (`LOC`) accounts when creating a campaign or budget order.

### Example

```json
{
  "name": "AwayFinder Q3 Campaign Invoice",
  "primaryBuyerName": "Jordan Blake",
  "primaryBuyerEmail": "jordan.blake@awayfinder.com",
  "billingEmail": "billing@awayfinder.com",
  "clientName": "AwayFinder",
  "orderNumber": "PO-555666777"
}
```

---

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)