GET /v1/customers/{customerGuid}/contactpersons

visma.com

Summary: Get the contact persons for a customer.
Operation ID: Contacts_GetCustomerContacts
Auth: unknown

Parameters (5)

active (boolean, query, optional)

If not given, return all Contact persons, if given as true return only active Contact persons, if given as false returns only inactive Contact persons.

customerGuid (string, path, required)

Customer guid used to get the contact persons.

firstRow (integer, query, optional, default: 0)

Optional: first row to fetch. Default 0 = first row.

rowCount (integer, query, optional)

Optional: How many rows to fetch, Default 20, maximum 100.

textToSearch (string, query, optional)

Optional: Text to search from contact person's name or communication method (i.e. phone number or email address).

No probe data for this endpoint yet.