DavidRouyer / pipedrive-dotnet

Pipedrive.net is an async .NET Standard client for pipedrive.com
MIT License
38 stars 46 forks source link

Add label to person #93

Open GuerrillaCoder opened 3 years ago

GuerrillaCoder commented 3 years ago

It seem the label field is undocumented on API but is covered in this tutorial: https://pipedrive.readme.io/docs/working-with-labels#section-adding-a-label-through-updating-the-deal-organization-person-entity

I think we need Label field on the PersonUpdate object.

GuerrillaCoder commented 3 years ago

I shouldn't post tickets before I sleep, sorry for closing and re-opening.

The label exists on "Person" but not "PersonUpdate". I have written quick workaround to make it work for me, if you are accepting PR let me know and I'll add it to your pattern.

PhilippRoessner commented 1 year ago

@GuerrillaCoder Is there currently a workaround for this? How do you Update the Label of a person?