POST log/insert
Request Information
URI Parameters
None.
Body Parameters
InsertLogRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| apiName | string |
None. |
|
| startDate | string |
None. |
|
| finishDate | string |
None. |
|
| request | string |
None. |
|
| response | string |
None. |
|
| status | string |
None. |
|
| sessionId | string |
None. |
|
| ipAddress | string |
None. |
|
| userAgent | string |
None. |
|
| isMember | boolean |
None. |
|
| loggingId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"apiName": "sample string 1",
"startDate": "sample string 2",
"finishDate": "sample string 3",
"request": "sample string 4",
"response": "sample string 5",
"status": "sample string 6",
"sessionId": "sample string 7",
"ipAddress": "sample string 8",
"userAgent": "sample string 9",
"isMember": true,
"loggingId": "sample string 12"
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GenericResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | Status |
None. |
|
| timestamp | string |
None. |
|
| sessionId | string |
None. |
|
| processingTime | integer |
None. |
|
| processId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": {
"code": "sample string 1",
"message": "sample string 2",
"type": "sample string 3"
},
"timestamp": "sample string 1",
"sessionId": "sample string 2",
"processingTime": 3,
"processId": "sample string 4"
}
application/xml, text/xml
Sample:
<GenericResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asterix.Common.Data.Json">
<ProcessId>sample string 4</ProcessId>
<ProcessingTime>3</ProcessingTime>
<SessionId>sample string 2</SessionId>
<Status>
<Code>sample string 1</Code>
<Message>sample string 2</Message>
<Type>sample string 3</Type>
</Status>
<Timestamp>sample string 1</Timestamp>
</GenericResponse>