OrderedPart Object
OrderedPart Object Formats
OrderedPart Object Properties
Required properties are in bold.
Property | Type | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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. 3.19.1 | ||||||||||||||||||
EstimatedDelivery | datetime | This optional property specifies the estimate delivery date of the associated part. This property is calculated and populated by the back end system if a connection is available at the time the part is ordered. Otherwise, this property will be left empty. | ||||||||||||||||||
PartOrderNum | string | The order number associated with the part being ordered. | ||||||||||||||||||
PartStatus | string | Specifies the status of ordered part. This is a simple free-form text field with no validation. 3.18.0 | ||||||||||||||||||
Price | decimal | The price of the ordered part. This property is set by the backend system if a network connection is available at the time the part is ordered. Otherwise, the mobile application will use the default price from the Product catalog. | ||||||||||||||||||
ProdAttrs | object | This object contains the ordered part's product attributes from the If the Product table is not being managed through the Product REST APIs, then this object is required.
See: Product Object | ||||||||||||||||||
ProdNum | string | The product number of the ordered part. | ||||||||||||||||||
Qty | decimal | The quantity being ordered. | ||||||||||||||||||
ShipToLocation | string | The location where the parts are to be shipped (see Ordered Parts Shipping Location in system categories). | ||||||||||||||||||
SupersededParts | collection | This optional collection contains a list of parts that replaces the ordered part.
3.18.0 | ||||||||||||||||||
SupersededPartsDesc | string | Provides the description about original and superseded product item. This description will be in the preferred language of the technician. 3.47.0 | ||||||||||||||||||
Urgency | string | This property identifies shipping urgency for the ordered part (see Ordered Parts Shipping Urgency in system categories). 3.18.1 |