POST api/tracking/atualizar-cliente-sessao
Request Information
URI Parameters
None.
Body Parameters
AtualizarClienteSessaoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId | globally unique identifier |
None. |
|
| IdCliente | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SessionId": "a0ba6c15-0987-448a-a4f2-2cc43f81f1a8",
"IdCliente": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.