IUCServiceSalesEntryGet Method |
Get the SaleEntry details (order/transaction). Use Id and IdType found in result from SalesEntriesGetByCardId
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
SyntaxSalesEntry SalesEntryGet(
string entryId,
DocumentIdType type
)
Parameters
- entryId String
- Sales Entry ID
- type DocumentIdType
- Document Id type of the Sale entry
Return Value
SalesEntrySalesEntry with Lines
Remarks
LS Central OData: GetSelectedSalesDoc
See Also