Classification Module

Classifications

GET classifications

Returns a list of ALL Classifications. Can be filtered with an OData style query string.

GET classifications/{classificationPK}

Returns the Classification with the specified PK value.

Parameters
  • classificationPK (FromUri): The PK value of the requested Classification.

POST classifications

Creates one or more Classifications in the system with the details specified in the request body.

Parameters
  • newClassifications (FromBody): An Array of Classifications to be created.

PUT classifications/{classificationPK}

Updates the specified Classification with the details specified in the request body.

Parameters
  • classificationPK (FromUri): The PK value of the Classification to be updated.
  • updatedViewModel (FromBody): Updated details of the Classification.

PUT classifications

Updates one or more Classifications in the system with the details specified in the request body.

Parameters
  • updViews (FromBody): A collection of Classifications to be updated.