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": "55b1290c-21e1-492a-aaa3-aeffed98662c",
"take": 2,
"skip": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.