SalesOverheadMarkups
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Inventory/SalesOverheadMarkups
Represents sales overhead markup.
GUID
F386809E-2433-4823-B979-8221E8310428
Required permission
Show calculation mark-up
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the sales overhead markup. |
|
Number | Int32 | The human readable number of the sales overhead markup. |
|
Description | String | The translated description of the sales overhead markup. |
|
Markup | Decimal | The markup defined by the sales overhead markup. |
Example
{
"Id": 0,
"Number": 0,
"Description": null,
"Markup": 0.0
}