Skip to content

Commit

Permalink
Amend commit with updated content
Browse files Browse the repository at this point in the history
Signed-off-by: wol22 <[email protected]>
  • Loading branch information
wol22 committed Jan 7, 2025
1 parent 015771e commit 4e45550
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Title of work: Customs Declarations end-to-end service guide
Link to work: https://developer.service.hmrc.gov.uk/guides/customs-declarations-end-to-end-service-guide
Revision: Revised 17/12/2024
License of the work: Public
License of the work: Open Government License v3.0
Creator names: HMRC
10 changes: 9 additions & 1 deletion knowledge/miscellaneous_unknown/trade_and_customs/qna.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
created_by: wol22
version: 3
domain: Tax and customs
document_outline: "For imports and exports, the submitter of the declaration interacts with CDS to manage events such as:\n•\tthe declaration submission. CDS expects to receive declaration data within the WCO format, defined by the schema and the HMRC Customs Tariff. The schema keeps most elements as optional to allow for capturing a complete declaration, or just partial (e.g. to support simplified import declarations).\n•\tthe request for amendment message is based on the definition of the declaration. The main difference is the change to the functional code of the message. The message structure also uses pointers so CDS can understand which data element needs to be altered within the declaration. For example, a change to the gross mass would require a pointer to the relevant element (one for each ‘layer’ of the message), but the message must also contain the new value. The pointers are defined by the WCO data element tags (found in [4, 5]). Some amendments will require approval by customs.\n•\tthe request for invalidation. Submitted to allow for a trader-initiated cancellation. Some invalidations will require approval by customs.\n•\treceiving the trader notifications. As the declaration goes through its lifecycle, certain notifications may be triggered back to the trader. At a bare minimum, a notification of acceptance and clearance can be expected, though others may be sent due to control, liabilities due, etc. A full table is listed below in section Types and Definitions.\n•\tthe goods arrival message is submitted to instruct CDS that goods are available for inspection following the submission of a pre-lodged declaration.\n"
document_outline: >-
For imports and exports, the submitter of the declaration interacts with CDS
to manage events such as the declaration submission. CDS expects to receive
declaration data within the WCO format, defined by the schema and the HMRC
Customs Tariff. The schema keeps most elements as optional to allow for
capturing a complete declaration, or just partial (e.g. to support simplified
import declarations). The goods arrival message is submitted to instruct CDS
that goods are available for inspection following the submission of a
pre-lodged declaration.
seed_examples:
- context: >-
# Technical Validation Carried out on all Declarations
Expand Down

0 comments on commit 4e45550

Please sign in to comment.