Not supported in older versions
Available from Business Central version 22.2 and higher.
API | Path |
---|---|
purchaseCreditMemos | businesscentralPrefix/softera/softeraEInvoice/v2.0/companies({{companyId}})/purchaseCreditMemos |
Fields
Name | Type | MaxLength | Description |
---|---|---|---|
id | Guid | ||
number | String | 20 | |
creditMemoDate | Date | ||
postingDate | Date | ||
dueDate | Date | ||
vendorId | Guid | ||
vendorNumber | String | 20 | |
vendorName | String | 100 | |
vendorCrMemoNumber | String | 35 | |
payToVendorId | Guid | ||
payToVendorNumber | String | 20 | |
payToName | String | 100 | |
buyFromAddressLine1 | String | 100 | |
buyFromAddressLine2 | String | 50 | |
buyFromCity | String | 30 | |
buyFromCountry | String | 10 | |
buyFromState | String | 30 | |
buyFromPostCode | String | 20 | |
payToAddressLine1 | String | 100 | |
payToAddressLine2 | String | 50 | |
payToCity | String | 30 | |
payToCountry | String | 10 | |
payToState | String | 30 | |
payToPostCode | String | 20 | |
postingDescription | String | ||
shortcutDimension1Code | String | 20 | |
shortcutDimension2Code | String | 20 | |
currencyId | Guid | ||
currencyCode | String | ||
paymentTermsId | Guid | ||
paymentMethodCode | String | ||
shipmentMethodId | Guid | ||
purchaser | String | 20 | |
pricesIncludeTax | Boolean | ||
discountAmount | Decimal | ||
discountAppliedBeforeTax | Boolean | ||
totalAmountExcludingTax | Decimal | ||
totalTaxAmount | Decimal | ||
totalAmountIncludingTax | Decimal | ||
apiTotalAmountExclVAT | Decimal | ||
apiTotalAmountInclVAT | Decimal | ||
status | String | ||
locationCode | String | ||
documentLink | String | ||
documentNote | String | ||
lastModifiedDateTime | DateTimeOffset | ||
invoiceId | Guid | ||
invoiceNumber | String | 20 | |
vendorReturnReasonId | Guid | ||
userId | String |
Related API's (expand)
Name | Type | Description |
---|---|---|
vendor | Microsoft.NAV.vendor | |
dimensionValue | Microsoft.NAV.dimensionValue | |
dimensionSetLines | Collection(Microsoft.NAV.dimensionSetLine) | |
purchaseCreditMemoLines | Collection(Microsoft.NAV.purchaseCreditMemoLine) | |
pdfDocument | Microsoft.NAV.pdfDocument | |
attachments | Collection(Microsoft.NAV.attachment) | |
documentAttachments | Collection(Microsoft.NAV.documentAttachment) |