properties itemclassifications (http://api.3plcentral.com/rels/properties/itemclassifications)
Resource:
Collection: of itemclassification
C# Rel Const:
Rels.PropertySvc.ItemClassificationList
URI template:
itemclassifications
Obtain URI from:
Success status: 200; Response is cacheable
none
Type Description
ResourceList IList<Property.Models.ItemClassification>
Title string
Description string
Sample accept: application/hal+json
{
  "_embedded": {
    "http://api.3plCentral.com/rels/properties/itemclassification": [
      {
        "title": "str",
        "description": "str"
      }
    ]
  }
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.