Business Partner Documents

The BusinessPartnerDocument table stores documents related to each individual business partner. This includes legal documents, contracts, certificates and other records associated with the partner. The table stores the name of the document, its type, the ID of the associated business partner, and the date the document was added. Additionally, it stores a BLOB field to store a copy of the document, if it is digitalized.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length ≥ 1

The Name of data type nvarchar field in the BusinessPartnerDocument table stores a Unicode character string, typically used to store alphanumeric text data. The maximum allowed memory for this field is up to 4,000 characters. This is used to store strings such as business partner names and addresses.

int32 | null

BusinessPartnerId is an integer field in the BusinessPartnerDocument table that stores a unique identifier for each business partner associated with a document. It is used to link a document to the business partner it belongs to.

string | null

EntityId of data type nvarchar with a maximum length of 450 in the BusinessPartnerDocument table is a unique identifier assigned to each business partner's associated documents within the table. It links their documents to the primary key of the business partner.

string | null

EntityKeyValue is an nvarchar data field in the BusinessPartnerDocument table and contains values that represent the key of the entity associated with a specific document. This key can be used to reference and identify the document's association with the related entity.

string
required
length between 1 and 450

DocumentTypeId is an nvarchar field with a maximum length of 450 that stores the unique identifier for a document type associated with a business partner in the BusinessPartnerDocument table.

string | null

FileName is an nvarchar data type field in the BusinessPartnerDocument table. It is used to store the file name for each document associated to the business partner.

Response
200

OK

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