# Aceite de Nota

aceiteNota

## PUT /aceiteNota

> Aceite de Nota

```json
{"openapi":"3.0.1","info":{"title":"Loja","version":"1.0"},"tags":[{"name":"Aceite de Nota","description":"aceiteNota"}],"servers":[{"url":"https://localhost/loja/v10"},{"url":"http://localhost/loja/v10"}],"security":[{"csw_auth":[]}],"components":{"securitySchemes":{"csw_auth":{"type":"apiKey","in":"header","name":"Authorization"}},"schemas":{"Erro":{"type":"object","properties":{"mensagem":{"type":"string"}}},"ListaAceiteNotaPut":{"type":"object","properties":{"aceiteNota":{"type":"array","items":{"$ref":"#/components/schemas/AceiteNotaPut"}}}},"AceiteNotaPut":{"type":"object","required":["numeroNotaAceite","dataAceiteNota","CNPJEmissorNota"],"properties":{"dataAceiteNota":{"type":"string","format":"date","description":"Data do aceite de nota (YYYY-MM-DD)"},"numeroNotaAceite":{"type":"integer","minimum":1,"maximum":999999999,"description":"Número da nota do aceite"},"CNPJEmissorNota":{"type":"string","minLength":14,"maxLength":14,"description":"CNPJ emissão da nota"},"transferenciaLojas":{"type":"integer","description":"Transferência entre lojas (0 - Não, 1 - Sim | Quando a nota foi emitida pela Loja, esse campo deve ser repassado como SIM. Caso contrário o sistema irá buscar uma pendência no módulo de aceite no ERP Consistem)","enum":[0,1]},"dadosCustomizados":{"type":"array","items":{"$ref":"#/components/schemas/DadosCustomizados"}}}},"DadosCustomizados":{"type":"object","required":["campo","valor"],"properties":{"campo":{"type":"string"},"valor":{"type":"string"}}}}},"paths":{"/aceiteNota":{"put":{"summary":"Aceite de Nota","description":"","operationId":"AceiteNota","tags":["Aceite de Nota"],"responses":{"200":{"description":"OK"},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Erro"}}}}},"429":{"description":"Too Many Requests"},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Erro"}}}}},"parameters":[{"name":"empresa","in":"header","description":"Loja para Importação do Documento Fiscal","required":true,"schema":{"type":"integer","minimum":1,"maximum":99999}}],"requestBody":{"description":"Dados do Aceite de Nota","required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListaAceiteNotaPut"}}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ajuda.consistem.com.br/consistem-api/consistem-erp-api/comercial/loja-v1.0/aceite-de-nota.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
