Get Item Line

Allows the user to get the Item Line from the Work Order

Uri

GET api/dynaway/eam/v1.0/companies({{Company_ID}})/workOrders({{WorkOrder_ID}})/workOrderItemLines({{ItemLine_ID}})

Parameters

CompanyID
- ID of the Company.
ItemLine_ID
- System ID of the Item Line.

Form Data

JSON Response

{
    "id": "b4ca1ccf-6a81-ed11-9989-000d3a3ad4ae",
    "documentId": "87629528-e855-ed11-8c36-000d3a8dc661",
    "sequence": 230000,
    "itemId": "b4595562-5545-ed11-946f-000d3a8dced5",
    "no": "MI.00001",
    "description": "Added from API",
    "unitOfMeasureId": "d99582a8-b643-ed11-946f-000d3a8dc661",
    "unitOfMeasureCode": "PCS",
    "quantity": 10,
    "qtyToConsume": 1,
    "qtyConsumed": 1
}

Copyright Dynaway A/S

Privacy Policy