Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 2.35 KB

dynamics_contactinformation.md

File metadata and controls

69 lines (52 loc) · 2.35 KB
title description author ms.topic ms.devlang ms.date ms.author ms.reviewer
contactInformation resource type
A contact information object in Dynamics 365 Business Central.
SusanneWindfeldPedersen
reference
al
04/01/2021
solsen
solsen

contactInformation resource type

Represents a contact information in [!INCLUDEprod_short].

Note

For information about enabling APIs for [!INCLUDEprod_short] see Enabling the APIs for Dynamics 365 Business Central.

Methods

Method Return Type Description
GET contactInformation contactInformation Gets a contact information object.

Navigation

Navigation Return Type Description
customer customer Gets the customer of the contactInformation.
contact contact Gets the contact of the contactInformation.
vendor vendor Gets the vendor of the contactInformation.

Properties

Property Type Description
contactId GUID The ID of the contact.
contactNumber string The number of the contact.
contactName string The name of the contact.
contactType NAV.contactType The type of contact. It can be "Company" or "Person".
relatedId GUID The ID of the resource it is related to.
relatedType NAV.contactBusinessRelationLinkToTable The type of business relation with the contact. It can be " ", "Customer", "Vendor", "Bank Account" or "Employee".

JSON representation

Here is a JSON representation of the contactInformation resource.

{
    "contactId": "GUID",
    "contactNumber": "string",
    "contactName": "string",
    "contactType": "NAV.contactType",
    "relatedId": "GUID",
    "relatedType": "NAV.contactBusinessRelationLinkToTable"
}

Remarks

This resource type requires [!INCLUDEprod_short] version 18.0.

See Also

GET contactInformation