Skip to content

getPartCategories

Supported, no replacement yet

This endpoint remains fully supported. No replacement exists in the new API yet, and no action is needed. When a replacement ships you will get 12 months' notice, and this site will be updated.

Reference

/rest/stockMgmt/getPartCategories/{clientGroupId}

GET

Gets a list of part categories for the specified Client Group ID. If clientGroupdId not specified then all categories will be returned.

available response representations:
  • 200 - JSON
{  "partCategories":[    { "id":"43",      "name":"dfhksfh"
    }  ]}

See the Stock Management API matrix for the full list of endpoints in this category.