Skip to end of metadata
Go to start of metadata

AssetStatus

JSON Format

Name
Type
Read-only
Mandatory
Comment
idintegeryesno 
namestringnoyes 
descriptionstringnono 

URIs

Uri
Method
Request Data
Success Response Code
Description
/api/asset-statusesGET 200Returns an Array of all AssetStatuses
/api/asset-statuses/{id}GET 200Returns one AssetStatus
/api/asset-statusesPOSTAssetStatus201Create new AssetStatus
/api/asset-statuses/{id}PUTAssetStatus204Update an existing AssetStatus
/api/asset-statuses/{id}DELETE 200Delete an AssetStatus
  • No labels