CreateDocumentLinkRequest (object)
Create a manual related link from the route document to the target
| Field | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| target* | object | Polymorphic reference to a business document in the account Polymorphic reference to a business document in the account
|
Example (JSON)
{
"target": {
"type": "quote",
"id": 0
}
}