Appearance
createSmartEntryURL ​
Adds a new URL to a given Smart Entry
Request ​
http
POST /rest/smartlib/smartentry/{smartEntryId}/urlHeaders ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-authtoken | Yes | Auth token returned from loginUser |
Parameters ​
smartEntryId - Id of of the Smart Entry to which a URL is to be added
Response ​
200 OK ​
Returns a single SmartEntryURLJSON object:
json
{
"smartEntryUrlId": 4,
"smartEntryUrlName": "MyURL0",
"smartEntryUrlValue": "http://myurl.com/myreference/paper?article=0"
}Errors ​
| Exception | Description |
|---|---|
WSInvalidParameterException | See Error Definitions |
WSInvalidAuthTokenException | See Error Definitions |
WSCacheServiceException | See Error Definitions |
WSSmartLibraryServiceException | See Error Definitions |