Creates a new contact info for the company with the specified id.
Creates a new contact info for the company with the specified id.
Required Permissions
The user must be an admin or havecompany-master-data:write
permissions.Path parameters
The id of the company.
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 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.
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.