Closed corientdev closed 7 years ago
You can do a https://api.columbus.sage.com/global/sageone/accounts/v3/contacts?search=contact+name
which searches contact name, company name or reference. Also, there is .../contacts?email=yourname@example.com
. To only get customers or vendors, do .../contacts?contact_type_id=CUSTOMER
or .../contacts?contact_type_id=VENDOR
.
How can we query (get) particular contact without id i mean by name of type like vendor or customer?