POST api/RidingRecord/WriteDbLog?operationType={operationType}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| jsonMessage | No documentation available. |
Define this parameter in the request body. |
| operationType | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"Success": true,
"Code": "sample string 2",
"Message": "sample string 3",
"Data": null
}
application/xml, text/xml
Sample:
<JsonMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Anda.Utilities"> <Code>sample string 2</Code> <Data i:nil="true" /> <Message>sample string 3</Message> <Success>true</Success> </JsonMessage>
application/x-www-form-urlencoded
Sample: