ResponseWrapperFinancingTypeParamListDto
statusstring
Status of the response
Possible values: [SUCCESS, ERROR]
Example:
ERROR/SUCCESSmessagestring
Message describing the response
Example:
Request failed/Request successfulcodeMessagestring
Code message describing the response
Example:
ERR-001/SUC-001data object[]
Array [
idinteger<int64>
segmentstring
Possible values: [P_SegmentClientContrat, E_SegmentClientContrat, PR_SegmentClientContrat]
financingTypestring
Possible values: [REAL_ESTATE, VEHICLE, EQUIPMENT, TREASURY, CREDIT_LINE, CREDIT_LINE_DRAW, CARTE_EM]
financingTypeLabelstring
minAmountnumber
maxAmountnumber
minDurationinteger<int32>
maxDurationinteger<int32>
minDocumentsinteger<int32>
maxDocumentsinteger<int32>
allowedExtensionsstring
minFileSizeKbinteger<int32>
maxFileSizeKbinteger<int32>
maxTotalUploadSizeKbinteger<int32>
currencyCodestring
currencyLabelstring
documents object[]
Array [
idinteger<int64>
codestring
descriptionstring
requiredboolean
]
]
error object
Detailed information about the error response
codestring
Error code
Example:
ERR-142messagestring
Error message
Example:
Resource not found / Internal server errordetails object[]
List of error details
Array [
codestring
Error code
Example:
ER4001messagestring
Detailed error message
Example:
Invalid inputtargetstring
Target of the error
Example:
username]
suggestionsstring[]
List of suggestions for resolving the error
Example:
["Check the resource ID","Ensure the resource exists"]metaData object
Additional metadata about the error, that could help in debugging
property name*string
Additional metadata about the error, that could help in debugging
Example:
{"requestId":"3c5e4cebf39cbc5b","operationId":"66fd4d2ae6b6"}timestampstring<date-time>
Timestamp of when the response was generated
ResponseWrapperFinancingTypeParamListDto
{
"status": "ERROR/SUCCESS",
"message": "Request failed/Request successful",
"codeMessage": "ERR-001/SUC-001",
"data": [
{
"id": 0,
"segment": "P_SegmentClientContrat",
"financingType": "REAL_ESTATE",
"financingTypeLabel": "string",
"minAmount": 0,
"maxAmount": 0,
"minDuration": 0,
"maxDuration": 0,
"minDocuments": 0,
"maxDocuments": 0,
"allowedExtensions": "string",
"minFileSizeKb": 0,
"maxFileSizeKb": 0,
"maxTotalUploadSizeKb": 0,
"currencyCode": "string",
"currencyLabel": "string",
"documents": [
{
"id": 0,
"code": "string",
"description": "string",
"required": true
}
]
}
],
"error": {
"code": "ERR-142",
"message": "Resource not found / Internal server error",
"details": [
{
"code": "ER4001",
"message": "Invalid input",
"target": "username"
}
],
"suggestions": [
"Check the resource ID",
"Ensure the resource exists"
],
"metaData": {
"requestId": "3c5e4cebf39cbc5b",
"operationId": "66fd4d2ae6b6"
}
},
"timestamp": "2024-07-29T15:51:28.071Z"
}