Business Partner Contacts

The BusinessPartnerContact table stores contact information for business partners that have been established in the BusinessPartner package. It includes contact details such as name, address, phone number, email address, and other pertinent information related to the business. The table also stores details about the particular relationship between the business partner and the company, for example, terms of the partnership. This data is used to ensure that communications between the two parties are timely and accurate.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

The ContactId field is an integer primary key used to uniquely identify individual business partners' contact information within the BusinessPartnerContact table. It acts as a unique identifier and is a required field for every entry in the table.

string
required
length ≥ 1

The Lastname field of data type nvarchar in the BusinessPartnerContact table stores the last name of a business partner contact associated with the business partner.

string
required
length ≥ 1

The firstname field of nvarchar data type in the BusinessPartnerContact table stores the given name of the business partner associated with the record.

string
required
length ≥ 1

Email is an nvarchar field which stores email addresses associated with a particular business partner's contact information in the BusinessPartnerContact table.

string
required
length ≥ 1

The Fullname field of data type nvarchar in the BusinessPartnerContact table stores the full name of each contact associated with a business partner. It accepts up to 50 characters, including letters, numbers and special characters.

string | null

The Name of data type nvarchar field in the BusinessPartnerContact table is a variable-length string data type that stores up to 4000 characters of data and is used to store contact name information for each business partner in the system.

string | null

The BusinessPartnerContact table contains a Description field of type nvarchar, which is a variable length string data type that stores Unicode character string data up to 4,000 characters. This Description field is used to provide a more detailed description of a business partner contact, such as their job title, contact information, or any additional information that is not captured by the table's other fields.

int32 | null

The ParentId field of data type int in the BusinessPartnerContact table is a foreign key used to identify the parent business partner associated with each contact. It is used to link the contact record with the associated business partner and enables quick lookup of the parent business partner’s information.

string
required
length ≥ 1

The BusinessPartnerName field of data type nvarchar in the BusinessPartnerContact table is used to store the name of the business partner associated with a contact. This field holds up to 255 characters and is used in conjunction with other fields in the BusinessPartnerContact table to identify and access associated information.

string | null

The PhotoImage field of datatype nvarchar in the BusinessPartnerContact table stores the path of a photo used to identify the contact associated with a business partner.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!