POST api/log/{id}/client

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

None.

Body Parameters

ClientLogRequestDto
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.