object PaymentMethodCreateD365ObjectRequest
{
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central paymentMethod entity"
    },
    "code": {
      "type": "string",
      "nullable": false,
      "maxLength": 10,
      "description": "(v1.0) The code property for the Dynamics 365 Business Central paymentMethod entity"
    },
    "displayName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The displayName property for the Dynamics 365 Business Central paymentMethod entity"
    },
    "lastModifiedDateTime": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central paymentMethod entity"
    }
  }
}
object PaymentMethodGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/paymentMethod"
      }
    }
  }
}
object PaymentTermCreateDynamicsObjectRequest
{
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central paymentTerm entity"
    },
    "code": {
      "type": "string",
      "nullable": false,
      "maxLength": 10,
      "description": "(v1.0) The code property for the Dynamics 365 Business Central paymentTerm entity"
    },
    "displayName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The displayName property for the Dynamics 365 Business Central paymentTerm entity"
    },
    "discountPercent": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The discountPercent property for the Dynamics 365 Business Central paymentTerm entity"
    },
    "dueDateCalculation": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The dueDateCalculation property for the Dynamics 365 Business Central paymentTerm entity"
    },
    "lastModifiedDateTime": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central paymentTerm entity"
    },
    "discountDateCalculation": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The discountDateCalculation property for the Dynamics 365 Business Central paymentTerm entity"
    },
    "calculateDiscountOnCreditMemos": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The calculateDiscountOnCreditMemos property for the Dynamics 365 Business Central paymentTerm entity"
    }
  }
}
object PaymentTermGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/paymentTerm"
      }
    }
  }
}
object PdfDocumentGetDocumentResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/pdfDocument"
      }
    }
  }
}
object PdfDocumentGetList200Response
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/pdfDocument"
      }
    }
  }
}
object PdfDocumentGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/pdfDocument"
      }
    }
  }
}
object PdfDocumentGetPdf200Response
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/pdfDocument"
      }
    }
  }
}
object PdfDocumentGetPdfResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/pdfDocument"
      }
    }
  }
}
object PictureGetList200Response
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/picture"
      }
    }
  }
}
object PictureGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/picture"
      }
    }
  }
}
object PictureUpdateDynamicsObjectRequest
{
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central picture entity"
    },
    "width": {
      "type": "integer",
      "format": "int32",
      "nullable": true,
      "description": "(v1.0) The width property for the Dynamics 365 Business Central picture entity"
    },
    "height": {
      "type": "integer",
      "format": "int32",
      "nullable": true,
      "description": "(v1.0) The height property for the Dynamics 365 Business Central picture entity"
    },
    "content": {
      "type": "string",
      "format": "binary",
      "nullable": true,
      "description": "(v1.0) The content property for the Dynamics 365 Business Central picture entity"
    },
    "contentType": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The contentType property for the Dynamics 365 Business Central picture entity"
    }
  }
}
object ProjectCreateDynamicsObjectRequest
{
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central project entity"
    },
    "number": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The number property for the Dynamics 365 Business Central project entity"
    },
    "displayName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The displayName property for the Dynamics 365 Business Central project entity"
    }
  }
}
object ProjectGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/project"
      }
    }
  }
}
object PurchaseInvoiceCreateDynamicsObjectRequest
{
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "number": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The number property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "status": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The status property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "dueDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The dueDate property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "vendorId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The vendorId property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "payToName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The payToName property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "currencyId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The currencyId property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "shipToName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The shipToName property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "vendorName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The vendorName property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "invoiceDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The invoiceDate property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "currencyCode": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The currencyCode property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "payToAddress": {
      "$ref": "#/components/schemas/postaladdresstype",
      "nullable": true
    },
    "payToContact": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The payToContact property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "vendorNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The vendorNumber property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "payToVendorId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The payToVendorId property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "shipToAddress": {
      "$ref": "#/components/schemas/postaladdresstype",
      "nullable": true
    },
    "shipToContact": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The shipToContact property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "buyFromAddress": {
      "$ref": "#/components/schemas/postaladdresstype",
      "nullable": true
    },
    "discountAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The discountAmount property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "totalTaxAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "pricesIncludeTax": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The pricesIncludeTax property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "payToVendorNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The payToVendorNumber property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "vendorInvoiceNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 35,
      "description": "(v1.0) The vendorInvoiceNumber property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "lastModifiedDateTime": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "totalAmountExcludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalAmountExcludingTax property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "totalAmountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalAmountIncludingTax property for the Dynamics 365 Business Central purchaseInvoice entity"
    },
    "discountAppliedBeforeTax": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The discountAppliedBeforeTax property for the Dynamics 365 Business Central purchaseInvoice entity"
    }
  }
}
object PurchaseInvoiceGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/purchaseInvoice"
      }
    }
  }
}
object PurchaseInvoiceLineCreateD365ObjectRequest
{
  "properties": {
    "id": {
      "type": "string",
      "nullable": false,
      "maxLength": 50,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "itemId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The itemId property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "taxCode": {
      "type": "string",
      "nullable": true,
      "maxLength": 50,
      "description": "(v1.0) The taxCode property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "lineType": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The lineType property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "quantity": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The quantity property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "sequence": {
      "type": "integer",
      "format": "int32",
      "nullable": true,
      "description": "(v1.0) The sequence property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "unitCost": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The unitCost property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "accountId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The accountId property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "netAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The netAmount property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "documentId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The documentId property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "taxPercent": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The taxPercent property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "description": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The description property for the Dynamics 365 Business Central purchaseInvoiceLine 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 purchaseInvoiceLine 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 purchaseInvoiceLine entity"
    },
    "totalTaxAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "discountPercent": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The discountPercent property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "amountExcludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The amountExcludingTax property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "amountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The amountIncludingTax property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "expectedReceiptDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The expectedReceiptDate property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "netAmountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The netAmountIncludingTax property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "discountAppliedBeforeTax": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The discountAppliedBeforeTax property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    },
    "invoiceDiscountAllocation": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The invoiceDiscountAllocation property for the Dynamics 365 Business Central purchaseInvoiceLine entity"
    }
  }
}
object PurchaseInvoiceLineGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/purchaseInvoiceLine"
      }
    }
  }
}
object PurchaseInvoiceLineListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/purchaseInvoiceLine"
      }
    }
  }
}
object RetainedEarningsStatementGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/retainedEarningsStatement"
      }
    }
  }
}
object SalesCreditMemoCreateDynamicsObjectRequest
{
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "email": {
      "type": "string",
      "nullable": true,
      "maxLength": 80,
      "description": "(v1.0) The email property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "number": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The number property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "status": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The status property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "dueDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The dueDate property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "contactId": {
      "type": "string",
      "nullable": true,
      "maxLength": 250,
      "description": "(v1.0) The contactId property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "invoiceId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The invoiceId property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "billToName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The billToName property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "currencyId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The currencyId property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "customerId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The customerId property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "phoneNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 30,
      "description": "(v1.0) The phoneNumber property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "salesperson": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The salesperson property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "currencyCode": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The currencyCode property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "customerName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The customerName property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "invoiceNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The invoiceNumber property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "creditMemoDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The creditMemoDate property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "customerNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The customerNumber property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "discountAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The discountAmount property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "paymentTermsId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The paymentTermsId property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "totalTaxAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "billToCustomerId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The billToCustomerId property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "pricesIncludeTax": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The pricesIncludeTax property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "shipmentMethodId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The shipmentMethodId property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "billToCustomerNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The billToCustomerNumber property for the Dynamics 365 Business Central salesCreditMemo 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 salesCreditMemo entity"
    },
    "sellingPostalAddress": {
      "$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 salesCreditMemo entity"
    },
    "totalAmountExcludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalAmountExcludingTax property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "totalAmountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalAmountIncludingTax property for the Dynamics 365 Business Central salesCreditMemo entity"
    },
    "discountAppliedBeforeTax": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The discountAppliedBeforeTax property for the Dynamics 365 Business Central salesCreditMemo entity"
    }
  }
}
object SalesCreditMemoGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/salesCreditMemo"
      }
    }
  }
}
object SalesCreditMemoLineCreateD365ObjectRequest
{
  "properties": {
    "id": {
      "type": "string",
      "nullable": false,
      "maxLength": 50,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "itemId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The itemId property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "taxCode": {
      "type": "string",
      "nullable": true,
      "maxLength": 50,
      "description": "(v1.0) The taxCode property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "lineType": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The lineType property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "quantity": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The quantity property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "sequence": {
      "type": "integer",
      "format": "int32",
      "nullable": true,
      "description": "(v1.0) The sequence property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "accountId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The accountId property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "netAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The netAmount property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "unitPrice": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The unitPrice property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "documentId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The documentId property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "taxPercent": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The taxPercent property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "description": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The description property for the Dynamics 365 Business Central salesCreditMemoLine 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 salesCreditMemoLine entity"
    },
    "shipmentDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The shipmentDate property for the Dynamics 365 Business Central salesCreditMemoLine 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 salesCreditMemoLine entity"
    },
    "totalTaxAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "discountPercent": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The discountPercent property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "unitOfMeasureId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The unitOfMeasureId property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "amountExcludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The amountExcludingTax property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "amountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The amountIncludingTax property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "netAmountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The netAmountIncludingTax property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "discountAppliedBeforeTax": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The discountAppliedBeforeTax property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    },
    "invoiceDiscountAllocation": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The invoiceDiscountAllocation property for the Dynamics 365 Business Central salesCreditMemoLine entity"
    }
  }
}
object SalesCreditMemoLineGetList200Response
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/salesCreditMemoLine"
      }
    }
  }
}
object SalesCreditMemoLineGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/salesCreditMemoLine"
      }
    }
  }
}
object SalesInvoiceCreateDynamicsObjectRequest
{
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "email": {
      "type": "string",
      "nullable": true,
      "maxLength": 80,
      "description": "(v1.0) The email property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "number": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The number property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "status": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The status property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "dueDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The dueDate property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "orderId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The orderId property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "contactId": {
      "type": "string",
      "nullable": true,
      "maxLength": 250,
      "description": "(v1.0) The contactId property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "billToName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The billToName property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "currencyId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The currencyId property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "customerId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The customerId property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "shipToName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The shipToName property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "invoiceDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The invoiceDate property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "orderNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The orderNumber property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "phoneNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 30,
      "description": "(v1.0) The phoneNumber property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "salesperson": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The salesperson property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "currencyCode": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The currencyCode property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "customerName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The customerName property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "shipToContact": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The shipToContact property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "customerNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The customerNumber property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "discountAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The discountAmount property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "paymentTermsId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The paymentTermsId property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "totalTaxAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "remainingAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The remainingAmount property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "billToCustomerId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The billToCustomerId property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "pricesIncludeTax": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The pricesIncludeTax property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "shipmentMethodId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The shipmentMethodId property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "billToCustomerNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The billToCustomerNumber property for the Dynamics 365 Business Central salesInvoice 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 salesInvoice 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 salesInvoice entity"
    },
    "totalAmountExcludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalAmountExcludingTax property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "totalAmountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalAmountIncludingTax property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "discountAppliedBeforeTax": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The discountAppliedBeforeTax property for the Dynamics 365 Business Central salesInvoice entity"
    },
    "customerPurchaseOrderReference": {
      "type": "string",
      "nullable": true,
      "maxLength": 35,
      "description": "(v1.0) The customerPurchaseOrderReference property for the Dynamics 365 Business Central salesInvoice entity"
    }
  }
}
object SalesInvoiceGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/salesInvoice"
      }
    }
  }
}
object SalesInvoiceLineCreateD365ObjectRequest
{
  "properties": {
    "id": {
      "type": "string",
      "nullable": false,
      "maxLength": 50,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "itemId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The itemId property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "taxCode": {
      "type": "string",
      "nullable": true,
      "maxLength": 50,
      "description": "(v1.0) The taxCode property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "lineType": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The lineType property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "quantity": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The quantity property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "sequence": {
      "type": "integer",
      "format": "int32",
      "nullable": true,
      "description": "(v1.0) The sequence property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "accountId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The accountId property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "netAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The netAmount property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "unitPrice": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The unitPrice property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "documentId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The documentId property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "taxPercent": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The taxPercent property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "description": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The description property for the Dynamics 365 Business Central salesInvoiceLine 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 salesInvoiceLine entity"
    },
    "shipmentDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The shipmentDate property for the Dynamics 365 Business Central salesInvoiceLine 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 salesInvoiceLine entity"
    },
    "totalTaxAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "discountPercent": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The discountPercent property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "unitOfMeasureId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The unitOfMeasureId property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "amountExcludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The amountExcludingTax property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "amountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The amountIncludingTax property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "netAmountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The netAmountIncludingTax property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "discountAppliedBeforeTax": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The discountAppliedBeforeTax property for the Dynamics 365 Business Central salesInvoiceLine entity"
    },
    "invoiceDiscountAllocation": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The invoiceDiscountAllocation property for the Dynamics 365 Business Central salesInvoiceLine entity"
    }
  }
}
object SalesInvoiceLineGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/salesInvoiceLine"
      }
    }
  }
}
object SalesInvoiceLineListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/salesInvoiceLine"
      }
    }
  }
}
object SalesOrderCreateDynamicsObjectRequest
{
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "nullable": false,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central salesOrder entity"
    },
    "email": {
      "type": "string",
      "nullable": true,
      "maxLength": 80,
      "description": "(v1.0) The email property for the Dynamics 365 Business Central salesOrder entity"
    },
    "number": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The number property for the Dynamics 365 Business Central salesOrder entity"
    },
    "status": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The status property for the Dynamics 365 Business Central salesOrder entity"
    },
    "contactId": {
      "type": "string",
      "nullable": true,
      "maxLength": 250,
      "description": "(v1.0) The contactId property for the Dynamics 365 Business Central salesOrder entity"
    },
    "orderDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The orderDate property for the Dynamics 365 Business Central salesOrder entity"
    },
    "billToName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The billToName property for the Dynamics 365 Business Central salesOrder entity"
    },
    "currencyId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The currencyId property for the Dynamics 365 Business Central salesOrder entity"
    },
    "customerId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The customerId property for the Dynamics 365 Business Central salesOrder entity"
    },
    "shipToName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The shipToName property for the Dynamics 365 Business Central salesOrder entity"
    },
    "phoneNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 30,
      "description": "(v1.0) The phoneNumber property for the Dynamics 365 Business Central salesOrder entity"
    },
    "salesperson": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The salesperson property for the Dynamics 365 Business Central salesOrder entity"
    },
    "currencyCode": {
      "type": "string",
      "nullable": true,
      "description": "(v1.0) The currencyCode property for the Dynamics 365 Business Central salesOrder entity"
    },
    "customerName": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The customerName property for the Dynamics 365 Business Central salesOrder entity"
    },
    "fullyShipped": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The fullyShipped property for the Dynamics 365 Business Central salesOrder entity"
    },
    "shipToContact": {
      "type": "string",
      "nullable": true,
      "maxLength": 100,
      "description": "(v1.0) The shipToContact property for the Dynamics 365 Business Central salesOrder entity"
    },
    "customerNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The customerNumber property for the Dynamics 365 Business Central salesOrder entity"
    },
    "discountAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The discountAmount property for the Dynamics 365 Business Central salesOrder entity"
    },
    "paymentTermsId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The paymentTermsId property for the Dynamics 365 Business Central salesOrder entity"
    },
    "totalTaxAmount": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalTaxAmount property for the Dynamics 365 Business Central salesOrder entity"
    },
    "partialShipping": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The partialShipping property for the Dynamics 365 Business Central salesOrder entity"
    },
    "billToCustomerId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The billToCustomerId property for the Dynamics 365 Business Central salesOrder entity"
    },
    "pricesIncludeTax": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The pricesIncludeTax property for the Dynamics 365 Business Central salesOrder entity"
    },
    "shipmentMethodId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The shipmentMethodId property for the Dynamics 365 Business Central salesOrder entity"
    },
    "billToCustomerNumber": {
      "type": "string",
      "nullable": true,
      "maxLength": 20,
      "description": "(v1.0) The billToCustomerNumber property for the Dynamics 365 Business Central salesOrder 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 salesOrder entity"
    },
    "sellingPostalAddress": {
      "$ref": "#/components/schemas/postaladdresstype",
      "nullable": true
    },
    "requestedDeliveryDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "(v1.0) The requestedDeliveryDate property for the Dynamics 365 Business Central salesOrder entity"
    },
    "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 salesOrder entity"
    },
    "totalAmountExcludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalAmountExcludingTax property for the Dynamics 365 Business Central salesOrder entity"
    },
    "totalAmountIncludingTax": {
      "type": "number",
      "format": "decimal",
      "nullable": true,
      "description": "(v1.0) The totalAmountIncludingTax property for the Dynamics 365 Business Central salesOrder entity"
    },
    "discountAppliedBeforeTax": {
      "type": "boolean",
      "nullable": true,
      "description": "(v1.0) The discountAppliedBeforeTax property for the Dynamics 365 Business Central salesOrder entity"
    }
  }
}
object SalesOrderGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/salesOrder"
      }
    }
  }
}
object SalesOrderLineCreateD365ObjectRequest
{
  "properties": {
    "id": {
      "type": "string",
      "nullable": false,
      "maxLength": 50,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "itemId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The itemId property for the Dynamics 365 Business Central salesOrderLine entity"
    },
    "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 SalesOrderLineGetList200Response
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/salesOrderLine"
      }
    }
  }
}
object SalesOrderLineGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/salesOrderLine"
      }
    }
  }
}
object SalesQuoteCreateD365ObjectRequest
{
  "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"
    },
    "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"
    },
    "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"
    },
    "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"
    },
    "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 SalesQuoteGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/salesQuote"
      }
    }
  }
}
object SalesQuoteLineCreateD365ObjectRequest
{
  "properties": {
    "id": {
      "type": "string",
      "nullable": false,
      "maxLength": 50,
      "description": "(v1.0) The id property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "itemId": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "(v1.0) The itemId property for the Dynamics 365 Business Central salesQuoteLine entity"
    },
    "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 SalesQuoteLineGetList200Response
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/salesQuoteLine"
      }
    }
  }
}
object SalesQuoteLineGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/salesQuoteLine"
      }
    }
  }
}
object ShipmentMethodCreateDynamicsObjectRequest
{
  "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 ShipmentMethodGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/shipmentMethod"
      }
    }
  }
}
object TaxAreaCreateD365ObjectRequest
{
  "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 TaxAreaGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/taxArea"
      }
    }
  }
}
object TaxGroupCreateDynamicsObjectRequest
{
  "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 TaxGroupGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/taxGroup"
      }
    }
  }
}
object TimeRegistrationEntryCreateDynamicsObjectRequest
{
  "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"
    },
    "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 TimeRegistrationEntryGetList200Response
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/timeRegistrationEntry"
      }
    }
  }
}
object TimeRegistrationEntryGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/timeRegistrationEntry"
      }
    }
  }
}
object TrialBalanceGetListResponse
{
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/trialBalance"
      }
    }
  }
}
Load more schemas