company-contact information

Number of APIs: 4

  1. customer contactInformation GET {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/customers({{customerId}})/contactsInformation?tenant={{tenant}}

  2. vendor contactInformation Copy GET {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/employees({{employeeId}})/contactsInformation?tenant={{tenant}}

  3. contactsInformation GET {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/contactsInformation?tenant={{tenant}}&$filter=relatedId eq {{customerId}} and relatedType eq 'Customer'

  4. vendor contactInformation GET {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/vendors({{vendorId}})/contactsInformation?tenant={{tenant}}