POST v1/libraryDocument/{libraryTopicID}/save
Add or update information about a Reason For Return
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| libraryTopicID | integer |
Required |
Body Parameters
LibraryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LibraryCategoryID | integer |
None. |
|
| LibraryTopicID | integer |
None. |
|
| LibraryDocumentID | integer |
None. |
|
| DocumentName | string |
None. |
|
| DocumentURL | string |
None. |
|
| ShowCheckMark | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"libraryCategoryID": 1,
"libraryTopicID": 2,
"libraryDocumentID": 3,
"documentName": "sample string 4",
"documentURL": "sample string 5",
"showCheckMark": true
}
Response Information
Resource Description
LibraryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LibraryCategoryID | integer |
None. |
|
| LibraryTopicID | integer |
None. |
|
| LibraryDocumentID | integer |
None. |
|
| DocumentName | string |
None. |
|
| DocumentURL | string |
None. |
|
| ShowCheckMark | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"libraryCategoryID": 1,
"libraryTopicID": 2,
"libraryDocumentID": 3,
"documentName": "sample string 4",
"documentURL": "sample string 5",
"showCheckMark": true
}