Create Linked Object
POST {{base_url}}/public/v1/documents/{{document_id}}/linked-objects
Create Linked Object in Document.
Find more https://developers.pandadoc.com/reference/link-to-crm
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
Request Body
{"provider"=>"{{provider_name}}", "entity_type"=>"{{entity_type}}", "entity_id"=>"{{entity_id}}"}