Returns the specified contact info of the company with the specified id.
Returns the specified contact info of the company with the specified id.
Required Permissions
The user must be an admin or havecompany-master-data:read
permissions.Path parameters
The id of the company.
The id of the contact info.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Page number for pagination
Number of items per page
The properties to order by
The filter expression to filter by
Response
OK
The type of the contact info. Possible values are: ‘phone’, ‘email’, ‘address’, ‘custom’.
The label of the contact info. Only necessary if type ‘custom’ is used.
The value of the contact info.
The subtype of the contact info, Possible values are: phone: [ ‘central’, ‘other’ ] email: [ ‘central’, ‘invoice’, ‘other’ ] address: [ ‘central’, ‘invoice’, ‘other’ ] url: [ ‘primary’, ‘other’]
The first address line of the contact info.
The second address line of the contact info.
The zipcode of the contact info.
The city of the contact info.
The state of the contact info.
The 2 letter iso code of the country.
Flags whether this contact info is an address. If it’s an address, the address fields are required.
The Id of the contact info.
The date this entity was created.
The id of the user who created this entity.
The date this entity was last modified.
The id of the user who last modified this entity.