POST v1/document/grantAccess?partnerCompanyCodes={partnerCompanyCodes}&apiToken={apiToken}&names={names}&types={types}

Gives the provided Veslink companies access to all documents with the given names or document types. Either document names or types must be supplied.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
partnerCompanyCodes

Veslink company codes for companies to be granted access

string

Required

apiToken

Veslink API token

string

None.

names

File names of the documents to be shared

string

None.

types

Document types of the documents to be shared

string

None.

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.