TDV Adapter for Pipedrive

Build 22.0.8462

AddPersonPicture

Add Person Picture.

Stored Procedure Specific Information

allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. The required columns in AddPersonPicture are Id and FileLocation. For example:

EXECUTE AddPersonPicture Id = '1', FileLocation = 'C:\\Users\\Downloads\\download.jpg'

Input

Name Type Required Accepts Input Streams Description
Id Integer True False ID of a person.
CropX Integer False False X coordinate to where start cropping form in pixels.
CropY Integer False False Y coordinate to where start cropping form in pixels.
CropWidth Integer False False Width of cropping area in pixels.
CropHeight Integer False False Height of cropping area in pixels.
FileLocation String False False File to upload.
Content String False True The content as InputStream to be uploaded when FileLocation is not specified.

Result Set Columns

Name Type Description
Status String Execution status of the stored procedure.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462