Item Object Formats
Include Page | ||||
---|---|---|---|---|
|
Item Object Properties
Required properties are in bold.
Property | Type | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AssetNum | string | Identifies the optional asset number associated with the line item. | ||||||||||||||||||
BatchNum1 | string | Identifies the batch number for the item. If | ||||||||||||||||||
ConcessionsApplied | boolean | Identifies if the item has discounted price concessions in invoice for a work order. Valid values are:
| ||||||||||||||||||
Delete
| boolean | Optional property. This property is used during a PATCH request to remove specific items. This property will never be returned during a GET request.
| ||||||||||||||||||
DiscountsApplied | boolean | Identifies if the item has discounted price in invoice for a work order. Valid values are:
| ||||||||||||||||||
DispositionReasons | collection | Contains a collection of Parts Disposition Reason Objects associated with the item. 3.18.1 | ||||||||||||||||||
FlexView | object |
| ||||||||||||||||||
GeneralIncomeAccount | string | Identifies General Income Account for the product. This property will store information which will be used in preparation of the company's financial statements. Valid values are:
3.19.0 | ||||||||||||||||||
ID | string | Optional property. This property uniquely identifies the item object.
| ||||||||||||||||||
IsAdvShip | boolean | Identifies if the item is a advanced shipped item. Valid values are:
| ||||||||||||||||||
IsChargeable | boolean | When a work order is flagged as in warranty (identified by the work order Valid values are:
| ||||||||||||||||||
IsRet | boolean | Identifies if the item was returned. Valid values are:
| ||||||||||||||||||
NonTaxable
| boolean | Indicates whether the item is exempt from tax collection 3.19.0 | ||||||||||||||||||
Price | decimal | This property identifies the price to charged for the item. | ||||||||||||||||||
PriceOverrideFlag | boolean | Identifies if the Valid values are:
| ||||||||||||||||||
ProdAttrs | object | This object contains the item's product attributes from the If the Product table is not being managed through the Product REST APIs, then this object is required.
See: REST Object Definitions Inventory Related Objects Product Object | ||||||||||||||||||
ProdNum | string | Identifies the product number associated with the line item. | ||||||||||||||||||
Qty | decimal | Identifies the quantity of the item. | ||||||||||||||||||
RefCode | string | This optional property is available for customer defined use and is currently not used by the mobile application. Typically it is used to associate a line item with another object in the Customer's back office system. | ||||||||||||||||||
ReturnReasonCode | string | This property is populated when a user returns a item from a customer and specifies the reason why it was returned. | ||||||||||||||||||
SerialNum2 | string | Identifies the serial number for the line item. If the | ||||||||||||||||||
StorageLocationID | string | Identifies the inventory storage location where the item was used from. Usually this is the storage location ID of the servicing technician's vehicle although it could also be the storage location ID of the account location if using customer consignment inventory. |
1 - If the ProdAttrs.IsBatch
is true, then the BatchNum
property is required.
2 - If the ProdAttrs.IsSerialized
is true, then the SerialNum
property is required.