{"id":39246,"date":"2026-08-11T16:13:27","date_gmt":"2026-08-11T15:13:27","guid":{"rendered":"https:\/\/developers.ila.cegid.com\/yet\/\/"},"modified":"2026-08-11T16:13:27","modified_gmt":"2026-08-11T15:13:27","slug":"how-to-check-document-traceability-and-notifications","status":"publish","type":"yet","link":"https:\/\/developers.ila.cegid.com\/en\/yet\/documents\/standard-scope\/article\/how-to-check-document-traceability-and-notifications","title":{"rendered":"How to check document traceability and notifications?"},"content":{"rendered":"<section class=\"av_textblock_section \"  itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/CreativeWork\" ><div class='avia_textblock  '   itemprop=\"text\" ><p>This article covers how to check the latest <strong>traceability<\/strong> of a document, how to retrieve the latest <strong>notifications<\/strong>, and what the possible document <strong>status<\/strong> values mean.<\/p>\n<\/div><\/section>\n<section class=\"av_textblock_section \"  itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/CreativeWork\" ><div class='avia_textblock  '   itemprop=\"text\" ><h2>Receive latest document traceability<\/h2>\n<p>This endpoint returns the latest traceability of a <strong>specific<\/strong> <strong>document<\/strong> through its <strong>identifier<\/strong>. This identifier is returned by the <a href=\"https:\/\/developers.ila.cegid.com\/en\/?helptopicid=1786459230&amp;prod=yet\" target=\"_blank\" rel=\"noopener\">Send documents<\/a> request.<\/p>\n<p>To retrieve the latest traceability, send the following request:<\/p>\n<table style=\"border-collapse: collapse; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"width: 50%;\">Type<\/td>\n<td style=\"width: 50%;\">GET<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 50%;\">Production<\/td>\n<td style=\"width: 50%;\">https:\/\/yet.cegid.cloud\/EDIV2\/api\/v1.3\/ External\/Transaction\/{transactionId}\/Traceability\/Latest<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 50%;\">Testing<\/td>\n<td style=\"width: 50%;\">https:\/\/st.yet.cegid.cloud \/EDIV2\/api\/v1.3\/ External\/Transaction\/{transactionId}\/Traceability\/Latest<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 50%;\">Response<\/td>\n<td style=\"width: 50%;\">200 Ok<br \/>\n{<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;log&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;traceabilityFiles&#8221;: [<br \/>\n{<br \/>\n&#8220;file&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;fileType&#8221;: &#8220;JSON&#8221;,<br \/>\n&#8220;fileTag&#8221;: &#8220;CertificateContractSent&#8221;,<br \/>\n&#8220;content&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;extension&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;mimeType&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;fileName&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;createdAt&#8221;: &#8220;2025-02-23T23:57:56.014Z&#8221;<br \/>\n},<br \/>\n&#8220;fileTag&#8221;: &#8220;CertificateContractSent&#8221;<br \/>\n}<br \/>\n]<br \/>\n}<br \/>\n409 Conflit or 500 Internal Server Error:<br \/>\n{<br \/>\n&#8220;type&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;title&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;status&#8221;: 0,<br \/>\n&#8220;detail&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;instance&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;additionalProp1&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;additionalProp2&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;additionalProp3&#8221;: &#8220;string&#8221;<br \/>\n}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div><\/section>\n<section class=\"av_textblock_section \"  itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/CreativeWork\" ><div class='avia_textblock  '   itemprop=\"text\" ><h2>Get latest notifications<\/h2>\n<p>Use this request to check a document&#8217;s latest notification, which reflects the document&#8217;s current state. You&#8217;ll need the <strong>transaction identifier<\/strong> returned by the <a href=\"https:\/\/developers.ila.cegid.com\/en\/?helptopicid=1786459230&amp;prod=yet\">Send documents<\/a> request. If the document is in error, the response includes notification notes with more detail.<\/p>\n<p>You can also skip filtering by a specific document and retrieve all notifications from a given date onward instead. To do this, filter by <strong>createdAt<\/strong> greater than the desired date, and, since these are outbound transactions, include <strong>transaction\/direction = false<\/strong>.<\/p>\n<p>To retrieve the latest notifications, send the following request:<\/p>\n<table style=\"border-collapse: collapse; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"width: 50%;\">Type<\/td>\n<td style=\"width: 50%;\">GET<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 50%;\">Production<\/td>\n<td style=\"width: 50%;\">https:\/\/yet.cegid.cloud\/EDIV2\/api\/v1.3\/External\/Notification?$count=true&amp;$orderby=date<br \/>\ndesc&amp;$filter=Transaction\/id eq {{TransactionId}}<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 50%;\">Testing<\/td>\n<td style=\"width: 50%;\">https:\/\/st.yet.cegid.cloud\/EDIV2\/api\/v1.3\/External?$count=true&amp;$orderby=date<br \/>\ndesc&amp;$filter=Transaction\/id eq {{TransactionId}}<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 50%;\">Alternative filter for all notifications from a specific date<\/td>\n<td style=\"width: 50%;\">$filter=createdAt ge {{StartDate}} and transaction\/direction eq false<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 50%;\">Route params<\/td>\n<td style=\"width: 50%;\">transactionId: \u201cguid\u201d \/\/ identifier of the document created<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 50%;\">Response<\/td>\n<td style=\"width: 50%;\">{<br \/>\n&#8220;items&#8221;: [<br \/>\n{<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;notificationState&#8221;: &#8220;ErrorOccurred&#8221;,<br \/>\n&#8220;notificationType&#8221;: &#8220;Send&#8221;,<br \/>\n&#8220;notificationNoteType&#8221;: &#8220;SecurityError&#8221;,<br \/>\n&#8220;date&#8221;: &#8220;2025-02-24T00:02:16.527Z&#8221;,<br \/>\n&#8220;transaction&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;docType&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;docNumber&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;docDate&#8221;: &#8220;2025-02-24T00:02:16.527Z&#8221;,<br \/>\n&#8220;docDescription&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;buyerGln&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;deliveryGln&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;invoiceToGln&#8221;: &#8220;string&#8221;,&#8221;supplierGln&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;b2centity&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;codeIdentifier&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;email&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;mobilePhone&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;contacts&#8221;: [<br \/>\n{<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;email&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;enable&#8221;: true,<br \/>\n&#8220;mobilePhone&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;sendMailType&#8221;: &#8220;CC&#8221;<br \/>\n}<br \/>\n]<br \/>\n},<br \/>\n&#8220;documentType&#8221;: &#8220;Generic&#8221;,<br \/>\n&#8220;documentExtenion&#8221;: &#8220;EDI&#8221;,<br \/>\n&#8220;comercialRelation&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;senderOrganization&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;communicationType&#8221;: &#8220;AS2&#8221;,<br \/>\n&#8220;integrationType&#8221;: &#8220;EDI&#8221;,<br \/>\n&#8220;documentExtension&#8221;: &#8220;EDI&#8221;,<br \/>\n&#8220;b2bformat&#8221;: &#8220;PRI&#8221;,<br \/>\n&#8220;erpProviderId&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;identifier&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;inboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;outboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;invoiceRepository&#8221;: true,<br \/>\n&#8220;autoComercialRelation&#8221;: true,<br \/>\n&#8220;mainDeliveryPlace&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;code&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;address&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;city&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;country&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;postalCode&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;vatNumber&#8221;: &#8220;string&#8221;<br \/>\n},<br \/>\n&#8220;organizationInfo&#8221;: {<br \/>\n&#8220;billingCommission&#8221;: true,<\/p>\n<p>&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;vatNumber&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;organizationType&#8221;: &#8220;string&#8221;<br \/>\n}<br \/>\n},<br \/>\n&#8220;receiverOrganization&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;communicationType&#8221;: &#8220;AS2&#8221;,<br \/>\n&#8220;integrationType&#8221;: &#8220;EDI&#8221;,<br \/>\n&#8220;documentExtension&#8221;: &#8220;EDI&#8221;,<br \/>\n&#8220;b2bformat&#8221;: &#8220;PRI&#8221;,<br \/>\n&#8220;erpProviderId&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;identifier&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;inboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;outboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;invoiceRepository&#8221;: true,<br \/>\n&#8220;autoComercialRelation&#8221;: true,<br \/>\n&#8220;mainDeliveryPlace&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;code&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;address&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;city&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;country&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;postalCode&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;vatNumber&#8221;: &#8220;string&#8221;<br \/>\n},<br \/>\n&#8220;organizationInfo&#8221;: {<br \/>\n&#8220;billingCommission&#8221;: true,<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;vatNumber&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;organizationType&#8221;: &#8220;string&#8221;<br \/>\n}<br \/>\n},<br \/>\n&#8220;documentType&#8221;: &#8220;Generic&#8221;,<br \/>\n&#8220;van&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;username&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;password&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;inboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;outboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;ssl&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;port&#8221;: &#8220;string&#8221;,<\/p>\n<p>&#8220;testName&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testUsername&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testPassword&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testInboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testOutboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testSSL&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testPort&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;endPointUrl&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;useWs&#8221;: true<br \/>\n},<br \/>\n&#8220;active&#8221;: true,<br \/>\n&#8220;isOnTeste&#8221;: true,<br \/>\n&#8220;mapName&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;isPDFMandatory&#8221;: true,<br \/>\n&#8220;isJasminSync&#8221;: true,<br \/>\n&#8220;layoutReceiver&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;organization&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;communicationType&#8221;: &#8220;AS2&#8221;,<br \/>\n&#8220;integrationType&#8221;: &#8220;EDI&#8221;,<br \/>\n&#8220;documentExtension&#8221;: &#8220;EDI&#8221;,<br \/>\n&#8220;b2bformat&#8221;: &#8220;PRI&#8221;,<br \/>\n&#8220;erpProviderId&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;identifier&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;inboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;outboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;invoiceRepository&#8221;: true,<br \/>\n&#8220;autoComercialRelation&#8221;: true,<br \/>\n&#8220;mainDeliveryPlace&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;code&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;address&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;city&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;country&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;postalCode&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;vatNumber&#8221;: &#8220;string&#8221;<br \/>\n},<br \/>\n&#8220;organizationInfo&#8221;: {<br \/>\n&#8220;billingCommission&#8221;: true,<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;vatNumber&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;organizationType&#8221;: &#8220;string&#8221;<br \/>\n}<\/p>\n<p>},<br \/>\n&#8220;layoutDocument&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;layoutId&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;documentTypeEnum&#8221;: &#8220;Generic&#8221;,<br \/>\n&#8220;direction&#8221;: true,<br \/>\n&#8220;mapa&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;formatTypeEnum&#8221;: &#8220;XML&#8221;,<br \/>\n&#8220;segmento&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;separator&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;senderStart&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;senderEnd&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;receiverStart&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;receiverEnd&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;documentTypeStart&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;documentTypeEnd&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;documentTypeFileCode&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;numberStart&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;numberEnd&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;dateStart&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;dateEnd&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;dateFormat&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;bpPreExecution&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;bpPosExecution&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;layout&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;description&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;layoutDocuments&#8221;: [<br \/>\n&#8220;string&#8221;<br \/>\n]<br \/>\n},<br \/>\n&#8220;van&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;username&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;password&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;inboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;outboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;ssl&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;port&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testName&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testUsername&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testPassword&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testInboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testOutboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testSSL&#8221;: &#8220;string&#8221;,<\/p>\n<p>&#8220;testPort&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;endPointUrl&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;useWs&#8221;: true<br \/>\n}<br \/>\n},<br \/>\n&#8220;layoutDefault&#8221;: true<br \/>\n},<br \/>\n&#8220;layoutSender&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;organization&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;communicationType&#8221;: &#8220;AS2&#8221;,<br \/>\n&#8220;integrationType&#8221;: &#8220;EDI&#8221;,<br \/>\n&#8220;documentExtension&#8221;: &#8220;EDI&#8221;,<br \/>\n&#8220;b2bformat&#8221;: &#8220;PRI&#8221;,<br \/>\n&#8220;erpProviderId&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;identifier&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;inboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;outboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;invoiceRepository&#8221;: true,<br \/>\n&#8220;autoComercialRelation&#8221;: true,<br \/>\n&#8220;mainDeliveryPlace&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;code&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;address&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;city&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;country&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;postalCode&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;vatNumber&#8221;: &#8220;string&#8221;<br \/>\n},<br \/>\n&#8220;organizationInfo&#8221;: {<br \/>\n&#8220;billingCommission&#8221;: true,<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;vatNumber&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;organizationType&#8221;: &#8220;string&#8221;<br \/>\n}<br \/>\n},<br \/>\n&#8220;layoutDocument&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;layoutId&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;documentTypeEnum&#8221;: &#8220;Generic&#8221;,<br \/>\n&#8220;direction&#8221;: true,<br \/>\n&#8220;mapa&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;formatTypeEnum&#8221;: &#8220;XML&#8221;,<\/p>\n<p>&#8220;segmento&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;separator&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;senderStart&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;senderEnd&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;receiverStart&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;receiverEnd&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;documentTypeStart&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;documentTypeEnd&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;documentTypeFileCode&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;numberStart&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;numberEnd&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;dateStart&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;dateEnd&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;dateFormat&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;bpPreExecution&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;bpPosExecution&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;layout&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;description&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;layoutDocuments&#8221;: [<br \/>\n&#8220;string&#8221;<br \/>\n]<br \/>\n},<br \/>\n&#8220;van&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;username&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;password&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;inboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;outboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;ssl&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;port&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testName&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testUsername&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testPassword&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testInboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testOutboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testSSL&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testPort&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;endPointUrl&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;useWs&#8221;: true<br \/>\n}<br \/>\n},<br \/>\n&#8220;layoutDefault&#8221;: true<br \/>\n}<br \/>\n},<\/p>\n<p>&#8220;van&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;username&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;password&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;inboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;outboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;ssl&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;port&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testName&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testUsername&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testPassword&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testInboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testOutboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testSSL&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;testPort&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;endPointUrl&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;useWs&#8221;: true<br \/>\n},<br \/>\n&#8220;transactionState&#8221;: &#8220;PendingParser&#8221;,<br \/>\n&#8220;transactionType&#8221;: &#8220;QuickInvoice&#8221;,<br \/>\n&#8220;organizationOwner&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;communicationType&#8221;: &#8220;AS2&#8221;,<br \/>\n&#8220;integrationType&#8221;: &#8220;EDI&#8221;,<br \/>\n&#8220;documentExtension&#8221;: &#8220;EDI&#8221;,<br \/>\n&#8220;b2bformat&#8221;: &#8220;PRI&#8221;,<br \/>\n&#8220;erpProviderId&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;identifier&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;inboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;outboundPath&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;invoiceRepository&#8221;: true,<br \/>\n&#8220;autoComercialRelation&#8221;: true,<br \/>\n&#8220;mainDeliveryPlace&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;code&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;address&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;city&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;country&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;postalCode&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;vatNumber&#8221;: &#8220;string&#8221;<br \/>\n},<br \/>\n&#8220;organizationInfo&#8221;: {<br \/>\n&#8220;billingCommission&#8221;: true,<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<\/p>\n<p>&#8220;name&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;vatNumber&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;organizationType&#8221;: &#8220;string&#8221;<br \/>\n}<br \/>\n},<br \/>\n&#8220;alreadySent&#8221;: true,<br \/>\n&#8220;direction&#8221;: true,<br \/>\n&#8220;createdAt&#8221;: &#8220;2025-02-24T00:02:16.528Z&#8221;,<br \/>\n&#8220;documentDetails&#8221;: &#8220;string&#8221;<br \/>\n},<br \/>\n&#8220;notificationNotes&#8221;: [<br \/>\n{<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;note&#8221;: &#8220;string&#8221;<br \/>\n}<br \/>\n],<br \/>\n&#8220;errorCode&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;invoiceRefusedMotive&#8221;: {<br \/>\n&#8220;id&#8221;: &#8220;3fa85f64-5717-4562-b3fc-2c963f66afa6&#8221;,<br \/>\n&#8220;code&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;description&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;createdAt&#8221;: &#8220;2025-02-24T00:02:16.528Z&#8221;,<br \/>\n&#8220;createdBy&#8221;: &#8220;string&#8221;<br \/>\n}<br \/>\n}<br \/>\n],<br \/>\n&#8220;nextPageLink&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;count&#8221;: 0<br \/>\n}<br \/>\n400 Bad Request or 500 Internal Server Error:<br \/>\n{<br \/>\n&#8220;type&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;title&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;status&#8221;: 0,<br \/>\n&#8220;detail&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;instance&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;additionalProp1&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;additionalProp2&#8221;: &#8220;string&#8221;,<br \/>\n&#8220;additionalProp3&#8221;: &#8220;string&#8221;<br \/>\n}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div><\/section>\n<section class=\"av_textblock_section \"  itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/CreativeWork\" ><div class='avia_textblock  '   itemprop=\"text\" ><h2>Document status values<\/h2>\n<p>A document goes through several processing steps before reaching its destination. Use the <strong>Get latest notifications<\/strong> request above to check whether a document has been <strong>sent<\/strong>, is <strong>pending<\/strong>, or has run into an <strong>error<\/strong>.<\/p>\n<table>\n<tbody>\n<tr>\n<td><strong>Status<\/strong><\/td>\n<td><strong>Description<\/strong><\/td>\n<\/tr>\n<tr>\n<td><strong>PendingParser<\/strong><\/td>\n<td>The document is in queue to be processed.<\/td>\n<\/tr>\n<tr>\n<td><strong>PendingSend<\/strong><\/td>\n<td>The document is pending to be sent by email.<\/td>\n<\/tr>\n<tr>\n<td><strong>Error<\/strong><\/td>\n<td>The document has an error in its structure or is missing some configuration (see the notification notes).<\/td>\n<\/tr>\n<tr>\n<td><strong>Sent<\/strong><\/td>\n<td>The document has been sent.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Note:<\/strong> After a document is sent to its destination and is in the <strong>Sent<\/strong> state, it is still possible to get errors returned by the receiver.<\/p>\n<\/div><\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"featured_media":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","format":"standard","tags":[1092,1093,1094],"videos_tax":[],"post-type":[300],"categoria-yet":[1081],"class_list":["post-39246","yet","type-yet","status-publish","format-standard","hentry","tag-traceability","tag-notifications","tag-status","post-type-artigo","categoria-yet-standard-scope"],"_links":{"self":[{"href":"https:\/\/developers.ila.cegid.com\/en\/wp-json\/wp\/v2\/yet\/39246","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.ila.cegid.com\/en\/wp-json\/wp\/v2\/yet"}],"about":[{"href":"https:\/\/developers.ila.cegid.com\/en\/wp-json\/wp\/v2\/types\/yet"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.ila.cegid.com\/en\/wp-json\/wp\/v2\/comments?post=39246"}],"version-history":[{"count":0,"href":"https:\/\/developers.ila.cegid.com\/en\/wp-json\/wp\/v2\/yet\/39246\/revisions"}],"wp:attachment":[{"href":"https:\/\/developers.ila.cegid.com\/en\/wp-json\/wp\/v2\/media?parent=39246"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.ila.cegid.com\/en\/wp-json\/wp\/v2\/tags?post=39246"},{"taxonomy":"videos_tax","embeddable":true,"href":"https:\/\/developers.ila.cegid.com\/en\/wp-json\/wp\/v2\/videos_tax?post=39246"},{"taxonomy":"post-type","embeddable":true,"href":"https:\/\/developers.ila.cegid.com\/en\/wp-json\/wp\/v2\/post-type?post=39246"},{"taxonomy":"categoria-yet","embeddable":true,"href":"https:\/\/developers.ila.cegid.com\/en\/wp-json\/wp\/v2\/categoria-yet?post=39246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}