# Updates existing lines of a given Transfer Endpoint: PATCH /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): - `id` (string,null) - `quantity` (number) - `notes` (string,null) ## 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