Order Part Line
Refers to a Part Line on an Order (This might be a Job Card on Workshop Module, or a Counter Sale on Parts Module).
| Property | Summary |
|---|---|
LineID string |
The unique identifier of the Order Line. |
OrderStatus string |
|
LoadStatus string |
|
InvoiceDate DateTime? |
The date at which this line was invoiced. |
OrderDocumentNumber string |
The Order Number associated with this line. (Job Card Number, Counter Sale Order Number) |
InvoiceNumber string |
The Invoice Number associated with this part line. |
InvoiceCurrency Currencies? |
The Invoice Currency |
SoldQuantity decimal? |
The quantity of the part line that sold. |
OrderQuantity decimal? |
The quantity of the part line that ordered. |
SaleType string |
The type of sale. (e.g. Internal, Bulk, Retail, etc.) |
MenuCode string |
The Menu Code in case this part line is a menu item. |
ExtendedPrice decimal? |
The final price of this line item after accounting for quantity, discounts, and any applicable taxes or additional charges |
PartNumber string |
The uniqe Part Number of the Catalog Part. |
Location string |
The Warehouse/Location Identifier where the transaction happens. |
AccountNumber string |
The Account Number from the Accounting System. |
CustomerAccountNumber string |
The Customer Account Number from the Accounting System. |
CustomerID string |
The Company Specific Customer ID. |
GoldenCustomerID string |
The Centralized unique Golden Customer ID. |
Department string |
The Department Code/ID. |
VIN string |
The Vehicle Identification Number (VIN) of the vehicle associated with this part line. |
LoadDate DateTime? |
The date at which this line was loaded into the Order Document. |
PostDate DateTime? |
The date at which this line was posted. This could mean (Job Completed, Part Dispatched, Vehicle Allocated, etc. based on the type of the Order Document). |
CompanyHashID string |
The Company Hash ID from the Identity System. |
BranchHashID string |
The Branch Hash ID from the Identity System. |
IntegrationID string |
|
IntegrationSuccessStatus bool |
A boolean flag indicating the completion of system to system Integration |
IdempotencyKey Guid? |
A Unique key generated by ADP and used to ensure that repeated external posting of the same entry does not result in duplicate records. |