POST Object/AddServiceComment
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"OBJECT": "sample string 1",
"SNO": "sample string 2",
"COMMENT": "sample string 3"
}
application/xml, text/xml
Sample:
<ServiceComment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OBJECT>sample string 1</OBJECT> <SNO>sample string 2</SNO> <COMMENT>sample string 3</COMMENT> </ServiceComment>
application/x-www-form-urlencoded
Sample:
Sample not available.