...
PARÂMETRO | TIPO | OBRIGATÓRIO | DESCRIÇÃO |
|---|---|---|---|
| UserAuthentication | Object Json | Sim | Grupo com os dados para autenticação |
| UserAuthentication.Header | Object Json | Sim | Grupo com os dados do cabeçalho |
| UserAuthentication.Header.Description | String | Sim | Descrição da rotina a ser liberada |
| UserAuthentication.Header.IdStore | Integer | Sim | Código da loja |
| UserAuthentication.Header.IdTerminal | Integer | Sim | Código do PDV |
| UserAuthentication.Sale | Object Json | Sim | Grupo com os dados da venda |
| UserAuthentication.Sale.AccountingDate | Date | Sim | Data do documento ou, quando não existir, da transação |
| UserAuthentication.Sale.DateTimeIssue | Date | Sim | Data e hora da requisição |
| UserAuthentication.Sale.IdDocument | Integer | Sim | Código do documento |
| UserAuthentication.Sale.Items | Array object Json | Não | Lista de produto(s) da venda |
| UserAuthentication.Sale.Items[0].Description | String | Sim | Descrição do produto |
| UserAuthentication.Sale.Items[0].InternalCode | Integer | Sim | Código interno do produto |
| UserAuthentication.Sale.Items[0].ItemNumber | Integer | Sim | Código de sequência do produto |
| UserAuthentication.Sale.CooDocument | Integer | Não | Código do documento da venda |
| UserAuthentication.Sale.Document | Integer | Não | Códigos interno da venda (seqdocto) |
| UserAuthentication.Sale.IdentificationType | String | Não | Tipo de identificação |
| UserAuthentication.Sale.DocumentType | String | Não | CPF ou CNPJ do cliente informado |
| UserAuthentication.Sale.AgreementNumber | Integer | Não | Nº do convênio/forma de pagamento |
| UserAuthentication.Sale.AgreedNumber | Integer | Não | Código do cliente (Seqpessoa) |
| UserAuthentication.Sale.TotalSale | Double | Não | Total da venda |
| UserAuthentication.Sale.TotalPay | Double | Não | Valor do pagamento |
| Event | String | Sim | Tipo de evento da API |
| Execution | String | Sim | Status da execução |
| ID | String | Sim | ID da transação (que será consultando depois no evento GET) |
| Operation | String | Sim | Operação que está sendo enviada ("cotAuthenticador |
| Response | String | Não | Valor retornado pelo PDV. Este é o valor de retorno digitado lá no pdv pelo cliente |
| Version | Integer | Sim | Número da versão |
...