Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The response.
RequestResultName | Description | Type | Additional information |
---|---|---|---|
Result |
Gets or sets a value indicating whether the request was successful. |
boolean |
None. |
ErrorId |
Gets or sets the error number. |
integer |
None. |
ErrorMessage |
Gets or sets the error description. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Result": true, "ErrorId": 2, "ErrorMessage": "sample String 3" }
text/html
Sample:
{"Result":true,"ErrorId":2,"ErrorMessage":"sample String 3"}
application/xml, text/xml
Sample:
<MNRequestResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <bResult>true</bResult> <iError>2</iError> <szError>sample String 3</szError> </MNRequestResult>