POST api/log/{id}/client
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
Body Parameters
ClientLogRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
None. |
|
| Take | integer |
None. |
|
| Skip | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"clientId": "9f5f82d9-9b5c-4dd9-bc40-27c1e1401456",
"take": 2,
"skip": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.