Business Partner Exposure

The BusinessPartnerExposure table in the BusinessPartner package is a repository for identifying and tracking business partners or associates associated with a particular customer. This table stores data such as the relationship type (agent, representative, principal, etc.), contact details, and address information. The information can be used to determine customer risk, target and segment customers, and generate customer outreach campaigns.

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

BusinessUnit is an nvarchar field in the BusinessPartnerExposure table with a maximum length of 16 characters. It contains the business unit value associated with a partner, such as retail, finance, manufacturing, etc.

string | null

BusinessPartnerImage is a primary key field of data type nvarchar in the BusinessPartnerExposure table. It stores the path or URL of an image related to the business partner, such as a logo or profile picture.

string
required
length ≥ 1

The Name of data type nvarchar field in the BusinessPartnerExposure table stores the unique identifier assigned to each business partner in the system. This field value is used to provide visibility into the company's exposure to each business partner. The data type of this field is nvarchar, which allows the storage of up to 4000 characters.

string
required
length between 1 and 128

BusinessPartnerExposure.Code is an nvarchar field with maximum length of 128 characters that identify a particular code assigned to each business partner within the system. This code is used to differentiate a particular business partner from other business partners as well as track total exposure, the customer relationship status and other external metrics.

string
required
length ≥ 1

NameHtml is a field of data type nvarchar that stores text information related to the exposed name of a business partner in HTML format in the BusinessPartnerExposure table. This allows users to display the name of the business partner in a format that matches the design/style of a website.

double | null

The Total field in the BusinessPartnerExposure table stores the total monetary value of the exposure a business partner holds with the company. The Total field is of data type decimal and can store up to 8 decimal places.

string | null

The TotalHtml field of the BusinessPartnerExposure table contains an nvarchar data type with a maximum length of 4000 characters. This field stores the HTML text that gives a detailed description of the operations and exposures of a business partner.

double | null

The TotalPosition field of data type decimal in the BusinessPartnerExposure table stores the total exposure or risk amount of the business partner in a particular transaction.

string | null

TotalPositionHtml is the field in the BusinessPartnerExposure table that stores the Position HTML of the total exposure of a business partner, with a maximum allowed length of 4000 characters.

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!