Post an order to C2 using python

Hello here i have my python code that post an order with action BTO …

import requests

url = ‘https://collective2.com/world/apiv2/submitSignal

headers = {‘content-type’: ‘application/json’, ‘Accept-Charset’: ‘UTF-8’}

data = {
“apikey”: “xxxxxx”,
“systemid”: “887889”,
“signal”:{
“action”: “BTO”,
“quant”: 2,
“symbol”: “GOLD”,
“typeofsymbol”: “stock”,
“limit”: 31.05,
“duration”: “GTC”,
“signalid”: 1011
}
}
params={}
requests.post(url, params=params, json=data)

First what “systemid” should be?
When execution no errors shown but i go to C2 on browser nothing are post!! (no action)
Any help? Thanks in advance.

I’ll try to help you,

Please contact me directly on Skype (lorant_algotrader) or email (lorant@collective2.com)

Lorant