Returns the specified contact info of the company with the specified id.
<Check title="Required Permissions" icon="key">The user must be an admin or have `company-master-data:read` permissions.</Check>
company-master-data:read permissions.Bearer authentication of the form Bearer <token>, where token is your auth token.
The type of the contact info. Possible values are: ‘phone’, ‘email’, ‘address’, ‘custom’.
The subtype of the contact info, Possible values are: phone: [ ‘central’, ‘other’ ] email: [ ‘central’, ‘invoice’, ‘other’ ] address: [ ‘central’, ‘invoice’, ‘other’ ] url: [ ‘primary’, ‘other’]