standards
Attach documentAPI reference

Attach document


POST
/records/{objectName}/{id}/documents/attach

Path Parameters

objectName*string
id*string

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/records/string/string/documents/attach" \  -F files="string"
Empty