Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@raja-7453 raja-7453 released this 17 Apr 11:31
· 3 commits to master since this release
281411d

2.0.0

  • Added new parent_column_index field in BulkWrite FieldMapping class.
  • Added new file_names field in BulkWrite Resource class.
  • Org time_zone field datatype changed(TimeZone to str).
  • Added new move_attachments_to field in the LeadConverter class.
  • Update RecordLockingOperations class constructor and methods.
  • ScoringRules Signal namespace field datatype changed(Choice to str).
  • ShiftHours timezone field datatype changed (TimeZone to str).
  • Tags RecordActionWrapper locked_count field datatype changed(bool to str).
  • Users time_zone field datatype changed(TimeZone to str).
  • Note class seModule field datatype changed(Choice to str).
  • UsersTerritories Territory id field datatype changed(int to str).
  • VariablesOperations update_variable_by_apiname method add new ParameterMap param.
  • RescheduleHistory ResponseWrapper info field datatype changed(List to info).
  • If-Modified-Since param datatype changed (String to DateTime).
    • GetNotesHeader
    • GetNoteHeader
  • IDS param datatype changed(Long to String).
    • GetAttachmentsParam
    • DeleteAttachmentsParam
    • DeleteRolesParam
    • GetAssociatedContactRolesParam
    • DeleteNotesParam
    • DeleteScoringRulesParam
    • DeleteTerritoriesParam
    • DeassociateTerritoryUsersParam
    • DeleteVariablesParam
  • Support for the following new APIs.

For more details, kindly refer to here.

  • Install Python SDK
    • Navigate to the workspace of your client app.
    • Run the command below:
          pip install zohocrmsdk5-0==2.0.0
      

Dependencies

  • Dependencies that should be included in your project
    • install urllib3
      pip install urllib3
    • install requests
      pip install requests
    • install python-dateutil
      pip install python-dateutil
    • install setuptools
      pip install setuptools
    • install mysql-connector-python
      pip install mysql-connector-python