API
|
admin/api/object
|
URI
|
{BASE_URL}/object
|
HTTP Method
|
POST
|
Request Content-Type
|
application/xml
|
Request Body
|
<obj>
<att id="name">
<val>method_name</val>
</att>
<att id="param">
{Request_parameters_in_XML_format}
</att>
</obj>
|
Expected Response status
|
200 OK
|