Entre em contato conosco e-mail: integracoes.parcerias@clubpetro.com.br
curl --location --request POST 'https://gateway.clubpetro.com/core/salesv3/register?api_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"sales": {
"operation": "sale",
"store_code": "string",
"date": "2025-01-01",
"time": "11:20:00",
"fueling": "1",
"tax_code": "string",
"customer": "string",
"total_value": "0.0",
"salesperson": "string",
"pdv": "string",
"provider": "erp",
"provider_info": "string",
"vipVersion": "123",
"value_with_discount": "0.0",
"discounted_value": "0.0",
"used_voucher": "string",
"items": [
{
"item_id": "1",
"product_name": "Gasolina Comum",
"product_code": "123",
"product_group": "Fuels",
"quantity": "1.20",
"value": "10.15",
"nozzle": "123",
"forecourt": "123",
"forecourt_index": "123",
"endler": "123"
}
]
}
}'
{
"message": "Register sale in process",
"has_frauds": false,
"final_score": 6415.6
}