ResponseVoid¶
Example Json Object
1{
2 "code": "OK",
3 "message": "Operation completed successfully",
4 "defaultMessage": "Success",
5 "debugMessage": "string",
6 "errors": {
7 "all": []
8 },
9 "object": {}
10}
📄 Description: Data transfer object representing a void response within the Nakisa Lease Accounting Suite, indicating the cancellation of a lease or contract-related financial obligation and its impact on accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Code identifier for the resource |
message |
string |
false |
write-only |
Contains a descriptive message related to the lease or contract, providing clarity on financial obligations or accounting entries within the Nakisa Lease Accounting Suite. |
defaultMessage |
string |
false |
write-only |
Default message to be displayed for lease-related notifications within the Nakisa Lease Accounting Suite, ensuring clarity in communication regarding contracts and financial obligations. |
debugMessage |
string |
false |
write-only |
Provides detailed information about any issues encountered during the processing of lease-related transactions within the Nakisa Lease Accounting Suite. |
errors |
false |
none |
Value for errors field |
|
object |
object |
false |
none |
Object containing object details |
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 |