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