{
	"applicationReferenceId": "TEST_DOSSIER_{{$timestamp}}",
	"doNotSaveWhenInvalid": false,
	"doPrintWhenValid": false,
	"displayStamp": true,
	"dossierNumber": "TEST_DOSSIER_{{$timestamp}}",
	"documentNumber": "{{$timestamp}}",
	"transportDocumentNumber": "transportdoc number",
	"transportDocumentDate": "2024-10-08T14:20:17.1572631+00:00",
	"countryOfExportation": "NL",
	"transportDetails": "Some transport details",
	"remarks": "Some remarks",
	"signingLocation": "ERP",
	"signingDate": "2024-10-08T14:20:17.1575061+00:00",
	"signature": "Signed, X",
	"consignor": {
		"addressDescription": "Aangever Stratech\nPantheon 15\n7521 PR Enschede\nNederland",
		"authorisedExporterAuthorisation": "NL/099/88/7777\nCompany Name B.V. \nAddress 123\n Place"
	},
	"consignee": {
		"addressDescription": "Consignee B.V.\nAddress 1\nAddress 2\nPostcode 1234 AB\nNetherlands"
	},
	"goodsItems": [
		{
			"description": "Apples",
			"quantity": "9001"
		},
		{
			"description": "Oranges",
			"quantity": "123"
		},
		{
			"description": "Third item",
			"quantity": "555"
		},
		{
			"description": "Invoice number XYZ",
			"quantity": "N/A"
		}
	]
}