go back to CustomerService

GET /customers/{id}

Retrieves the customer for the given customer ID.

Roles that can access this endpoint are Users.

Parameters

name description type default type
id ID for the RowCustomer to be returned path String
includeComments if related Comment records should be included query false Boolean
includeContacts if related Contact records should be included query false Boolean

Result

RowCustomer of type: application/xml application/json

a RowCustomer object

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help
- String
- Boolean
- Boolean