to get a personalized navigation.
to get a personalized navigation.
Hi,
GET https://integration.visma.net/API/controller/api/v1/contact always return empty set .
and
GET https://integration.visma.net/API/controller/api/v1/contact/{contactId} always return "Id not found".
Bearer token and "ipp-appoication-type" and "ipp-company-id" headers are set.
What could cause this behaviour?
Reason we want to use the contact endpoint, is because we are trying to get hold of phone number for customer/contact for CustomerInvoice. Previously, this was included in "CustomerInvoice" endpoint, but then it disappeared, so we started using the "Customer" endpoint, but seems like it has disappeared from there too. If exporting through web application, phone number is included.
Br,
Erik
Solved! Go to Solution.
Hello,
in addition to information that is shared about Contact Endpoint, Invoice Contact > Phone field can be fetched through Customer Invoice Endpoint.
Contact Phone can be either automatically populated in the invoice based on main contact field that can be found in Customer Card or can be edited by overriding contact info in the Invoice.
1-Customer Card : Main Contact : Phone1
2) Customer Invoice: Override Contact : Phone1
This value will be returned in GET > Customer Invoice >
"invoiceContact": { "contactId": 0, "businessName": "string", "attention": "string", "email": "string", "phone1": "string", "overrideContact": true },
Hi,
Could you please make sure the contacts tab under "Customer"(ScreenId=AR303000) is populated for at least one customer and that you are targeting the correct company.
We can not reproduce this, in our local company this shows up when getting all contacts, the contact ID to use for specific search is found at the bottom:
Copyright © 2022 Visma.com. All rights reserved.