Closed Tripowin closed 6 years ago
See the UsersPostRequestExample.py. All the POST examples are creates.
The REST API uses the following calls
GET POST PUT DELETE
The Get and GetID examples are GET request POST (create) examples are POST request Update examples are PUT request Delete examples are DELETE request
If you would like more information read up on HTTP methods, https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
@TheKrakenPriest did my post above help?
Totally my friend! Im a newbie on python, your comments have been very helpful! Regards!
Do u have a "CreateUserExample"?
I will try to edit the python file, and i tell you the result
Regards!!