Search found 1 match

by QATest
2023-Sep-01, 7:19 pm
Forum: Windows PowerShell
Topic: Post request to rest API using PowerShell
Replies: 1
Views: 47729

Post request to rest API using PowerShell

Hi everyone, New to powerhsell. Have this json file: Cannot change json as the api is implemented on this. [ { "Id": "yourfirstid", "Name": "Alex" }, { "Id": "yoursecondid", "Name": "Peter" } ] Created hashtable using po...