Appearance
reportBrochureDownload ​
Allows reporting of Brochure downloads so admins can keep track of who's downloaded what and when.
Request ​
http
POST /rest/brochures/{bvId)/downloadHeaders ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-authtoken | Yes | Auth token returned from loginUser |
Parameters ​
| Parameter | Type | Required | Description |
|---|---|---|---|
bvId | Yes | Brochure version returned from getLatestBrochuresForUser | |
action | Yes | Either startdownload or downloaded |
Response ​
200 OK ​
No body or headers returned
Errors ​
| Exception | Description |
|---|---|
WSInvalidParameterException | See Error Definitions |
WSInvalidAuthTokenException | See Error Definitions |
WSInvalidParameterException | See Error Definitions |
WSInsufficientPermissionsException | See Error Definitions |
WSUserServiceException | See Error Definitions |
WSBrochureVersionNotFoundException | See Error Definitions |
WSBrochureServiceException | See Error Definitions |
WSCacheServiceException | See Error Definitions |