Get the customer Hierarchy for Given Customer ID

get

/service/customer/getCustomerHierarchy

This endpoint is used to get the customer Hierarchy for given customer id.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns the customer Hierarchy based on given customer id.
Body ()
Root Schema : CustomerHierarchy
Type: object
A list of values
Show Source
Nested Schema : data
Type: array
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top