# Accepts a Transfer Accepting a Transfer is an indication that the Store on the recieving side of the Item movement has been recieved at the quantities indicated by the accepting quantity. Endpoint: PATCH /transfers/{id}/Accept 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): - `lines` (array,null) - `lines.id` (string,null) - `lines.quantity` (number) - `lines.notes` (string,null) - `doCommit` (boolean) - `commit` (boolean) - `thirdPartyID` (string,null) - `docNumber` (string,null) - `reference` (string,null) - `description` (string,null) - `instructions` (string,null) - `totalAmount` (number) - `created` (string) - `lastUpdated` (string) - `vendor` (string,null) - `createdByUser` (string,null) - `store` (string,null) ## Response 500 fields (text/plain): - `message` (string,null) - `errors` (array,null) - `errors.extensions` (string,null) ## Response 403 fields ## Response 429 fields