contact business relation resource type
Represents a contact business relation in Business Central.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
| Method | Return Type | Description |
|---|---|---|
| GET contact business relation | contact business relation | Gets a contact business relation object. |
Navigation
| Navigation | Return Type | Description |
|---|---|---|
| customersWebCon | customer | Gets the customers for the contact. |
| vendorsWebCon | vendor | Gets the vendors for the contact. |
| bankAccounts | bankAccount | Gets the bank account for the contact. |
| employees | employee | Gets the employee for the contact. |
Properties
| Property | Type | Description | Max Length |
|---|---|---|---|
| 🔑 id | GUID | The unique ID of the contact business relation. Non-editable. | |
| contactNumber | String | Specifies the contact no. | 20 |
| contactName | String | Specifies the contact name. | 100 |
| linkToTable | NAV.linkToTable | Specifies the name of the table to which the contact is linked. Possible options: blank, Vendor, Customer, Bank Account, empolyee | |
| linkToNumber | String | Specifies the number of the record to which the contact is linked. | 20 |