mirror of
https://github.com/retailcrm/api-client-python.git
synced 2025-02-16 20:23:16 +03:00
12 lines
253 B
Python
12 lines
253 B
Python
from Intaro import IntaroApy
|
|
|
|
crm = IntaroApy('hhttps://demo.intarocrm.ru', 'uLxXKBwjQteE9NkO3cJAqTXNwvKktaTc')
|
|
|
|
order = {
|
|
'firstName': 'Intaro Test',
|
|
'phone': '+79000000000',
|
|
'orderMethod': 'landing-page'
|
|
}
|
|
|
|
result = crm.orderCreate(order)
|