POST api/tracking/registrar
Request Information
URI Parameters
None.
Body Parameters
EventoTrackingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId | globally unique identifier |
None. |
|
| IdCliente | integer |
None. |
|
| IdEmpresa | integer |
None. |
|
| TipoEvento | string |
None. |
|
| Origem | string |
None. |
|
| QtdProdutos | integer |
None. |
|
| ValorTotal | decimal number |
None. |
|
| DadosAdicionaisJson | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SessionId": "5c88b475-ae1e-4ef8-aa0c-c2076741c7d3",
"IdCliente": 1,
"IdEmpresa": 1,
"TipoEvento": "sample string 2",
"Origem": "sample string 3",
"QtdProdutos": 1,
"ValorTotal": 1.0,
"DadosAdicionaisJson": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.