Тема: Create Order API
hello , am trying to create an order using this API
https://sdk.wialon.com/wiki/en/sidebar/ … der/update
but i keep getting error 4 Wrong parameters this is my request :
https://hst-api.wialon.com/wialon/ajax. … p;params={
"itemId":Account ID,
"id":0,
"n":"Test Order",
"p":{
"n":"Some Name",
"p":"+989121111111",
"p2":"+989122222222",
"e":"aa@aa.com",
"a":"place in the world",
"v":1,
"w":20,
"c":100000,
"ut":600,
"t":"",
"d":"Some Text",
"uic":"",
"cid":"",
"ntf":3,
"pr":0,
"tags":[],
"r":null},
"f":1,
"tf":1588175355,
"tt":1588182555,
"trt":900,
"r":50,
"y":35.73537357430529,
"x":51.386500059131244,
"u":0,
"ej": {},
"tz":12600,
"callMode":"create"}
please advice