Click here to Skip to main content
15,901,035 members

Comments by Member 12857222 (Top 8 by date)

Member 12857222 6-Mar-18 6:24am View    
not wrong format
this format when post by Mac or Linux
Member 12857222 6-Mar-18 5:21am View    
When using a Postman running on a Mac or Linux system the JSON sender will be in this format : "{results:[{msgId:'1005',to:'966001',status:'D'},{msgId:'1005',to:'966002',status:'D'}]}"
Member 12857222 6-Mar-18 4:40am View    
CURLOPT_POSTFIELDS => "{results:[{msgId:'1005',to:'966001',status:'D'},{msgId:'1005',to:'966002',status:'D'}]}",

A JSON string sent from the company and can not be modified

I want to edit the code iservice.cs
Member 12857222 5-Feb-18 15:19pm View    
I read the code well
The variable (resultData) is issued from PHP by cURL is json string

also the variable recived in method (SaveData) is string
So no problem for conversion .
Thank You
Member 12857222 5-Feb-18 10:56am View    
where
in web service or PHP page