Export output

The blocks in the export voucher package structure.

{
    "customDimensionDefinitions": [
        {
          //List of dimensions used on the organization
        }
    ],
    "orgSettings": {
       // Information on the organization for example branding
     },
    "vouchers": [
        {
            // One or more vouchers
            "voucherRows": [
                {
                   // One or more voucherRows containing the actual accounting information
                },
            ],
        },
    ],
    "expenseBaseCurrency": {
       // Currency information used by the organization
    },
    "organizations": [
        {
            "recipients": [{
               // Integrations and recipients configured on the organization
            },
        "name": "Customer name Inc",
        "vat": "123456789",
        "externalId": "39c578a6-b1cf-4f87-8kd6-afef042fb713",
        "id": "5vb28c515319c330187eac6e1c11d44",                  
        "categories": [
           {
					 	 //Categories on the organization, and associated account numbers
           },
        ],
        "employees": [
           {
             // Users in this export voucher packade
           },
        ],
        "recipientId": "8ab28c5188720bc8018876135a550554",
        "exportId": "67994ed9f37f4b61a689d6310b6d3f0e",
        "expenseReports": [
          {
            //Our old report structure, do not use as it will be removed in the future.
            //Use voucher and voucherRows for fetching data.
          },
        ],
}