standards
API ReferenceDocuments

Create

POST
/documents

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/documents" \  -H "Content-Type: application/json" \  -d '{    "title": "string",    "objectName": "string",    "sourceRecordId": "799244ea-56f2-4870-bdb3-37032b615ea2",    "attributeName": "string"  }'
Empty