---
title: DelegationCreate
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/delegationcreate
---

# DelegationCreate

The request body for creating a delegation on an ad account.

## Declaration

```data
object DelegationCreate
```

## Properties

resourceId: The ID of the resource you’re delegating. For CONTENT_PROVIDER, this is the Content Provider ID (CPID). For BUSINESS_BRAND, this is the Brand ID. resourceType: The type of resource you’re delegating. See DelegationCreate.ResourceType.

## Overview

Overview CONTENT_PROVIDER, for App Store advertising: {   "resourceId": "12345678",   "resourceType": "CONTENT_PROVIDER" } BUSINESS_BRAND, for Apple Maps advertising: {   "resourceId": "9876543",   "resourceType": "BUSINESS_BRAND" }

## Topics

### Type Aliases

- [DelegationCreate.ResourceType](apple-ads-platform-api/delegationcreate/resourcetype-data.typealias.md)

## See Also

- [AdAccount](apple-ads-platform-api/adaccount.md)
- [AdAccountCreate](apple-ads-platform-api/adaccountcreate.md)
- [AdAccountUpdate](apple-ads-platform-api/adaccountupdate.md)
- [AdAccountResponse](apple-ads-platform-api/adaccountresponse.md)
- [AclAdAccount](apple-ads-platform-api/acladaccount.md)
- [User ACL](apple-ads-platform-api/useracl.md)
- [UserAclListResponse](apple-ads-platform-api/useracllistresponse.md)
- [UserAccessResult](apple-ads-platform-api/useraccessresult.md)
- [Delegation](apple-ads-platform-api/delegation.md)
- [DelegationUpdate](apple-ads-platform-api/delegationupdate.md)
- [Me](apple-ads-platform-api/me.md)
- [MeResponse](apple-ads-platform-api/meresponse.md)
- [Org](apple-ads-platform-api/org.md)
- [OrgResponse](apple-ads-platform-api/orgresponse.md)
