diff --git a/src/Core/CoreConstants.php b/src/Core/CoreConstants.php
index 0e97083d..42f9eb21 100644
--- a/src/Core/CoreConstants.php
+++ b/src/Core/CoreConstants.php
@@ -7,7 +7,7 @@
class CoreConstants
{
//Set the default minor version
- const DEFAULT_SDK_MINOR_VERSION = "68";
+ const DEFAULT_SDK_MINOR_VERSION = "71";
const DEFAULT_LOGGINGLOCATION = "/tmp/IdsLogs";
const PHP_CLASS_PREFIX = 'IPP';
@@ -297,7 +297,7 @@ class CoreConstants
* The Request source header value.
* @var string REQUESTSOURCEHEADER
*/
- const USERAGENT = "V3PHPSDK6.1.2";
+ const USERAGENT = "V3PHPSDK6.1.3";
public static function getType($string, $return=1)
{
diff --git a/src/Data/IPPEmployee.php b/src/Data/IPPEmployee.php
index 3ea98336..5cef2429 100644
--- a/src/Data/IPPEmployee.php
+++ b/src/Data/IPPEmployee.php
@@ -180,6 +180,19 @@ public function __construct($keyValInitializers=array(), $verbose=FALSE)
* @var float
*/
public $CostRate;
+ /**
+ * @Definition
+ Product: ALL
+ Description: Free form text describing the Employee.[br /]Max. length: 4000 characters.
+
+ * @xmlType element
+ * @xmlNamespace http://schema.intuit.com/finance/v3
+ * @xmlMinOccurs 0
+ * @xmlMaxOccurs 1
+ * @xmlName Notes
+ * @var string
+ */
+ public $Notes;
} // end class IPPEmployee
diff --git a/src/Data/IPPTimeActivity.php b/src/Data/IPPTimeActivity.php
index e20f5fcd..1d15b416 100644
--- a/src/Data/IPPTimeActivity.php
+++ b/src/Data/IPPTimeActivity.php
@@ -170,6 +170,17 @@ public function __construct($keyValInitializers=array(), $verbose=FALSE)
* @var com\intuit\schema\finance\v3\IPPReferenceType
*/
public $ProjectRef;
+ /**
+ * @Definition
+ The ID of the related TimeCharge transaction.
+
+ * @xmlType element
+ * @xmlNamespace http://schema.intuit.com/finance/v3
+ * @xmlMinOccurs 0
+ * @xmlName TimeChargeId
+ * @var integer
+ */
+ public $TimeChargeId;
/**
* @Definition Billable status of the time recorded
diff --git a/src/XSD/Finance.xsd b/src/XSD/Finance.xsd
index 1e6ff16a..4c84e74b 100644
--- a/src/XSD/Finance.xsd
+++ b/src/XSD/Finance.xsd
@@ -12118,6 +12118,13 @@
+
+
+
+ The ID of the related TimeCharge transaction.
+
+
+
diff --git a/src/XSD/IntuitNamesTypes.xsd b/src/XSD/IntuitNamesTypes.xsd
index 4476eede..0f4493ea 100644
--- a/src/XSD/IntuitNamesTypes.xsd
+++ b/src/XSD/IntuitNamesTypes.xsd
@@ -1205,6 +1205,14 @@
+
+
+
+ Product: ALL
+ Description: Free form text describing the Employee.[br /]Max. length: 4000 characters.
+
+
+