Return itens for sale -> site/totem

Obter itens que estão a venda

Descrição

Esse endpoint permite obter os itens que estão a venda.

OBS. São retornados itens que estiverem com o campo de "Autoatendimento" marcado dentro da página de vendas do EVO.

Parâmetros de Consulta

Recomendamos informar o idBranch para que sejam filtrados os itens que estão a venda por unidade.

Exemplo de Resposta

[
  {
    "nameSalePage": "string",
    "order": 0,
    "idEmployeeCommission": 0,
    "idBranch": 0,
    "idSaleItem": 0,
    "checkoutUrl": "string",
    "notInaugurated": true,
    "itens": [
      {
        "idMembership": 0,
        "membership": "string",
        "loyaltyInstallment": true,
        "membershipType": 1,
        "loyaltyTime": 0,
        "validityDescription": "string",
        "reverseInstallmentsDescription": "string",
        "valueDaysMonthsDefinedValidity": 0,
        "serviceValue": 0,
        "serviceName": "string",
        "remark": "string",
        "membershipText": "string",
        "annuityServiceName": "string",
        "annuityServiceValue": 0,
        "annuityDay": 0,
        "annuityMonth": 0,
        "annuityChargeType": 0,
        "annuityInstallmentsCount": 0,
        "promotionalDaysCount": 0,
        "promoDayMonthType": 0,
        "installmentsCount": 0,
        "promotionalValueDescription": "string",
        "annuityInstallments": [
          {
            "totalValue": 0,
            "value": 0,
            "date": "2025-07-28T02:25:49.332Z",
            "serviceName": "string",
            "serviceValue": 0,
            "loyaltyMonthlyPaymentDescription": "string",
            "loyaltyMonthlyPaymentValueDescription": "string",
            "annuityServiceName": "string",
            "annuityServiceValue": 0
          }
        ],
        "idService": 0,
        "name": "string",
        "flSpotlight": true,
        "order": 0,
        "type": 0,
        "chargeValue": 0,
        "chargeValueDescription": "string",
        "totalValue": 0,
        "taxValue": 0,
        "percentageType": true,
        "flChargeServiceAutomaticRenew": true,
        "flBankSlip": true,
        "flCard": true,
        "flCreditBalance": true,
        "flRegisterRequiredAddress": true,
        "flPrioritizeRegistrationSale": true,
        "ageFrom": 0,
        "ageTo": 0,
        "differentials": [
          {
            "title": "string",
            "order": 0
          }
        ],
        "membershipBranches": [
          0
        ]
      }
    ]
  }
]
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!