Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.04 KB

MaterialBookingListItem.md

File metadata and controls

27 lines (23 loc) · 2.04 KB

MaterialBookingListItem

Properties

Name Type Description Notes
id int The ID of this material booking. [optional]
material \Swagger\Client\Model\NestedMaterialPerUnitListItem [optional]
quantity string The quantity of the booked item. [optional]
cost_price string The cost price of the booked item. [optional]
selling_price string The selling price of the booked item. [optional]
total_cost_price string The total cost price of the booked item. [optional]
total_selling_price string The total selling price of the booked item. [optional]
invoiced_amount string The invoiced amount of the booked item. [optional]
date string The log date of the booked item. [optional]
comment string The comment associated with this booked item. [optional]
booking_status int The status of this booking. 0 = Registered, 1 = Invoiced, 2 = Not billable, 3 = Credited. [optional]
project \Swagger\Client\Model\NestedProjectListItem [optional]
project_security_link \Swagger\Client\Model\NestedProjectSecurityCodeLinkListItem [optional]
invoice_line \Swagger\Client\Model\NestedInvoiceLineListItem [optional]
created_by \Swagger\Client\Model\BlameableUser [optional]
created_at string The creation date of the object in ATOM/ISO-8601 format [optional]
updated_by \Swagger\Client\Model\BlameableUser [optional]
updated_at string The creation date of the object in ATOM/ISO-8601 format [optional]

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