ContactDto¶
Example Json Object
1{
2 "id": 10000001,
3 "displayId": "CONT-0001",
4 "name": "Jane Doe",
5 "position": "Procurement Manager",
6 "email": "jane.doe@example.com",
7 "phone": "+49 123 456 7890",
8 "address": "123 Business St, Berlin, Germany",
9 "description": "Main point of contact for vendor negotiations.",
10 "group": "string",
11 "buildingName": "string",
12 "fax": "string",
13 "numberRangeIdentifierValue": "BU-01",
14 "numberRangeIdentifierType": {
15 "name": "COMPANY_CODE"
16 },
17 "numberRangeType": {
18 "name": "CONTRACT"
19 },
20 "allowsSystemGenerateNewId": true
21}
📄 Description: Data transfer object representing a contact associated with lease agreements and financial obligations within the Nakisa Lease Accounting Suite, facilitating effective management of contracts and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
displayId |
string |
false |
none |
Unique identifier for the display |
name |
string |
true |
none |
Name of the resource |
position |
string |
false |
none |
Represents the specific role or title of the individual associated with a lease or contract within the Nakisa Lease Accounting Suite, facilitating accurate tracking of financial obligations and accounting entries. |
string |
true |
none |
Email address of the contact associated with the lease or contract, used for communication regarding financial obligations and accounting entries within the Nakisa Lease Accounting Suite. |
|
phone |
string |
false |
none |
Represents the contact phone number associated with a lease or contract within the Nakisa Lease Accounting Suite, facilitating communication regarding financial obligations and accounting entries. |
address |
string |
false |
none |
Represents the physical location associated with a lease or contract, essential for accurately managing financial obligations and accounting entries within the Nakisa Lease Accounting Suite. |
description |
string |
false |
none |
Description of the resource |
group |
string |
false |
none |
none |
buildingName |
string |
false |
none |
none |
fax |
string |
false |
none |
none |
numberRangeIdentifierValue |
string |
false |
none |
Represents a unique string identifier for the range of numbers associated with a lease or financial obligation within the Nakisa Lease Accounting Suite. |
numberRangeIdentifierType |
false |
none |
Type of the number range identifier |
|
numberRangeType |
false |
none |
Type of the number range |
|
allowsSystemGenerateNewId |
boolean |
false |
none |
Unique identifier for the allows system generate new |