links
Update an existing link between transactions.
Used to update a single existing link.
put/v1/transaction-links/{id}
Path parameters
idstring required
Example:123
The ID of the transaction link.
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Request body
Example request
{
"link_type_id": "5",
"link_type_name": "Is paid by",
"inward_id": "131",
"outward_id": "131",
"notes": "Some example notes"
}Response
Updated link type stored, result in response
Changes
No recorded changes to this endpoint across all 1 revision of this API.