Lines REST Endpoints

Work Confirmations/Lines
The Lines resource manages work confirmation details, such as the total progress percent, quantity or amount of work completed for a period of performance.
Create a work confirmation line
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/child/lines
Delete a work confirmation line
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/child/lines/{WorkConfirmationLineId}
Get all work confirmation lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/child/lines
Get one work confirmation line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/child/lines/{WorkConfirmationLineId}
Update a work confirmation line
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/child/lines/{WorkConfirmationLineId}