Skip to content

Commit f2a1e5d

Browse files
committed
V25.10.0 - 2025-10-08
1 parent 4ecdcf2 commit f2a1e5d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/ConstantContact/Definition/Customer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @property string $contact_phone The account owner's contact phone number (up to 25 characters in length).
1010
* @property string $country_code The uppercase two-letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1' target='_blank'>ISO 3166-1 code</a> representing the organization's country.
1111
* @property string $encoded_account_id The readOnly encoded account ID that uniquely identifies the account.
12+
* @property string $encoded_partner_id The encoded partner id that identifies which Constant Contact partner provisioned the account.
1213
* @property string $first_name The account owner's first name.
1314
* @property string $last_name The account owner's last name.
1415
* @property string $organization_name The name of the organization that is associated with this account.
@@ -26,6 +27,7 @@ class Customer extends \PHPFUI\ConstantContact\Definition\Base
2627
'contact_phone' => 'string',
2728
'country_code' => 'string',
2829
'encoded_account_id' => 'string',
30+
'encoded_partner_id' => 'string',
2931
'first_name' => 'string',
3032
'last_name' => 'string',
3133
'organization_name' => 'string',

yaml/swagger.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ swagger: "2.0"
33
info:
44
description: "The Constant Contact, Inc. V3 public API, for building integrations\
55
\ with Constant Contact, the leading small-business email marketing platform."
6-
version: "3.0.94"
6+
version: "3.0.95"
77
title: "AppConnect V3"
88
contact:
99
name: "webservices@constantcontact.com"
@@ -6501,6 +6501,12 @@ definitions:
65016501
description: "The readOnly encoded account ID that uniquely identifies the\
65026502
\ account."
65036503
readOnly: true
6504+
encoded_partner_id:
6505+
type: "string"
6506+
example: "a37cranviy95el"
6507+
description: "The encoded partner id that identifies which Constant Contact\
6508+
\ partner provisioned the account."
6509+
readOnly: true
65046510
first_name:
65056511
type: "string"
65066512
example: "Lola"

0 commit comments

Comments
 (0)