OMS API update version 1.11 - Get contacts company enhancement
An update has been made for developers to the OMS API, version 1.11. It is documented in our OMS API documentation.
Retrieve company name from contacts A new 'company_name' field has been added to the view contacts call:
https://omsflow.docs.apiary.io/#reference/contact/contacts-collection/view-contacts
Module 4 access is required to retrieve contacts.
{
"id": 5543564,
"first_name": "John",
"last_name": "Smith",
"title": "Dr",
"company_name": "ET Green Recycling",
"mobile_number": "0826669999",
"office_number": "0112223333",
"email": "john@entegral.net",
"category_system": "landlord",
"category_user": "",
"is_office_shared": true,
"is_active": true,
"birthday": "0001-01-01…
Retrieve company name from contacts A new 'company_name' field has been added to the view contacts call:
https://omsflow.docs.apiary.io/#reference/contact/contacts-collection/view-contacts
Module 4 access is required to retrieve contacts.
{
"id": 5543564,
"first_name": "John",
"last_name": "Smith",
"title": "Dr",
"company_name": "ET Green Recycling",
"mobile_number": "0826669999",
"office_number": "0112223333",
"email": "john@entegral.net",
"category_system": "landlord",
"category_user": "",
"is_office_shared": true,
"is_active": true,
"birthday": "0001-01-01…