POST v1/document/publish?partnerCompanyCodes={partnerCompanyCodes}&apiToken={apiToken}&type={type}

Saves one or more documents to S3 and gives read access to the provided Veslink companies.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
partnerCompanyCodes

Initial list of Veslink company codes to share this document(s) with (comma-separated)

string

Required

apiToken

Veslink API token

string

None.

type

(optional) Document type (so all e.g. cargo ETA forms can easily be grouped together)

string

None.

Body Parameters

None.

Response Information

Resource Description

A document GUID which may be used in future API requests

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.