ResponseVoid¶
Example Json Object
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "errorMessage": "string",
11 "source": {},
12 "field": "string",
13 "errorKey": "string"
14 }
15 ]
16 },
17 "object": {}
18}
📄 Description: ResponseVoid is a data transfer object representing the absence of a response within the financial organization structure, indicating that no further information is available regarding the specified hierarchy or financial entity.
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 financial organization’s structure and hierarchy, providing context for the response. |
defaultMessage |
string |
false |
write-only |
Default message displayed for financial entities within the organizational structure, providing essential context for users navigating the hierarchy. |
debugMessage |
string |
false |
write-only |
Optional message providing additional context or details for debugging purposes related to the financial organization’s structure and hierarchy. |
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 |