Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.82 KB

File metadata and controls

39 lines (33 loc) · 1.82 KB
title ms.service ms.subservice ms.topic author ms.author description
AccountTaxCertificate Data Object - Customer Management
bing-ads
customer-management-api
article
jonmeyers
jonmeyers
Defines the AccountTaxCertificate Data Object.

AccountTaxCertificate Data Object - Customer Management

Defines the AccountTaxCertificate Data Object.

Syntax

<xs:complexType name="AccountTaxCertificate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="TaxCertificateBlobContainerName" nillable="true" type="xs:string" />
    <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/System.Collections.Generic" minOccurs="0" name="TaxCertificates" nillable="true" type="q3:ArrayOfKeyValuePairOfstringbase64Binary" />
    <xs:element minOccurs="0" name="Status" nillable="true" type="tns:TaxCertificateStatus" />
  </xs:sequence>
</xs:complexType>

Elements

The AccountTaxCertificate object has the following elements: Status, TaxCertificateBlobContainerName, TaxCertificates.

Element Description Data Type
Status Reserved. TaxCertificateStatus
TaxCertificateBlobContainerName Reserved. string
TaxCertificates Reserved. KeyValuePairOfstringbase64Binary array

Requirements

Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

Used By

AdvertiserAccount