links
Create a new link type
Creates a new link type. The data required can be submitted as a JSON body or as a list of parameters (in key=value pairs, like a webform).
post/v1/link-types
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Request body
Example request
{
"name": "Paid",
"inward": "is (partially) paid for by",
"outward": "(partially) pays for"
}Response
New link type stored, result in response.
Changes
No recorded changes to this endpoint across all 1 revision of this API.