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.
ItemStatus
string
The status of this line item (e.g., Open, Closed).
OrderStatus
string
The status of the parent order (e.g., Open, Completed).
InvoiceStatus
string
The status of the invoice (e.g., Paid, Pending).
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.
ParentInvoiceNumber
string
The Parent Invoice Number associated with this part line. (In case of Credit Notes or Debit Notes)
InvoiceCurrency
Currencies?
The Invoice Currency
OrderQuantity
decimal?
The quantity of the part line that ordered.
SoldQuantity
decimal?
The quantity of the part line that sold.
SaleType
string
The type of sale. (e.g. Internal, Bulk, Retail, etc.)
PackageCode
string
The Package Code in case this part line is a package 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.
GenuinePartNumber
bool
Indicates whether the part is a Genuine Part Number
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
An external identifier used for system-to-system integration.
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.
NumberOfLaborLines
int
The number of corresponding labor lines associated with the parent order of this line.
CompanyIntegrationID
string
An External Identifier that can be used for system to system Integration
BranchIntegrationID
string
An External Identifier that can be used for system to system Integration