Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ O módulo contempla uma tabela de Notas Fiscais (intelipost_invoice). Os campos

Para consultar e inserir dados nessa tabela via API, você pode utilizar as seguintes métodos:

**GET** - http://{{url_da_loja}}/rest/v1/push/list
**GET** - http://{{url_da_loja}}/rest/V1/push/list
Retornará uma lista com todas as notas salvas até o momento.

**POST** - http://{{url_da_loja}}/rest/v1/push/save
**POST** - http://{{url_da_loja}}/rest/V1/push/save
Adicionará a nota fiscal à tabela.

Request_body:
Expand Down