Link Transfers
Update a transfer
Partially updates an existing transfer. Currently supports updating notes only; no other transfer fields can be modified through this endpoint yet.
patch/api/link/v1/enterprises/{enterpriseId}/transfers/{transferId}
Path parameters
enterpriseIdstring required
Example:59cd72485007a239fb00282ed480da1f
Your enterprise id.
transferIdstring required
Example:aba3a693-4f28-4523-8e53-85a3df22a608
The transfer ID to update.
Headers
user-idstring required
User id of the user making the request.
Request body
Response
OK
Changes
Changed in 2 of the 16 revisions of this API.2
- ○
the
notesrequest property's minLength was decreased from1to0request-property-min-length-decreased
- ○
- ○
endpoint added
endpoint-added
- ○