CustomerOrderInvoiceRows
Queryable, Introduced in version 2.36
GET https://localhost:8001/sv/001.1/api/v1/Sales/CustomerOrderInvoiceRows
Represents a customer order invoice row.
GUID
75EB28BB-44E7-4DBC-92AC-360F453A534C
Required permission
Show customer orders
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the row. |
|
CodingId | Int64? | ||
Discount | Decimal? | The discount specified on the row. |
|
InterestInvoiceBasisId | Int64? | The business key identifier of the interest invoice basis. |
|
LedgerId | Int64? | The business key identifier to the ledger's accounts receivable of the customer order invoice. |
|
OverrideStandardPrice | Decimal? | The value of the overridden standard price. |
|
OverrideStandardPriceCurrencyId | Int64? | The business key identifier of the override standard price currency |
|
Price | Decimal? | The price of the row. |
|
PriceCurrencyId | Int64? | The business key identifier of the row's price currency. References Currencies |
|
PriceInCompanyCurrency | Decimal? | The row's price in the company currency. |
|
PriceInCompanyCurrencyCurrencyId | Int64? | The business key identifier of the company currency. References Currencies |
|
PriceIsFuturePrice | Boolean? | Specifies if the price is a future price. |
|
PriceLockedFromAutomaticChanges | Boolean? | Specifies if price is locked from automatic changes. |
|
PriceOrigin | Int32? | The price origin of the row.
|
|
PriceOriginPriceListId | Int64? | The business key identifier of the row's original pricelist. |
|
SetupPrice | Decimal? | The setup price of the row. |
|
SetupPriceCurrencyId | Int64? | The business key identifier of the row's setup price currency. |
|
SetupPriceInCompanyCurrency | Decimal? | The row's setup price in the company currency. |
|
SetupPriceInCompanyCurrencyCurrencyId | Int64? | The business key identifier of the company currency. References Currencies |
|
StandardPrice | Decimal? | The standard price of the row. |
|
StandardPriceCurrencyId | Int64? | The business key identifier of the row's standard price currency. References Currencies |
|
VatRateId | Int64? | The business key identifier of the row's VAT rate. References VatRates |
|
DiscountRows | CustomerOrderInvoiceOrderRowDiscounts[] | The discount rows for the row.
|
Introduced in version 24.8 |
Example
{
"Id": 0,
"CodingId": null,
"Discount": null,
"InterestInvoiceBasisId": null,
"LedgerId": null,
"OverrideStandardPrice": null,
"OverrideStandardPriceCurrencyId": null,
"Price": null,
"PriceCurrencyId": null,
"PriceInCompanyCurrency": null,
"PriceInCompanyCurrencyCurrencyId": null,
"PriceIsFuturePrice": null,
"PriceLockedFromAutomaticChanges": null,
"PriceOrigin": null,
"PriceOriginPriceListId": null,
"SetupPrice": null,
"SetupPriceCurrencyId": null,
"SetupPriceInCompanyCurrency": null,
"SetupPriceInCompanyCurrencyCurrencyId": null,
"StandardPrice": null,
"StandardPriceCurrencyId": null,
"VatRateId": null,
"DiscountRows": null
}