Vendas
Nova Venda
Nova Venda (NeoEnergia)
{
    "client": {
        "firstName": "John",
        "lastName": "Doe",
        "phoneNumber": "11999999999",
        "cpf": "12345678901",
        "numberOnDealership": "123456",
        "isFinancialResponsible": true,
        "externalId": "abc123"
    },
    "address": {
        "installationNumber": "123",
        "address": "123 Main St",
        "addressNumber": "456",
        "neighborhood": "Downtown",
        "city": "Exampleville",
        "state": "SP",
        "zipCode": "12345-678"
    },
    "sale": {
        "productId": 123,
        "dealershipId": 456,
        "externalId": "def456"
    },
    "evidences": [
        {
        "fileName": "audio1.mp3",
        "fileFormat": "mp3",
        "base64": "base64encodedstring",
        "type": "AUDIO"
        },
        {
        "fileName": "id_card.jpg",
        "fileFormat": "jpg",
        "base64": "base64encodedstring",
        "type": "ID"
        },
        {
        "fileName": "cpf_document.pdf",
        "fileFormat": "pdf",
        "base64": "base64encodedstring",
        "type": "CPF"
        }
    ]
}