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"
}
}
}
PaymentMethodGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/paymentMethod"
}
}
}
}
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"
}
}
}
PaymentTermGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/paymentTerm"
}
}
}
}
PdfDocumentGetDocumentResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/pdfDocument"
}
}
}
}
PdfDocumentGetList200Response
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/pdfDocument"
}
}
}
}
PdfDocumentGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/pdfDocument"
}
}
}
}
PdfDocumentGetPdf200Response
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/pdfDocument"
}
}
}
}
PdfDocumentGetPdfResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/pdfDocument"
}
}
}
}
PictureGetList200Response
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/picture"
}
}
}
}
PictureGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/picture"
}
}
}
}
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"
}
}
}
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"
}
}
}
ProjectGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/project"
}
}
}
}
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"
}
}
}
PurchaseInvoiceGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/purchaseInvoice"
}
}
}
}
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"
}
}
}
PurchaseInvoiceLineGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/purchaseInvoiceLine"
}
}
}
}
PurchaseInvoiceLineListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/purchaseInvoiceLine"
}
}
}
}
RetainedEarningsStatementGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/retainedEarningsStatement"
}
}
}
}
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"
}
}
}
SalesCreditMemoGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/salesCreditMemo"
}
}
}
}
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"
}
}
}
SalesCreditMemoLineGetList200Response
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/salesCreditMemoLine"
}
}
}
}
SalesCreditMemoLineGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/salesCreditMemoLine"
}
}
}
}
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"
}
}
}
SalesInvoiceGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/salesInvoice"
}
}
}
}
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"
}
}
}
SalesInvoiceLineGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/salesInvoiceLine"
}
}
}
}
SalesInvoiceLineListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/salesInvoiceLine"
}
}
}
}
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"
}
}
}
SalesOrderGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/salesOrder"
}
}
}
}
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"
}
}
}
SalesOrderLineGetList200Response
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/salesOrderLine"
}
}
}
}
SalesOrderLineGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/salesOrderLine"
}
}
}
}
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"
}
}
}
SalesQuoteGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/salesQuote"
}
}
}
}
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"
}
}
}
SalesQuoteLineGetList200Response
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/salesQuoteLine"
}
}
}
}
SalesQuoteLineGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/salesQuoteLine"
}
}
}
}
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"
}
}
}
ShipmentMethodGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/shipmentMethod"
}
}
}
}
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"
}
}
}
TaxAreaGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/taxArea"
}
}
}
}
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"
}
}
}
TaxGroupGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/taxGroup"
}
}
}
}
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"
}
}
}
TimeRegistrationEntryGetList200Response
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/timeRegistrationEntry"
}
}
}
}
TimeRegistrationEntryGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/timeRegistrationEntry"
}
}
}
}
TrialBalanceGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/trialBalance"
}
}
}
}