Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

REST API Method: POST /rest/fxocard/{identifier}/telcofxoport/{identifier}?action=resetcounters

Page Tree
rootResource - telcofxoport

This resource resets the counters on the given telcofxoport resource.

URL:

https://134.56.227.163/rest/fxocard/{identifier}/telcofxoport/{identifier}?action=resetcounters

HTTP Method

POST

Requires Authentication:

true

Usage Example: (about cURL | requires a session token)

Code Block
languagebash
 curl --cookie PHPSESSID=iesfo5pvuvfu4ck6rvg4si1c8ert /1kCAcert.pem --data -i https://134.56.227.163/rest/fxocard/4/telcofxoport/1?action=resetcounters


Response:

Code Block
languagehtml/xml
<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
 </status>
</root>