ResponseListMasterAgreementPartnerDto¶
Example Json Object
1{
2 "code": "OK",
3 "message": "Successfully retrieved list of master agreement partners.",
4 "defaultMessage": "Operation completed successfully.",
5 "debugMessage": "Query executed with no errors.",
6 "errors": {
7 "all": []
8 },
9 "object": [
10 {
11 "id": 10000001,
12 "displayId": "MAP-000045",
13 "partner": {
14 "id": 10000012,
15 "displayId": "0000100003",
16 "status": {
17 "name": "ACTIVE",
18 "captionKey": "enum.objectStatus.active",
19 "active": true,
20 "caption": "Active"
21 },
22 "name": "TEST VENDOR GB",
23 "erpSystemDisplayId": "FINQ8S-300"
24 },
25 "partnerRole": {
26 "id": 10000004,
27 "displayId": "40",
28 "status": {
29 "name": "ACTIVE",
30 "captionKey": "enum.objectStatus.active",
31 "active": true,
32 "caption": "Active"
33 },
34 "name": "Lessor"
35 },
36 "masterAgreementId": 50004567,
37 "masterAgreementDisplayId": "MA-2024-0012",
38 "numberRangeIdentifierValue": "NR-10045",
39 "numberRangeIdentifierType": {
40 "name": "COMPANY_CODE"
41 },
42 "numberRangeType": {
43 "name": "CONTRACT"
44 },
45 "allowsSystemGenerateNewId": true
46 }
47 ]
48}
📄 Description: Data transfer object representing a comprehensive list of master agreement partners associated with lease contracts, facilitating the management of financial obligations and accounting entries within the Nakisa Lease Accounting Suite.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Code identifier for the resource |
message |
string |
false |
write-only |
Text value for message in ResponseListMasterAgreementPartnerDto |
defaultMessage |
string |
false |
write-only |
Text value for defaultMessage in ResponseListMasterAgreementPartnerDto |
debugMessage |
string |
false |
write-only |
Text value for debugMessage in ResponseListMasterAgreementPartnerDto |
errors |
false |
none |
Value for errors field |
|
object |
false |
none |
List of object items |
Enumerated Values
Attribute |
Value |
|---|---|
code |
API_CALL_FAILED, ATTACHED, BAD_REQUEST, DATA_VALIDATION_ERROR, DELETED, DETACHED, INTERNAL_SYSTEM_ERROR, NULL_RESPONSE, OK, OK_BUT_RESPONSE_INVALID, REQUEST_VALIDATION_ERROR, SERVICE_VALIDATION_ERROR, UPDATED |