POST api/actions/{id}/client

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

None.

Body Parameters

ActionsSearchDto
NameDescriptionTypeAdditional information
ClientId

globally unique identifier

None.

Skip

integer

None.

Take

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "clientId": "7a512084-9faf-4d68-8ed0-070f6651e7d5",
  "skip": 1,
  "take": 1
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.