I
I
ipatovd2018-08-07 19:30:23
API
ipatovd, 2018-08-07 19:30:23

How to add services to a deal in AMOcrm?

Tell me, how to add to the transaction through the api in Amocrm, the services that are made in the lists?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
ipatovd, 2018-08-07
@ipatovd

Here is the code itself:

$leads['request']['leads']['add']=array(
  array(
    'name' => $lead_name,
    'status_id' => $lead_status_id, //id статуса
    'responsible_user_id' => $responsible_user_id, //id ответственного по сделке
  )
);

Z
zloidennnn, 2018-08-08
@zloidennnn

Have you tried using the console? You can also copy the code there.
https://www.amocrm.ru/developers/console/

A
Altone1976, 2021-10-13
@Altone1976

https://www.amocrm.ru/developers/content/crm_platf...
add
POST /api/v4/leads/link

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question