CT-e
Service disagreement
Registers event 610110 (service disagreement) on a CT-e issued by another company.
/openapi/v2/empresas/{empresaId}/cte/{chaveAcesso}/desacordoRequires the token, timestamp and sign signature headers, see Authentication.
This company acts as receiver / taker of a CT-e issued by someone else: the path carries the 44-digit access key of the other party document and the event is routed to the SEFAZ of that document state. Sent synchronously; on success the event object is returned. Keep the protocolo: it is the protocoloEvento used by Cancel service disagreement.
Parameters
Path parameters
empresaIdstringrequiredCompany (carrier) identifier returned at registration.
Example:1934811222334455chaveAcessostringrequired44-digit access key of the CT-e issued by another company.
Example:35260940673061000134570010000000011000000010
Request body
observacaostringrequiredDescription of the disagreement (xObs), 15 to 255 characters.
Example:Servico de transporte nao contratado por esta empresa
Responses
Event registered with SEFAZ. The event object is returned synchronously.
chaveAcessostring44-digit access key of the CT-e the event was linked to.
tipostringEvent type.
Values:CancelamentoCartaCorrecaoComprovanteEntregaCancelamentoComprovanteEntregaInsucessoEntregaCancelamentoInsucessoEntregaPrestacaoDesacordoCancelamentoPrestacaoDesacordoEpeccodigostringSEFAZ event code (tpEvento):
110111,110110,110113,110180,110181,110190,110191,610110,610111.sequenciaintegerSequence number of the event within its type (the correction letter auto-increments).
statusstringcStat returned by SEFAZ;
135means the event was registered and linked.motivostringxMotivo returned by SEFAZ.
protocolostringEvent protocol number; use it as
protocoloEventoto cancel the event.datastringEvent registration date and time, ISO-8601 in UTC.
linkXmlstringDownload link of the event XML (procEvento). See File download.
Errors
| Code | HTTP | |
|---|---|---|
| 10003000 | 404 |
|
| 10017042 | 400 | Invalid event text (length out of range after sanitization). |
| 10017043 | 400 | SEFAZ rejected the event; |
| 10001001 | 400 | Request field validation failed (one entry per field); fix per |
Text sanitization and coordinates
Text fields are sanitized (accents stripped, whitespace collapsed) before length validation; text that falls out of range after sanitization returns 10017042. Coordinates are registered with six decimals.
