company-contact information
Number of APIs: 4
-
customer contactInformation GET {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/customers({{customerId}})/contactsInformation?tenant={{tenant}}
-
vendor contactInformation Copy GET {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/employees({{employeeId}})/contactsInformation?tenant={{tenant}}
-
contactsInformation GET {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/contactsInformation?tenant={{tenant}}&$filter=relatedId eq {{customerId}} and relatedType eq 'Customer'
-
vendor contactInformation GET {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/vendors({{vendorId}})/contactsInformation?tenant={{tenant}}