POST api/tracking/atualizar-cliente-sessao

Request Information

URI Parameters

None.

Body Parameters

AtualizarClienteSessaoDto
NameDescriptionTypeAdditional information
SessionId

globally unique identifier

None.

IdCliente

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SessionId": "656bb25e-8c54-43d9-ba8a-57284d45dd3f",
  "IdCliente": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.