WebConnector API Services-Contact

Number of APIs: 5

  1. Get Contact with Business Relation GET {{base-url}}/tso/webconnector/v2.0/companies({{company}})/contactsWebCon?$expand=contactBusinessRelationsWebCon

  2. Create Contact POST {{base-url}}/tso/webconnector/v2.0/companies({{company}})/contactsWebCon

  3. Update Contact PATCH {{base-url}}/tso/webconnector/v2.0/companies({{company}})/contactsWebCon({{ContactId}})

  4. Create Customer from Contact POST {{base-url}}/tso/webconnector/v2.0/companies({{company}})/contactsWebCon({{ContactId}})/Microsoft.NAV.createCustomer

  5. Delete Contact DELETE {{base-url}}/tso/webconnector/v2.0/companies({{company}})/contactsWebCon({{ContactId}})