Support Board
Date/Time: Wed, 12 Feb 2025 01:21:04 +0000
Post From: API error msg
[2020-03-11 18:42:26] |
77sx7 - Posts: 16 |
Using Powershell... $postParams = @{AdminUsername='*****';AdminPassword='******';
UserSCUsername='********';Service='GetTradeOrderFills'; StartDateTimeUTC='2019-12-20 00:00:00'} $Sc = Invoke-RestMethod -Uri https://www.sierrachart.com/API.php -Method POST -Body $postParams -ContentType "application/json" Thank you |