The RequiredPart
object contains part order details. The RequiredPart object is always used inside of another object such as the appointment search object, book job etc.
RequiredPart Object Formats
Include Page | ||||
---|---|---|---|---|
|
RequiredPart Object Properties
Required properties are in bold.
Property | Type | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |||||||||||||||
Urgency | string | This property identifies shipping urgency for the ordered part (see |
Ordered Parts Shipping Urgency in system categories).
|