POST api/PlanetLibraryCategory/UpdateLibrary

Request Information

URI Parameters

None.

Body Parameters

PlanetLibraryEditModelDTO
NameDescriptionTypeAdditional information
Id

integer

None.

IsDisable

boolean

None.

IsNameEdit

boolean

None.

Name

string

None.

Desc

string

None.

ChangedBy

integer

None.

DocType

integer

None.

DocumentId

integer

None.

FilePath

string

None.

IsEditCateogary

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IsDisable": true,
  "IsNameEdit": true,
  "Name": "sample string 2",
  "Desc": "sample string 3",
  "ChangedBy": 4,
  "DocType": 1,
  "DocumentId": 1,
  "FilePath": "sample string 5",
  "IsEditCateogary": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PlanetLibraryCategoryDTO
NameDescriptionTypeAdditional information
ChangeDate

date

None.

ChangedBy

integer

None.

CreateDate

date

None.

CreatedBy

integer

None.

Description

string

None.

Disabled

boolean

None.

DocType

integer

None.

DocumentId

integer

None.

FilePath

string

None.

Id

integer

None.

IsDocument

boolean

None.

IsManageable

boolean

None.

Name

string

None.

ParentId

integer

None.

ProjectTypeId

integer

None.

SortId

integer

None.

PortalPlanetLibraryId

integer

None.

HasDocument

boolean

None.

HasLink

boolean

None.

IsLinkExpired

boolean

None.

PlanetLibraryTypeId

integer

None.

DocumentName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ChangeDate": "2025-10-14T04:57:52.9873403-07:00",
  "ChangedBy": 1,
  "CreateDate": "2025-10-14T04:57:52.9873403-07:00",
  "CreatedBy": 1,
  "Description": "sample string 1",
  "Disabled": true,
  "DocType": 1,
  "DocumentId": 1,
  "FilePath": "sample string 2",
  "Id": 3,
  "IsDocument": true,
  "IsManageable": true,
  "Name": "sample string 4",
  "ParentId": 1,
  "ProjectTypeId": 1,
  "SortId": 1,
  "PortalPlanetLibraryId": 1,
  "HasDocument": true,
  "HasLink": true,
  "IsLinkExpired": true,
  "PlanetLibraryTypeId": 1,
  "DocumentName": "sample string 6"
}