blob: 91a9f430844294e6cd5cad321ecfca03f63e3ff3 [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="reseller_v1.html">Enterprise Apps Reseller API</a> . <a href="reseller_v1.customers.html">customers</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#get">get(customerId)</a></code></p>
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -040079<p class="firstline">Get a customer account.</p>
John Asmuth614db982014-04-24 15:46:26 -040080<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#insert">insert(body=None, customerAuthToken=None)</a></code></p>
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -040082<p class="firstline">Order a new customer's account.</p>
John Asmuth614db982014-04-24 15:46:26 -040083<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070084 <code><a href="#patch">patch(customerId, body=None)</a></code></p>
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -040085<p class="firstline">Update a customer account's settings. This method supports patch semantics.</p>
John Asmuth614db982014-04-24 15:46:26 -040086<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070087 <code><a href="#update">update(customerId, body=None)</a></code></p>
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -040088<p class="firstline">Update a customer account's settings.</p>
John Asmuth614db982014-04-24 15:46:26 -040089<h3>Method Details</h3>
90<div class="method">
91 <code class="details" id="get">get(customerId)</code>
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -040092 <pre>Get a customer account.
John Asmuth614db982014-04-24 15:46:26 -040093
94Args:
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -040095 customerId: string, Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. (required)
John Asmuth614db982014-04-24 15:46:26 -040096
97Returns:
98 An object of the form:
99
100 { # JSON template for a customer.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400101 "customerDomain": "A String", # The customer's primary domain name string. customerDomain is required when creating a new customer. Do not include the www prefix in the domain when adding a customer.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800102 "customerDomainVerified": True or False, # Whether the customer's primary domain has been verified.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400103 "alternateEmail": "A String", # Like the "Customer email" in the reseller tools, this email is the secondary contact used if something happens to the customer's service such as service outage or a security issue. This property is required when creating a new customer and should not use the same domain as customerDomain.
104 "kind": "reseller#customer", # Identifies the resource as a customer. Value: reseller#customer
105 "resourceUiUrl": "A String", # URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700106 "phoneNumber": "A String", # Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400107 "postalAddress": { # JSON template for address of a customer. # A customer's address information. Each field has a limit of 255 charcters.
108 "kind": "customers#address", # Identifies the resource as a customer address. Value: customers#address
109 "organizationName": "A String", # The company or company division name. This is required.
110 "countryCode": "A String", # For countryCode information, see the ISO 3166 country code elements. Verify that country is approved for resale of Google products. This property is required when creating a new customer.
111 "locality": "A String", # An example of a locality value is the city of San Francisco.
112 "region": "A String", # An example of a region value is CA for the state of California.
113 "addressLine2": "A String", # Line 2 of the address.
114 "addressLine3": "A String", # Line 3 of the address.
115 "contactName": "A String", # The customer contact's name. This is required.
116 "addressLine1": "A String", # A customer's physical address. An address can be composed of one to three lines. The addressline2 and addressLine3 are optional.
117 "postalCode": "A String", # A postalCode example is a postal zip code such as 94043. This property is required when creating a new customer.
John Asmuth614db982014-04-24 15:46:26 -0400118 },
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400119 "customerId": "A String", # This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google.
John Asmuth614db982014-04-24 15:46:26 -0400120 }</pre>
121</div>
122
123<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700124 <code class="details" id="insert">insert(body=None, customerAuthToken=None)</code>
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400125 <pre>Order a new customer's account.
John Asmuth614db982014-04-24 15:46:26 -0400126
127Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700128 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400129 The object takes the form of:
130
131{ # JSON template for a customer.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400132 "customerDomain": "A String", # The customer's primary domain name string. customerDomain is required when creating a new customer. Do not include the www prefix in the domain when adding a customer.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800133 "customerDomainVerified": True or False, # Whether the customer's primary domain has been verified.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400134 "alternateEmail": "A String", # Like the "Customer email" in the reseller tools, this email is the secondary contact used if something happens to the customer's service such as service outage or a security issue. This property is required when creating a new customer and should not use the same domain as customerDomain.
135 "kind": "reseller#customer", # Identifies the resource as a customer. Value: reseller#customer
136 "resourceUiUrl": "A String", # URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700137 "phoneNumber": "A String", # Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400138 "postalAddress": { # JSON template for address of a customer. # A customer's address information. Each field has a limit of 255 charcters.
139 "kind": "customers#address", # Identifies the resource as a customer address. Value: customers#address
140 "organizationName": "A String", # The company or company division name. This is required.
141 "countryCode": "A String", # For countryCode information, see the ISO 3166 country code elements. Verify that country is approved for resale of Google products. This property is required when creating a new customer.
142 "locality": "A String", # An example of a locality value is the city of San Francisco.
143 "region": "A String", # An example of a region value is CA for the state of California.
144 "addressLine2": "A String", # Line 2 of the address.
145 "addressLine3": "A String", # Line 3 of the address.
146 "contactName": "A String", # The customer contact's name. This is required.
147 "addressLine1": "A String", # A customer's physical address. An address can be composed of one to three lines. The addressline2 and addressLine3 are optional.
148 "postalCode": "A String", # A postalCode example is a postal zip code such as 94043. This property is required when creating a new customer.
John Asmuth614db982014-04-24 15:46:26 -0400149 },
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400150 "customerId": "A String", # This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google.
John Asmuth614db982014-04-24 15:46:26 -0400151 }
152
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400153 customerAuthToken: string, The customerAuthToken query string is required when creating a resold account that transfers a direct customer's subscription or transfers another reseller customer's subscription to your reseller management. This is a hexadecimal authentication token needed to complete the subscription transfer. For more information, see the administrator help center.
John Asmuth614db982014-04-24 15:46:26 -0400154
155Returns:
156 An object of the form:
157
158 { # JSON template for a customer.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400159 "customerDomain": "A String", # The customer's primary domain name string. customerDomain is required when creating a new customer. Do not include the www prefix in the domain when adding a customer.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800160 "customerDomainVerified": True or False, # Whether the customer's primary domain has been verified.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400161 "alternateEmail": "A String", # Like the "Customer email" in the reseller tools, this email is the secondary contact used if something happens to the customer's service such as service outage or a security issue. This property is required when creating a new customer and should not use the same domain as customerDomain.
162 "kind": "reseller#customer", # Identifies the resource as a customer. Value: reseller#customer
163 "resourceUiUrl": "A String", # URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700164 "phoneNumber": "A String", # Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400165 "postalAddress": { # JSON template for address of a customer. # A customer's address information. Each field has a limit of 255 charcters.
166 "kind": "customers#address", # Identifies the resource as a customer address. Value: customers#address
167 "organizationName": "A String", # The company or company division name. This is required.
168 "countryCode": "A String", # For countryCode information, see the ISO 3166 country code elements. Verify that country is approved for resale of Google products. This property is required when creating a new customer.
169 "locality": "A String", # An example of a locality value is the city of San Francisco.
170 "region": "A String", # An example of a region value is CA for the state of California.
171 "addressLine2": "A String", # Line 2 of the address.
172 "addressLine3": "A String", # Line 3 of the address.
173 "contactName": "A String", # The customer contact's name. This is required.
174 "addressLine1": "A String", # A customer's physical address. An address can be composed of one to three lines. The addressline2 and addressLine3 are optional.
175 "postalCode": "A String", # A postalCode example is a postal zip code such as 94043. This property is required when creating a new customer.
John Asmuth614db982014-04-24 15:46:26 -0400176 },
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400177 "customerId": "A String", # This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google.
John Asmuth614db982014-04-24 15:46:26 -0400178 }</pre>
179</div>
180
181<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700182 <code class="details" id="patch">patch(customerId, body=None)</code>
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400183 <pre>Update a customer account's settings. This method supports patch semantics.
John Asmuth614db982014-04-24 15:46:26 -0400184
185Args:
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400186 customerId: string, Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700187 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400188 The object takes the form of:
189
190{ # JSON template for a customer.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400191 "customerDomain": "A String", # The customer's primary domain name string. customerDomain is required when creating a new customer. Do not include the www prefix in the domain when adding a customer.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800192 "customerDomainVerified": True or False, # Whether the customer's primary domain has been verified.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400193 "alternateEmail": "A String", # Like the "Customer email" in the reseller tools, this email is the secondary contact used if something happens to the customer's service such as service outage or a security issue. This property is required when creating a new customer and should not use the same domain as customerDomain.
194 "kind": "reseller#customer", # Identifies the resource as a customer. Value: reseller#customer
195 "resourceUiUrl": "A String", # URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700196 "phoneNumber": "A String", # Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400197 "postalAddress": { # JSON template for address of a customer. # A customer's address information. Each field has a limit of 255 charcters.
198 "kind": "customers#address", # Identifies the resource as a customer address. Value: customers#address
199 "organizationName": "A String", # The company or company division name. This is required.
200 "countryCode": "A String", # For countryCode information, see the ISO 3166 country code elements. Verify that country is approved for resale of Google products. This property is required when creating a new customer.
201 "locality": "A String", # An example of a locality value is the city of San Francisco.
202 "region": "A String", # An example of a region value is CA for the state of California.
203 "addressLine2": "A String", # Line 2 of the address.
204 "addressLine3": "A String", # Line 3 of the address.
205 "contactName": "A String", # The customer contact's name. This is required.
206 "addressLine1": "A String", # A customer's physical address. An address can be composed of one to three lines. The addressline2 and addressLine3 are optional.
207 "postalCode": "A String", # A postalCode example is a postal zip code such as 94043. This property is required when creating a new customer.
John Asmuth614db982014-04-24 15:46:26 -0400208 },
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400209 "customerId": "A String", # This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google.
John Asmuth614db982014-04-24 15:46:26 -0400210 }
211
212
213Returns:
214 An object of the form:
215
216 { # JSON template for a customer.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400217 "customerDomain": "A String", # The customer's primary domain name string. customerDomain is required when creating a new customer. Do not include the www prefix in the domain when adding a customer.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800218 "customerDomainVerified": True or False, # Whether the customer's primary domain has been verified.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400219 "alternateEmail": "A String", # Like the "Customer email" in the reseller tools, this email is the secondary contact used if something happens to the customer's service such as service outage or a security issue. This property is required when creating a new customer and should not use the same domain as customerDomain.
220 "kind": "reseller#customer", # Identifies the resource as a customer. Value: reseller#customer
221 "resourceUiUrl": "A String", # URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700222 "phoneNumber": "A String", # Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400223 "postalAddress": { # JSON template for address of a customer. # A customer's address information. Each field has a limit of 255 charcters.
224 "kind": "customers#address", # Identifies the resource as a customer address. Value: customers#address
225 "organizationName": "A String", # The company or company division name. This is required.
226 "countryCode": "A String", # For countryCode information, see the ISO 3166 country code elements. Verify that country is approved for resale of Google products. This property is required when creating a new customer.
227 "locality": "A String", # An example of a locality value is the city of San Francisco.
228 "region": "A String", # An example of a region value is CA for the state of California.
229 "addressLine2": "A String", # Line 2 of the address.
230 "addressLine3": "A String", # Line 3 of the address.
231 "contactName": "A String", # The customer contact's name. This is required.
232 "addressLine1": "A String", # A customer's physical address. An address can be composed of one to three lines. The addressline2 and addressLine3 are optional.
233 "postalCode": "A String", # A postalCode example is a postal zip code such as 94043. This property is required when creating a new customer.
John Asmuth614db982014-04-24 15:46:26 -0400234 },
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400235 "customerId": "A String", # This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google.
John Asmuth614db982014-04-24 15:46:26 -0400236 }</pre>
237</div>
238
239<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700240 <code class="details" id="update">update(customerId, body=None)</code>
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400241 <pre>Update a customer account's settings.
John Asmuth614db982014-04-24 15:46:26 -0400242
243Args:
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400244 customerId: string, Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700245 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400246 The object takes the form of:
247
248{ # JSON template for a customer.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400249 "customerDomain": "A String", # The customer's primary domain name string. customerDomain is required when creating a new customer. Do not include the www prefix in the domain when adding a customer.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800250 "customerDomainVerified": True or False, # Whether the customer's primary domain has been verified.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400251 "alternateEmail": "A String", # Like the "Customer email" in the reseller tools, this email is the secondary contact used if something happens to the customer's service such as service outage or a security issue. This property is required when creating a new customer and should not use the same domain as customerDomain.
252 "kind": "reseller#customer", # Identifies the resource as a customer. Value: reseller#customer
253 "resourceUiUrl": "A String", # URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700254 "phoneNumber": "A String", # Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400255 "postalAddress": { # JSON template for address of a customer. # A customer's address information. Each field has a limit of 255 charcters.
256 "kind": "customers#address", # Identifies the resource as a customer address. Value: customers#address
257 "organizationName": "A String", # The company or company division name. This is required.
258 "countryCode": "A String", # For countryCode information, see the ISO 3166 country code elements. Verify that country is approved for resale of Google products. This property is required when creating a new customer.
259 "locality": "A String", # An example of a locality value is the city of San Francisco.
260 "region": "A String", # An example of a region value is CA for the state of California.
261 "addressLine2": "A String", # Line 2 of the address.
262 "addressLine3": "A String", # Line 3 of the address.
263 "contactName": "A String", # The customer contact's name. This is required.
264 "addressLine1": "A String", # A customer's physical address. An address can be composed of one to three lines. The addressline2 and addressLine3 are optional.
265 "postalCode": "A String", # A postalCode example is a postal zip code such as 94043. This property is required when creating a new customer.
John Asmuth614db982014-04-24 15:46:26 -0400266 },
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400267 "customerId": "A String", # This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google.
John Asmuth614db982014-04-24 15:46:26 -0400268 }
269
270
271Returns:
272 An object of the form:
273
274 { # JSON template for a customer.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400275 "customerDomain": "A String", # The customer's primary domain name string. customerDomain is required when creating a new customer. Do not include the www prefix in the domain when adding a customer.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800276 "customerDomainVerified": True or False, # Whether the customer's primary domain has been verified.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400277 "alternateEmail": "A String", # Like the "Customer email" in the reseller tools, this email is the secondary contact used if something happens to the customer's service such as service outage or a security issue. This property is required when creating a new customer and should not use the same domain as customerDomain.
278 "kind": "reseller#customer", # Identifies the resource as a customer. Value: reseller#customer
279 "resourceUiUrl": "A String", # URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700280 "phoneNumber": "A String", # Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400281 "postalAddress": { # JSON template for address of a customer. # A customer's address information. Each field has a limit of 255 charcters.
282 "kind": "customers#address", # Identifies the resource as a customer address. Value: customers#address
283 "organizationName": "A String", # The company or company division name. This is required.
284 "countryCode": "A String", # For countryCode information, see the ISO 3166 country code elements. Verify that country is approved for resale of Google products. This property is required when creating a new customer.
285 "locality": "A String", # An example of a locality value is the city of San Francisco.
286 "region": "A String", # An example of a region value is CA for the state of California.
287 "addressLine2": "A String", # Line 2 of the address.
288 "addressLine3": "A String", # Line 3 of the address.
289 "contactName": "A String", # The customer contact's name. This is required.
290 "addressLine1": "A String", # A customer's physical address. An address can be composed of one to three lines. The addressline2 and addressLine3 are optional.
291 "postalCode": "A String", # A postalCode example is a postal zip code such as 94043. This property is required when creating a new customer.
John Asmuth614db982014-04-24 15:46:26 -0400292 },
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400293 "customerId": "A String", # This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google.
John Asmuth614db982014-04-24 15:46:26 -0400294 }</pre>
295</div>
296
297</body></html>