AddPersonPicture
Add Person Picture.
Stored Procedure Specific Information
Pipedrive 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 | Description |
| Id | Integer | ID of a person. |
| CropX | Integer | X coordinate to where start cropping form in pixels. |
| CropY | Integer | Y coordinate to where start cropping form in pixels. |
| CropWidth | Integer | Width of cropping area in pixels. |
| CropHeight | Integer | Height of cropping area in pixels. |
| FileLocation | String | File to upload. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure. |