Lines REST Endpoints

Business Objects/Customs Declarations/Lines
The operations from the Business Objects/Customs Declarations/Lines category.
Create a Line
Method: post
Path: /customsDeclarations/{gtmTransactionGid}/lines
Delete a Line
Method: delete
Path: /customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}
Get a Line
Method: get
Path: /customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}
Get Lines
Method: get
Path: /customsDeclarations/{gtmTransactionGid}/lines
Update a Line
Method: patch
Path: /customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}
Update Lines
Method: patch
Path: /customsDeclarations/{gtmTransactionGid}/lines