POST api/pcount/integra/{contrato}/ConversionRatePeriod
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contrato | string |
Required |
Body Parameters
FilteRatePeriodViewModelName | Description | Type | Additional information |
---|---|---|---|
cnpj | string |
Required |
|
De | date |
Required |
|
Ate | date |
Required |
|
Percentual | integer |
None. |
|
isFilterAcompanhante | boolean |
None. |
|
Agrupador | EnumAgrupadorRelatorio |
None. |
Request Formats
application/json, text/json
Sample:
{ "cnpj": "sample string 1", "de": "2025-03-14T21:49:44.1851231-03:00", "ate": "2025-03-14T21:49:44.1851231-03:00", "percentual": 4, "isFilterAcompanhante": true, "agrupador": 0 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CustomerSalesConversionDtoName | Description | Type | Additional information |
---|---|---|---|
QtdeCofrinhos | integer |
None. |
|
ValorCofrinhos | decimal number |
None. |
|
QtdeVendas | integer |
None. |
|
ValorVendas | decimal number |
None. |
|
QtdeTotal | integer |
None. |
|
ValorTotal | decimal number |
None. |
|
PercTaxaConversao | decimal number |
None. |
|
PercTaxaCofrinho | decimal number |
None. |
|
PercTaxaNegocio | decimal number |
None. |
|
TotalVisitante | decimal number |
None. |
|
TotalNaoCompraram | decimal number |
None. |
|
Detalhe | Collection of CustomerSalesConversionDetailDto |
None. |
|
CircuitoId | globally unique identifier |
None. |
|
Circuito | string |
None. |
|
Uf | string |
None. |
|
Fabrica | string |
None. |
|
Date | string |
None. |
|
DateOrdem | integer |
None. |
|
Dateini | date |
None. |
|
DateFim | date |
None. |
|
Percentual | integer |
None. |
|
Agrupador | EnumAgrupadorRelatorio |
None. |
|
DiaMedia | integer |
None. |
|
FuncionarioQtde | integer |
None. |
|
ClienteQtde | integer |
None. |
|
ClienteMedia | integer |
None. |
|
ClienteQtdeNegativa | integer |
None. |
|
ClienteMediaNegativa | integer |
None. |
|
ClienteQtdePositiva | integer |
None. |
|
ClienteMediaPositiva | integer |
None. |
|
TotalDias | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "qtdeCofrinhos": 1, "valorCofrinhos": 2.0, "qtdeVendas": 3, "valorVendas": 4.0, "qtdeTotal": 5, "valorTotal": 6.0, "percTaxaConversao": 16.6666679, "percTaxaCofrinho": 6.666667, "percTaxaNegocio": 22.2222233, "totalVisitante": 14.0, "totalNaoCompraram": 15.0, "detalhe": [ { "$id": "2", "circuitoId": "02193517-351f-427b-b4b6-9083dfc0c03d", "data": "sample string 2", "vendedor": "sample string 3", "qtdeVenda": 4, "valorVenda": 5.1, "ticketMedioVendas": 1.275, "qtdeCofrinhos": 6, "valorCofrinhos": 7.1, "ticketMedioCofrinhos": 1.18333328, "qtdeTotal": 8, "valorTotal": 9.1 }, { "$ref": "2" } ], "circuitoId": "34fe4155-5d62-4251-8a80-8ac7dbba89cf", "circuito": "sample string 8", "uf": "sample string 9", "fabrica": "sample string 10", "date": "sample string 11", "dateOrdem": 12, "dateini": "2025-03-14T21:49:44.1851231-03:00", "dateFim": "2025-03-14T21:49:44.1851231-03:00", "percentual": 15, "agrupador": 0, "diaMedia": 16, "funcionarioQtde": 17, "clienteQtde": 18, "clienteMedia": 19, "clienteQtdeNegativa": 20, "clienteMediaNegativa": 21, "clienteQtdePositiva": 22, "clienteMediaPositiva": 23, "totalDias": 24 }