Syntax
| Internet.PostJSON( URLName, jsonRequest, jsonResponse[, Headers])
| ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Send a POST-request formatted in JSON format to the specified URL. If the request was handled successfully, the function returns True, otherwise False.
| ||||||||||
See Also
| |||||||||||
Example
| Sub Main |