Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.82 KB

ModelPart.md

File metadata and controls

27 lines (24 loc) · 1.82 KB

# ModelPart

Properties

Name Type Description Notes
id int The part id [optional] [readonly]
object_name string The part object name [optional] [readonly] [default to 'Part']
create \DateTime Date of part creation [optional] [readonly]
update \DateTime Date of last part update [optional] [readonly]
name string Name of the part
part_number string The part number
text string A text describing the part [optional]
category \Itsmind\Sevdesk\Model\ModelPartCategory [optional]
stock float The stock of the part
stock_enabled bool Defines if the stock should be enabled [optional]
unity \Itsmind\Sevdesk\Model\ModelPartUnity
price float Net price for which the part is sold. we will change this parameter so that the gross price is calculated automatically, until then the priceGross parameter must be used. [optional]
price_net float Net price for which the part is sold [optional]
price_gross float Gross price for which the part is sold [optional]
sev_client \Itsmind\Sevdesk\Model\ModelPartSevClient [optional]
price_purchase float Purchase price of the part [optional]
tax_rate float Tax rate of the part
status int Status of the part. 50 <-> Inactive - 100 <-> Active [optional]
internal_comment string An internal comment for the part.<br> Does not appear on invoices and orders. [optional]

[Back to Model list] [Back to API list] [Back to README]