# Add Additional lines to an existing Transfer that has not been committed Endpoint: POST /transfers/{id}/lines Version: v3.0: 3.26.2.2 Security: Auth API User Token ## Path parameters: - `id` (string, required) CommDoc Id of Transfer ## Request fields (application/json-patch+json): - `itemID` (string) - `quantity` (number) ## Response 200 fields (text/plain): - `id` (string) - `thirdPartyLineID` (string,null) - `lineNumber` (integer) - `vendorPrice` (number,null) - `quantity` (number,null) - `notes` (string,null) - `backLinkLineID` (string,null) - `item` (string,null) ## Response 500 fields (text/plain): - `message` (string,null) - `errors` (array,null) - `errors.extensions` (string,null) ## Response 403 fields ## Response 429 fields