How to set label in Deal

Hi everyone, I would like to know how I set specific label to specific deal using Pipedrive Apiv1.
I researched the API documentation but without success!

In API Reference I can’t find a specific method to do this.

What I need to do is, set tag(label) for a deal, in Pipedrive UI is something like this:

image

Where:
Clinica Bem Estar --> is a Deal
Escolher Etiqueta --> is a option groups of labels

What I won’t:
Set to Clinica Bem Estar a label Plataforma

Hi @Devteam_Snake

To assign a label to a deal you need to call a Deal update request https://developers.pipedrive.com/docs/api/v1/#!/Deals/put_deals_id with label in the body

More about working with labels here https://pipedrive.readme.io/docs/working-with-labels

1 Like

@mykhailo with raw doesn’t work, maybe a syntax, but with x-www works fine.
Anyway im really appreciate your help.

Thanks.

1 Like