| API | Path |
|---|---|
| salesCreditMemoLines | businesscentralPrefix/softera/softeraEInvoice/v2.0/companies({{companyId}})/salesCreditMemoLines |
Methods
| Method | Return Type | Description |
|---|---|---|
| GET salesCreditMemoLine | salesCreditMemoLine | Gets a sales credit memo line object. |
| POST salesCreditMemoLine | salesCreditMemoLine | Creates a sales credit memo line object. |
| PATCH salesCreditMemoLine | salesCreditMemoLine | Updates a sales credit memo line object. |
| DELETE salesCreditMemoLine | none | Deletes a sales credit memo line object. |
Fields
| Name | Type | MaxLength | Description |
|---|---|---|---|
| id | Guid | Read-only | |
| documentId | Guid | ||
| sequence | Int32 | ||
| itemId | Guid | ||
| accountId | Guid | ||
| lineType | String | ||
| lineObjectNumber | String | 20 | |
| 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 | ||
| locationId | Guid | ||
| shortcutDimension1Code | String | ||
| shortcutDimension2Code | String |
Related API's (expand)
| Name | Type | Description |
|---|---|---|
| salesCreditMemo | Microsoft.NAV.salesCreditMemo | |
| item | Microsoft.NAV.item | |
| unitOfMeasure | Microsoft.NAV.unitOfMeasure | |
| itemVariant | Microsoft.NAV.itemVariant | |
| dimensionSetLines | Collection(Microsoft.NAV.dimensionSetLine) | |
| location | Microsoft.NAV.location |