PartnerRoleLite¶
Example Json Object
1{
2 "id": 10000004,
3 "displayId": "40",
4 "status": {
5 "name": "ACTIVE",
6 "captionKey": "enum.objectStatus.active",
7 "active": true,
8 "caption": "Active"
9 },
10 "name": "Lessor"
11}
📄 Description: Lightweight representation of a partner role in a contract (e.g., Lessor, Lessee).
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier of the partner role. |
displayId |
string |
false |
none |
Readable identifier of the partner role. |
status |
false |
none |
Represents the object status with localized captions and activity state. |
|
name |
string |
false |
none |
Name of the partner role. |