object salesOrderLine
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "nullable": false,
      "maxLength": 50,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "item": {
      "$ref": "#/components/schemas/item",
      "nullable": true
    },
    "itemId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The itemId property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "account": {
      "$ref": "#/components/schemas/account",
      "nullable": true
    },
    "taxCode": {
      "type": "string",
      "nullable": true,
      "maxLength": 50,
      "description": "(v1.0) The taxCode property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "lineType": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The lineType property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "quantity": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The quantity property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "sequence": {
      "type": "integer",
      "format": "int32",
      "nullable": true,
      "description": "(v1.0) The sequence property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "accountId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The accountId property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "netAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The netAmount property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "unitPrice": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The unitPrice property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "documentId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The documentId property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "taxPercent": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The taxPercent property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "description": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The description property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "lineDetails": {
      "$ref": "#/components/schemas/documentlineobjectdetailstype",
      "nullable": true
    },
    "netTaxAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The netTaxAmount property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "shipQuantity": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The shipQuantity property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "shipmentDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The shipmentDate property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "unitOfMeasure": {
      "$ref": "#/components/schemas/unitofmeasuretype",
      "nullable": true
    },
    "discountAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The discountAmount property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "totalTaxAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "discountPercent": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The discountPercent property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "invoiceQuantity": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The invoiceQuantity property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "shippedQuantity": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The shippedQuantity property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "unitOfMeasureId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The unitOfMeasureId property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "invoicedQuantity": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The invoicedQuantity property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "amountExcludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The amountExcludingTax property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "amountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The amountIncludingTax property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "netAmountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The netAmountIncludingTax property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "discountAppliedBeforeTax": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The discountAppliedBeforeTax property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "invoiceDiscountAllocation": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The invoiceDiscountAllocation property for the Dynamics 365 Business Central salesOrderLine entity"
    }
  }
}
object salesQuote
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central salesQuote entity"
    },
    "email": {
      "type": "string",
      "nullable": true,
      "maxLength": 80,
      "description": "(v1.0) The email property for the Dynamics 365 Business Central salesQuote entity"
    },
    "number": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The number property for the Dynamics 365 Business Central salesQuote entity"
    },
    "status": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The status property for the Dynamics 365 Business Central salesQuote entity"
    },
    "dueDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The dueDate property for the Dynamics 365 Business Central salesQuote entity"
    },
    "currency": {
      "$ref": "#/components/schemas/currency",
      "nullable": true
    },
    "customer": {
      "$ref": "#/components/schemas/customer",
      "nullable": true
    },
    "sentDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The sentDate property for the Dynamics 365 Business Central salesQuote entity"
    },
    "contactId": {
      "type": "string",
      "nullable": true,
      "maxLength": 250,
      "description": "(v1.0) The contactId property for the Dynamics 365 Business Central salesQuote entity"
    },
    "billToName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The billToName property for the Dynamics 365 Business Central salesQuote entity"
    },
    "currencyId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The currencyId property for the Dynamics 365 Business Central salesQuote entity"
    },
    "customerId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The customerId property for the Dynamics 365 Business Central salesQuote entity"
    },
    "shipToName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The shipToName property for the Dynamics 365 Business Central salesQuote entity"
    },
    "paymentTerm": {
      "$ref": "#/components/schemas/paymentTerm",
      "nullable": true
    },
    "pdfDocument": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/pdfDocument"
      },
      "nullable": true
    },
    "phoneNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 30,
      "description": "(v1.0) The phoneNumber property for the Dynamics 365 Business Central salesQuote entity"
    },
    "salesperson": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The salesperson property for the Dynamics 365 Business Central salesQuote entity"
    },
    "acceptedDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The acceptedDate property for the Dynamics 365 Business Central salesQuote entity"
    },
    "currencyCode": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The currencyCode property for the Dynamics 365 Business Central salesQuote entity"
    },
    "customerName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The customerName property for the Dynamics 365 Business Central salesQuote entity"
    },
    "documentDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The documentDate property for the Dynamics 365 Business Central salesQuote entity"
    },
    "shipToContact": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The shipToContact property for the Dynamics 365 Business Central salesQuote entity"
    },
    "customerNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The customerNumber property for the Dynamics 365 Business Central salesQuote entity"
    },
    "discountAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The discountAmount property for the Dynamics 365 Business Central salesQuote entity"
    },
    "paymentTermsId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The paymentTermsId property for the Dynamics 365 Business Central salesQuote entity"
    },
    "shipmentMethod": {
      "$ref": "#/components/schemas/shipmentMethod",
      "nullable": true
    },
    "totalTaxAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central salesQuote entity"
    },
    "validUntilDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The validUntilDate property for the Dynamics 365 Business Central salesQuote entity"
    },
    "salesQuoteLines": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/salesQuoteLine"
      },
      "nullable": true
    },
    "billToCustomerId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The billToCustomerId property for the Dynamics 365 Business Central salesQuote entity"
    },
    "shipmentMethodId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The shipmentMethodId property for the Dynamics 365 Business Central salesQuote entity"
    },
    "billToCustomerNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The billToCustomerNumber property for the Dynamics 365 Business Central salesQuote entity"
    },
    "billingPostalAddress": {
      "$ref": "#/components/schemas/postaladdresstype",
      "nullable": true
    },
    "lastModifiedDateTime": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central salesQuote entity"
    },
    "sellingPostalAddress": {
      "$ref": "#/components/schemas/postaladdresstype",
      "nullable": true
    },
    "shippingPostalAddress": {
      "$ref": "#/components/schemas/postaladdresstype",
      "nullable": true
    },
    "externalDocumentNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 35,
      "description": "(v1.0) The externalDocumentNumber property for the Dynamics 365 Business Central salesQuote entity"
    },
    "totalAmountExcludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalAmountExcludingTax property for the Dynamics 365 Business Central salesQuote entity"
    },
    "totalAmountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalAmountIncludingTax property for the Dynamics 365 Business Central salesQuote entity"
    }
  }
}
object salesQuoteLine
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "nullable": false,
      "maxLength": 50,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "item": {
      "$ref": "#/components/schemas/item",
      "nullable": true
    },
    "itemId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The itemId property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "account": {
      "$ref": "#/components/schemas/account",
      "nullable": true
    },
    "taxCode": {
      "type": "string",
      "nullable": true,
      "maxLength": 50,
      "description": "(v1.0) The taxCode property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "lineType": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The lineType property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "quantity": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The quantity property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "sequence": {
      "type": "integer",
      "format": "int32",
      "nullable": true,
      "description": "(v1.0) The sequence property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "accountId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The accountId property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "netAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The netAmount property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "unitPrice": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The unitPrice property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "documentId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The documentId property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "taxPercent": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The taxPercent property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "description": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The description property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "lineDetails": {
      "$ref": "#/components/schemas/documentlineobjectdetailstype",
      "nullable": true
    },
    "netTaxAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The netTaxAmount property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "unitOfMeasure": {
      "$ref": "#/components/schemas/unitofmeasuretype",
      "nullable": true
    },
    "discountAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The discountAmount property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "totalTaxAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "discountPercent": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The discountPercent property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "unitOfMeasureId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The unitOfMeasureId property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "amountExcludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The amountExcludingTax property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "amountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The amountIncludingTax property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "netAmountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The netAmountIncludingTax property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "discountAppliedBeforeTax": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The discountAppliedBeforeTax property for the Dynamics 365 Business Central salesQuoteLine entity"
    }
  }
}
object shipmentMethod
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central shipmentMethod entity"
    },
    "code": {
      "type": "string",
      "nullable": false,
      "maxLength": 10,
      "description": "(v1.0) The code property for the Dynamics 365 Business Central shipmentMethod entity"
    },
    "displayName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The displayName property for the Dynamics 365 Business Central shipmentMethod entity"
    },
    "lastModifiedDateTime": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central shipmentMethod entity"
    }
  }
}
object taxArea
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central taxArea entity"
    },
    "code": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The code property for the Dynamics 365 Business Central taxArea entity"
    },
    "taxType": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The taxType property for the Dynamics 365 Business Central taxArea entity"
    },
    "displayName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The displayName property for the Dynamics 365 Business Central taxArea entity"
    },
    "lastModifiedDateTime": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central taxArea entity"
    }
  }
}
object taxGroup
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central taxGroup entity"
    },
    "code": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The code property for the Dynamics 365 Business Central taxGroup entity"
    },
    "taxType": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The taxType property for the Dynamics 365 Business Central taxGroup entity"
    },
    "displayName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The displayName property for the Dynamics 365 Business Central taxGroup entity"
    },
    "lastModifiedDateTime": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central taxGroup entity"
    }
  }
}
object timeRegistrationEntry
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central timeRegistrationEntry entity"
    },
    "date": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The date property for the Dynamics 365 Business Central timeRegistrationEntry entity"
    },
    "jobId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The jobId property for the Dynamics 365 Business Central timeRegistrationEntry entity"
    },
    "status": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The status property for the Dynamics 365 Business Central timeRegistrationEntry entity"
    },
    "absence": {
      "type": "string",
      "nullable": true,
      "maxLength": 10,
      "description": "(v1.0) The absence property for the Dynamics 365 Business Central timeRegistrationEntry entity"
    },
    "project": {
      "$ref": "#/components/schemas/project",
      "nullable": true
    },
    "quantity": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The quantity property for the Dynamics 365 Business Central timeRegistrationEntry entity"
    },
    "jobNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The jobNumber property for the Dynamics 365 Business Central timeRegistrationEntry entity"
    },
    "dimensions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/dimensiontype",
        "nullable": true
      }
    },
    "employeeId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The employeeId property for the Dynamics 365 Business Central timeRegistrationEntry entity"
    },
    "lineNumber": {
      "type": "integer",
      "format": "int32",
      "nullable": true,
      "description": "(v1.0) The lineNumber property for the Dynamics 365 Business Central timeRegistrationEntry entity"
    },
    "unitOfMeasure": {
      "$ref": "#/components/schemas/unitofmeasuretype",
      "nullable": true
    },
    "employeeNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The employeeNumber property for the Dynamics 365 Business Central timeRegistrationEntry entity"
    },
    "unitOfMeasureId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The unitOfMeasureId property for the Dynamics 365 Business Central timeRegistrationEntry entity"
    },
    "lastModfiedDateTime": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The lastModfiedDateTime property for the Dynamics 365 Business Central timeRegistrationEntry entity"
    }
  }
}
object trialBalance
{
  "type": "object",
  "properties": {
    "number": {
      "type": "string",
      "nullable": false,
      "maxLength": 20,
      "description": "(v1.0) The number property for the Dynamics 365 Business Central trialBalance entity"
    },
    "account": {
      "$ref": "#/components/schemas/account",
      "nullable": true
    },
    "display": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The display property for the Dynamics 365 Business Central trialBalance entity"
    },
    "accountId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The accountId property for the Dynamics 365 Business Central trialBalance entity"
    },
    "dateFilter": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The dateFilter property for the Dynamics 365 Business Central trialBalance entity"
    },
    "totalDebit": {
      "type": "string",
      "nullable": true,
      "maxLength": 30,
      "description": "(v1.0) The totalDebit property for the Dynamics 365 Business Central trialBalance entity"
    },
    "accountType": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The accountType property for the Dynamics 365 Business Central trialBalance entity"
    },
    "totalCredit": {
      "type": "string",
      "nullable": true,
      "maxLength": 30,
      "description": "(v1.0) The totalCredit property for the Dynamics 365 Business Central trialBalance entity"
    },
    "balanceAtDateDebit": {
      "type": "string",
      "nullable": true,
      "maxLength": 30,
      "description": "(v1.0) The balanceAtDateDebit property for the Dynamics 365 Business Central trialBalance entity"
    },
    "balanceAtDateCredit": {
      "type": "string",
      "nullable": true,
      "maxLength": 30,
      "description": "(v1.0) The balanceAtDateCredit property for the Dynamics 365 Business Central trialBalance entity"
    }
  }
}
object unitOfMeasure
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central unitOfMeasure entity"
    },
    "code": {
      "type": "string",
      "nullable": false,
      "maxLength": 10,
      "description": "(v1.0) The code property for the Dynamics 365 Business Central unitOfMeasure entity"
    },
    "displayName": {
      "type": "string",
      "nullable": true,
      "maxLength": 50,
      "description": "(v1.0) The displayName property for the Dynamics 365 Business Central unitOfMeasure entity"
    },
    "lastModifiedDateTime": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central unitOfMeasure entity"
    },
    "internationalStandardCode": {
      "type": "string",
      "nullable": true,
      "maxLength": 10,
      "description": "(v1.0) The internationalStandardCode property for the Dynamics 365 Business Central unitOfMeasure entity"
    }
  }
}
object unitofmeasuretype
{
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "nullable": true,
      "maxLength": 10,
      "description": "(v1.0) The code property for the Dynamics 365 Business Central unitofmeasuretype entity"
    },
    "symbol": {
      "type": "string",
      "nullable": true,
      "maxLength": 10,
      "description": "(v1.0) The symbol property for the Dynamics 365 Business Central unitofmeasuretype entity"
    },
    "picture": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/picture"
      },
      "nullable": true
    },
    "displayName": {
      "type": "string",
      "nullable": true,
      "maxLength": 50,
      "description": "(v1.0) The displayName property for the Dynamics 365 Business Central unitofmeasuretype entity"
    },
    "itemCategory": {
      "$ref": "#/components/schemas/itemCategory",
      "nullable": true
    },
    "unitConversion": {
      "$ref": "#/components/schemas/itemunitofmeasureconversiontype",
      "nullable": true
    },
    "defaultDimensions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/defaultDimensions"
      },
      "nullable": true
    }
  }
}
object vendor
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central vendor entity"
    },
    "email": {
      "type": "string",
      "nullable": true,
      "maxLength": 80,
      "description": "(v1.0) The email property for the Dynamics 365 Business Central vendor entity"
    },
    "number": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The number property for the Dynamics 365 Business Central vendor entity"
    },
    "address": {
      "$ref": "#/components/schemas/postaladdresstype",
      "nullable": true
    },
    "balance": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The balance property for the Dynamics 365 Business Central vendor entity"
    },
    "blocked": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The blocked property for the Dynamics 365 Business Central vendor entity"
    },
    "picture": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/picture"
      },
      "nullable": true
    },
    "website": {
      "type": "string",
      "nullable": true,
      "maxLength": 80,
      "description": "(v1.0) The website property for the Dynamics 365 Business Central vendor entity"
    },
    "currency": {
      "$ref": "#/components/schemas/currency",
      "nullable": true
    },
    "taxLiable": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The taxLiable property for the Dynamics 365 Business Central vendor entity"
    },
    "currencyId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The currencyId property for the Dynamics 365 Business Central vendor entity"
    },
    "displayName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The displayName property for the Dynamics 365 Business Central vendor entity"
    },
    "irs1099Code": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The irs1099Code property for the Dynamics 365 Business Central vendor entity"
    },
    "paymentTerm": {
      "$ref": "#/components/schemas/paymentTerm",
      "nullable": true
    },
    "phoneNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 30,
      "description": "(v1.0) The phoneNumber property for the Dynamics 365 Business Central vendor entity"
    },
    "currencyCode": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The currencyCode property for the Dynamics 365 Business Central vendor entity"
    },
    "paymentMethod": {
      "$ref": "#/components/schemas/paymentMethod",
      "nullable": true
    },
    "paymentTermsId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The paymentTermsId property for the Dynamics 365 Business Central vendor entity"
    },
    "paymentMethodId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The paymentMethodId property for the Dynamics 365 Business Central vendor entity"
    },
    "defaultDimensions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/defaultDimensions"
      },
      "nullable": true
    },
    "lastModifiedDateTime": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central vendor entity"
    },
    "taxRegistrationNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The taxRegistrationNumber property for the Dynamics 365 Business Central vendor entity"
    }
  }
}
object vendorPurchase
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "nullable": false,
      "maxLength": 100,
      "description": "(v1.0) The name property for the Dynamics 365 Business Central vendorPurchase entity"
    },
    "vendorId": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The vendorId property for the Dynamics 365 Business Central vendorPurchase entity"
    },
    "vendorNumber": {
      "type": "string",
      "nullable": false,
      "maxLength": 20,
      "description": "(v1.0) The vendorNumber property for the Dynamics 365 Business Central vendorPurchase entity"
    },
    "totalPurchaseAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalPurchaseAmount property for the Dynamics 365 Business Central vendorPurchase entity"
    },
    "dateFilter_FilterOnly": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The dateFilter_FilterOnly property for the Dynamics 365 Business Central vendorPurchase entity"
    }
  }
}