| API | Path |
|---|---|
| salesInvoiceLines | businesscentralPrefix/softera/softeraEInvoice/v2.0/companies({{companyId}})/salesInvoiceLines |
Methods
| Method | Return Type | Description |
|---|---|---|
| GET salesInvoiceLine | salesInvoiceLine | Gets a sales invoice line object. |
| POST salesInvoiceLine | salesInvoiceLine | Creates a sales invoice line object. |
| PATCH salesInvoiceLine | salesInvoiceLine | Updates a sales invoice line object. |
| DELETE salesInvoiceLine | none | Deletes a sales invoice line object. |
Fields
| Name | Type | MaxLength | Description |
|---|---|---|---|
| id | Guid | Read-only | |
| documentId | Guid | ||
| sequence | Int32 | ||
| itemId | Guid | ||
| accountId | Guid | ||
| lineType | String | ||
| lineObjectNumber | String | 20 | |
| locationCode | String | 10 | |
| description | String | 100 | |
| unitOfMeasureId | Guid | ||
| unitOfMeasureCode | String | 10 | |
| unitPrice | Decimal | ||
| quantity | Decimal | ||
| discountAmount | Decimal | ||
| discountPercent | Decimal | ||
| discountAppliedBeforeTax | Boolean | Read-only | |
| amountExcludingTax | Decimal | Read-only | |
| taxCode | String | 50 | |
| taxPercent | Decimal | Read-only | |
| totalTaxAmount | Decimal | Read-only | |
| amountIncludingTax | Decimal | Read-only | |
| invoiceDiscountAllocation | Decimal | Read-only | |
| netAmount | Decimal | Read-only | |
| netTaxAmount | Decimal | Read-only | |
| netAmountIncludingTax | Decimal | Read-only | |
| shipmentDate | Date | ||
| itemVariantId | Guid | ||
| shortcutDimension1Code | String | ||
| shortcutDimension2Code | String |
Related API's (expand)
| Name | Type | Description |
|---|---|---|
| item | Microsoft.NAV.item | |
| unitOfMeasure | Microsoft.NAV.unitOfMeasure | |
| itemVariant | Microsoft.NAV.itemVariant | |
| dimensionSetLines | Collection(Microsoft.NAV.dimensionSetLine) | |
| location | Microsoft.NAV.location | |
| salesInvoice | Microsoft.NAV.salesInvoice |