POST api/member/logerror
To Get Wallet Balance
Request Information
URI Parameters
None.
Body Parameters
MlErrorLog| Name | description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Stackrace | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Stackrace": "sample string 2"
}
application/xml, text/xml
Sample:
<MlErrorLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Member"> <Message>sample string 1</Message> <Stackrace>sample string 2</Stackrace> </MlErrorLog>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |