GetClassificationCodeHierarchy

Using the GetClassificationCodeHierarchy web service, you can retrieve the classification code hierarchy depending on the context classification codes provided in the request.

The request can contain a single classification code or a hierarchy of codes. The request is provided in two ways:

  • Code Hierarchical Notation
  • TreePath Notation

The web service also supports pagination of response. Specify the startCount and totalCount of the classifcation codes required in the request. The startCount is optional. This determines the total count of code which is returned in the response.

While using TreePath Notation, the name of the code is not required, only the classification Code must be specified. The response is always in the ClassificationCode Notation. For more information, refer the samples Sample 1 GetClassification Code from Level 1 Using Treepath Notation