Entity Information

Data type: AssetGroup, fields list

URL: api/assetgroups

HTTP Method: POST

You can create an asset group in your main division or in any child divisions.

To create new Asset Group using the Trakopolis API server you need to pass JSON or XML serialized asset group object with following properties:

  • Name: Name of asset group. Should be unique within division
  • DivisionId: Optional. If specified, an asset group will be created in this division. Otherwise, main division will be used
  • IconContentId: Optional

 

JSON data example:   

{
     "Name": "Trucks",
     "DivisionId": 1,
     "IconContentId": null
   }