12 lines
253 B
Python
Raw Normal View History

2014-09-10 23:59:23 +04:00
from Intaro import IntaroApy
2014-10-04 03:59:12 +04:00
crm = IntaroApy('hhttps://demo.intarocrm.ru', 'uLxXKBwjQteE9NkO3cJAqTXNwvKktaTc')
2014-09-12 10:00:41 +04:00
order = {
2014-10-04 03:59:12 +04:00
'firstName': 'Intaro Test',
'phone': '+79000000000',
2014-09-12 10:00:41 +04:00
'orderMethod': 'landing-page'
2014-10-04 03:59:12 +04:00
}
2014-09-12 10:00:41 +04:00
result = crm.orderCreate(order)