Creates a new contact info for the company with the specified id.
Path parameters
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
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’]
Response
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’]