Create new External Document

Prev Next
Post
/externaldocs/

Operation is used to create new external document. Available from product version 3.2.8.

Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Body parameters

External Document to be created

object
angle
number

External document angle

createdBy
string

Creator

createdTs
string

Creation date time

description
string

Description

file
string

File to attach to External Document. Either file or url must be set.

fileSize
integer

File size in bytes

filename
string

Name of the uploaded file or url

id
integer

Primary key

location
string

Geographical location

type
integer Required

External document type id

url
string

Document url. Either file or url must be set.

Responses
201
400
401

A created External Document

object
angle
number

External document angle

createdBy
string

Creator

createdTs
string

Creation date time

description
string

Description

downloadUrl
string

Url to download document from

fileSize
integer

File size in bytes

filename
string

Name of the uploaded file or url

id
integer

Primary key

location
string

Geographical location

type
integer

External document type id

url
string

Document url