ResponseMasterAgreementDto¶
Example Json Object
1{
2 "code": "OK",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {
18 "id": 10000086,
19 "displayId": "MA-2025-0001",
20 "year": 2023,
21 "name": "Global HQ Lease Agreement",
22 "description": "Master lease agreement for HQ premises.",
23 "validFrom": "2019-08-24",
24 "validTo": "2019-08-24",
25 "targetValue": 1000000,
26 "legalJurisdiction": "Germany",
27 "approverComment": "Reviewed and approved by legal team.",
28 "signingPerson": "John Doe",
29 "placeOfSignature": "Berlin, Germany",
30 "dateOfSignature": "2019-08-24",
31 "state": "MLA_DEFINE",
32 "dataCreationInfo": {
33 "id": 0,
34 "idGenerationType": "AUTO",
35 "source": "string",
36 "type": "MIGRATION",
37 "startDateTime": "2019-08-24T14:15:22Z",
38 "endDateTime": "2019-08-24T14:15:22Z"
39 },
40 "agreementGroup": {
41 "id": 20000001,
42 "displayId": "AG-001",
43 "status": "DECOMMISSIONED",
44 "name": "Global Agreement Group"
45 },
46 "currency": {
47 "id": 840,
48 "displayId": "USD",
49 "status": "ACTIVE",
50 "name": "United States Dollar",
51 "decimalPoints": 2
52 },
53 "internalAssetClass": {
54 "id": 10000001,
55 "displayId": "IAC-001",
56 "status": "CREATED",
57 "name": "Machinery and Equipment",
58 "assetClassType": "PROPERTY",
59 "infiniteUsefulLife": false
60 },
61 "leaseArea": {
62 "id": 10000001,
63 "displayId": "0001",
64 "status": "ACTIVE",
65 "name": "Global Lease Area"
66 },
67 "businessUnit": {
68 "id": 10000001,
69 "displayId": "BU0001",
70 "status": "ACTIVE",
71 "name": "North America Business Unit"
72 },
73 "companyCode": {
74 "id": 10000006,
75 "displayId": "1005",
76 "status": "ACTIVE",
77 "erpSystemId": 10000001,
78 "erpSystemDisplayId": "FINQ8S-300",
79 "countryId": 10000095,
80 "countryDisplayId": "CA",
81 "postingPeriodVariantId": 0,
82 "fiscalVariantId": 0
83 },
84 "department": {
85 "id": 300001,
86 "displayId": "DEP-01",
87 "status": "ACTIVE",
88 "name": "Finance Department"
89 },
90 "leaseGroup": {
91 "id": 60000001,
92 "displayId": "LG-001",
93 "status": "ACTIVE",
94 "name": "Global Lease Group"
95 },
96 "allowsSystemGenerateNewId": true,
97 "numberRangeIdentifierType": {
98 "name": "COMPANY_CODE"
99 },
100 "numberRangeIdentifierValue": "0001",
101 "numberRangeType": {
102 "name": "CONTRACT"
103 }
104 }
105}
📄 Description: Represents a response wrapper for a Master Agreement entity.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Response status code. |
message |
string |
false |
none |
none |
defaultMessage |
string |
false |
none |
none |
debugMessage |
string |
false |
none |
none |
errors |
false |
none |
none |
|
object |
false |
none |
Represents a Master Agreement entity including lease terms, financial obligations, and accounting entries, for the specified agreement ID. |
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 |