Jump to content

Can anyone help me with API PUT request


Recommended Posts

I have tried some api samples i have found from online. So far with "GET" request to console. 
But I haven't found anything good to start with for "PUT" request.

In xml: 
<id>123456</id>
 <item_type>S</item_type>

Can you help me to share some code for api connecting to $URL, send $data and how to update item_type matching with ID

 

$Username= "User"
$Pasword= "Pass"
$URL= "Url"
$Data = $Username, $Pasword, $URL

$id = GUICtrlRead($idInbut)
$item_type = GUICtrlRead($item_typeInbut)


 

Edited by dersiniar
Link to comment
Share on other sites

  • dersiniar changed the title to Can anyone help me with API PUT request

You should provide your API documentation to be sure how to handle it.

 

Saludos

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...