Account Code Access on Document Lines in Dataloy API?
Question
How to access breakdown accounts, port cost code, handling cost code and various text in Dataloy API?
Answer
- portCostCode is accessible from document-documentLine-portCostCode
- handlingCostCode is accessible from document-documentLine-handlingCostCode
- variousText is accessible from document-documentLine-variousText
GL account on documentLine will always reflect the gl account from the breakdown account.
Related articles