Skip to content

Commit 9adb1c6

Browse files
feat(content): update the api
#### content:v2.1 The following keys were added: - schemas.AccountUser.properties.reportingManager.type (Total Keys: 1)
1 parent 0ebbb28 commit 9adb1c6

File tree

6 files changed

+60
-47
lines changed

6 files changed

+60
-47
lines changed

docs/dyn/content_v2_1.accounts.html

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,12 @@ <h3>Method Details</h3>
235235
&quot;A String&quot;,
236236
],
237237
&quot;businessInformation&quot;: { # The business information of the account.
238-
&quot;address&quot;: { # The address of the business.
238+
&quot;address&quot;: { # The address of the business. Use `\n` to add a second address line.
239239
&quot;country&quot;: &quot;A String&quot;, # CLDR country code (for example, &quot;US&quot;). All MCA sub-accounts inherit the country of their parent MCA by default, however the country can be updated for individual sub-accounts.
240240
&quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
241241
&quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (for example, &quot;94043&quot;).
242242
&quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
243-
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
243+
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address. Use `\n` to add a second line.
244244
},
245245
&quot;customerService&quot;: { # The customer service information of the business.
246246
&quot;email&quot;: &quot;A String&quot;, # Customer service email.
@@ -271,6 +271,7 @@ <h3>Method Details</h3>
271271
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
272272
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
273273
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
274+
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager.
274275
},
275276
],
276277
&quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
@@ -350,12 +351,12 @@ <h3>Method Details</h3>
350351
&quot;A String&quot;,
351352
],
352353
&quot;businessInformation&quot;: { # The business information of the account.
353-
&quot;address&quot;: { # The address of the business.
354+
&quot;address&quot;: { # The address of the business. Use `\n` to add a second address line.
354355
&quot;country&quot;: &quot;A String&quot;, # CLDR country code (for example, &quot;US&quot;). All MCA sub-accounts inherit the country of their parent MCA by default, however the country can be updated for individual sub-accounts.
355356
&quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
356357
&quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (for example, &quot;94043&quot;).
357358
&quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
358-
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
359+
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address. Use `\n` to add a second line.
359360
},
360361
&quot;customerService&quot;: { # The customer service information of the business.
361362
&quot;email&quot;: &quot;A String&quot;, # Customer service email.
@@ -386,6 +387,7 @@ <h3>Method Details</h3>
386387
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
387388
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
388389
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
390+
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager.
389391
},
390392
],
391393
&quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
@@ -485,12 +487,12 @@ <h3>Method Details</h3>
485487
&quot;A String&quot;,
486488
],
487489
&quot;businessInformation&quot;: { # The business information of the account.
488-
&quot;address&quot;: { # The address of the business.
490+
&quot;address&quot;: { # The address of the business. Use `\n` to add a second address line.
489491
&quot;country&quot;: &quot;A String&quot;, # CLDR country code (for example, &quot;US&quot;). All MCA sub-accounts inherit the country of their parent MCA by default, however the country can be updated for individual sub-accounts.
490492
&quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
491493
&quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (for example, &quot;94043&quot;).
492494
&quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
493-
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
495+
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address. Use `\n` to add a second line.
494496
},
495497
&quot;customerService&quot;: { # The customer service information of the business.
496498
&quot;email&quot;: &quot;A String&quot;, # Customer service email.
@@ -521,6 +523,7 @@ <h3>Method Details</h3>
521523
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
522524
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
523525
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
526+
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager.
524527
},
525528
],
526529
&quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
@@ -578,12 +581,12 @@ <h3>Method Details</h3>
578581
&quot;A String&quot;,
579582
],
580583
&quot;businessInformation&quot;: { # The business information of the account.
581-
&quot;address&quot;: { # The address of the business.
584+
&quot;address&quot;: { # The address of the business. Use `\n` to add a second address line.
582585
&quot;country&quot;: &quot;A String&quot;, # CLDR country code (for example, &quot;US&quot;). All MCA sub-accounts inherit the country of their parent MCA by default, however the country can be updated for individual sub-accounts.
583586
&quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
584587
&quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (for example, &quot;94043&quot;).
585588
&quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
586-
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
589+
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address. Use `\n` to add a second line.
587590
},
588591
&quot;customerService&quot;: { # The customer service information of the business.
589592
&quot;email&quot;: &quot;A String&quot;, # Customer service email.
@@ -614,6 +617,7 @@ <h3>Method Details</h3>
614617
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
615618
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
616619
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
620+
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager.
617621
},
618622
],
619623
&quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
@@ -669,12 +673,12 @@ <h3>Method Details</h3>
669673
&quot;A String&quot;,
670674
],
671675
&quot;businessInformation&quot;: { # The business information of the account.
672-
&quot;address&quot;: { # The address of the business.
676+
&quot;address&quot;: { # The address of the business. Use `\n` to add a second address line.
673677
&quot;country&quot;: &quot;A String&quot;, # CLDR country code (for example, &quot;US&quot;). All MCA sub-accounts inherit the country of their parent MCA by default, however the country can be updated for individual sub-accounts.
674678
&quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
675679
&quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (for example, &quot;94043&quot;).
676680
&quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
677-
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
681+
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address. Use `\n` to add a second line.
678682
},
679683
&quot;customerService&quot;: { # The customer service information of the business.
680684
&quot;email&quot;: &quot;A String&quot;, # Customer service email.
@@ -705,6 +709,7 @@ <h3>Method Details</h3>
705709
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
706710
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
707711
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
712+
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager.
708713
},
709714
],
710715
&quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
@@ -818,12 +823,12 @@ <h3>Method Details</h3>
818823
&quot;A String&quot;,
819824
],
820825
&quot;businessInformation&quot;: { # The business information of the account.
821-
&quot;address&quot;: { # The address of the business.
826+
&quot;address&quot;: { # The address of the business. Use `\n` to add a second address line.
822827
&quot;country&quot;: &quot;A String&quot;, # CLDR country code (for example, &quot;US&quot;). All MCA sub-accounts inherit the country of their parent MCA by default, however the country can be updated for individual sub-accounts.
823828
&quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
824829
&quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (for example, &quot;94043&quot;).
825830
&quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
826-
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
831+
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address. Use `\n` to add a second line.
827832
},
828833
&quot;customerService&quot;: { # The customer service information of the business.
829834
&quot;email&quot;: &quot;A String&quot;, # Customer service email.
@@ -854,6 +859,7 @@ <h3>Method Details</h3>
854859
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
855860
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
856861
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
862+
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager.
857863
},
858864
],
859865
&quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
@@ -1006,12 +1012,12 @@ <h3>Method Details</h3>
10061012
&quot;A String&quot;,
10071013
],
10081014
&quot;businessInformation&quot;: { # The business information of the account.
1009-
&quot;address&quot;: { # The address of the business.
1015+
&quot;address&quot;: { # The address of the business. Use `\n` to add a second address line.
10101016
&quot;country&quot;: &quot;A String&quot;, # CLDR country code (for example, &quot;US&quot;). All MCA sub-accounts inherit the country of their parent MCA by default, however the country can be updated for individual sub-accounts.
10111017
&quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
10121018
&quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (for example, &quot;94043&quot;).
10131019
&quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
1014-
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
1020+
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address. Use `\n` to add a second line.
10151021
},
10161022
&quot;customerService&quot;: { # The customer service information of the business.
10171023
&quot;email&quot;: &quot;A String&quot;, # Customer service email.
@@ -1042,6 +1048,7 @@ <h3>Method Details</h3>
10421048
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
10431049
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
10441050
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
1051+
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager.
10451052
},
10461053
],
10471054
&quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
@@ -1097,12 +1104,12 @@ <h3>Method Details</h3>
10971104
&quot;A String&quot;,
10981105
],
10991106
&quot;businessInformation&quot;: { # The business information of the account.
1100-
&quot;address&quot;: { # The address of the business.
1107+
&quot;address&quot;: { # The address of the business. Use `\n` to add a second address line.
11011108
&quot;country&quot;: &quot;A String&quot;, # CLDR country code (for example, &quot;US&quot;). All MCA sub-accounts inherit the country of their parent MCA by default, however the country can be updated for individual sub-accounts.
11021109
&quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
11031110
&quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (for example, &quot;94043&quot;).
11041111
&quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
1105-
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
1112+
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address. Use `\n` to add a second line.
11061113
},
11071114
&quot;customerService&quot;: { # The customer service information of the business.
11081115
&quot;email&quot;: &quot;A String&quot;, # Customer service email.
@@ -1133,6 +1140,7 @@ <h3>Method Details</h3>
11331140
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
11341141
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
11351142
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
1143+
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager.
11361144
},
11371145
],
11381146
&quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.

docs/dyn/content_v2_1.accountsbyexternalsellerid.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@ <h3>Method Details</h3>
137137
&quot;A String&quot;,
138138
],
139139
&quot;businessInformation&quot;: { # The business information of the account.
140-
&quot;address&quot;: { # The address of the business.
140+
&quot;address&quot;: { # The address of the business. Use `\n` to add a second address line.
141141
&quot;country&quot;: &quot;A String&quot;, # CLDR country code (for example, &quot;US&quot;). All MCA sub-accounts inherit the country of their parent MCA by default, however the country can be updated for individual sub-accounts.
142142
&quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
143143
&quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (for example, &quot;94043&quot;).
144144
&quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
145-
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
145+
&quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address. Use `\n` to add a second line.
146146
},
147147
&quot;customerService&quot;: { # The customer service information of the business.
148148
&quot;email&quot;: &quot;A String&quot;, # Customer service email.
@@ -173,6 +173,7 @@ <h3>Method Details</h3>
173173
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
174174
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
175175
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
176+
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager.
176177
},
177178
],
178179
&quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.

0 commit comments

Comments
 (0)