Skip to content

reportBrochureDownload ​

Allows reporting of Brochure downloads so admins can keep track of who's downloaded what and when.

Request ​

http
POST /rest/brochures/{bvId)/download

Headers ​

HeaderRequiredDescription
x-nextinteract-authtokenYesAuth token returned from loginUser

Parameters ​

ParameterTypeRequiredDescription
bvIdYesBrochure version returned from getLatestBrochuresForUser
actionYesEither startdownload or downloaded

Response ​

200 OK ​

No body or headers returned

Errors ​

ExceptionDescription
WSInvalidParameterExceptionSee Error Definitions
WSInvalidAuthTokenExceptionSee Error Definitions
WSInvalidParameterExceptionSee Error Definitions
WSInsufficientPermissionsExceptionSee Error Definitions
WSUserServiceExceptionSee Error Definitions
WSBrochureVersionNotFoundExceptionSee Error Definitions
WSBrochureServiceExceptionSee Error Definitions
WSCacheServiceExceptionSee Error Definitions