- Blueprint Transition percent_partial_save field datatype changed(int to float).
- Blueprint Field convert_mapping field datatype changed(ConvertMapping to dict).
- Handled Record Field API Name and datatype.
- Record FileDetails id field datatype changed(int to str).
- Added new fields (created_time__s, modified_time__s, created_by__s, owner__s, and modified_by__s) in Record FileDetails class.
- Record ImageUpload id field datatype changed(int to str).
- Record multi_user_lookup type fields datatype changed([MinifiedUser] to [Record]).
- Added new type and owner_id param in EmailRelatedRecordsOperations class constructor.
- Added new id and name param in GetDownloadAttachmentsDetailsParam class.
- Added new ids param in GetAppointmentsRescheduledHistoryParam class.
For more details, kindly refer to [here](/versions/6.0.0/README.md).
- Install **Python SDK**
- Navigate to the workspace of your client app.
- Run the command below:
sh
pip install zohocrmsdk6-0==6.0.0
Dependencies
- Dependencies that should be included in your project
- install **urllib3**
sh
pip install urllib3
- install **requests**
sh
pip install requests
- install **python-dateutil**
sh
pip install python-dateutil
- install **setuptools**
sh
pip install setuptools
- install **mysql-connector-python**
sh
pip install mysql-connector-python