POST v1/libraryTopic/{libraryCategoryID}/save

Add or update information about a Reason For Return

Request Information

URI Parameters

NameDescriptionTypeAdditional information
libraryCategoryID

integer

Required

Body Parameters

LibraryModel
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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
}