Skip to main content

CreditCreationResponseWrapper

Response wrapper for credit creation result

statusstring

Status of the response

Possible values: [SUCCESS, ERROR]

Example: ERROR/SUCCESS
messagestring

Message describing the response

Example: Request failed/Request successful
codeMessagestring

Code message describing the response

Example: ERR-001/SUC-001
data object

Response containing credit creation result

fileNumberstring

Generated file number from the middle service

Example: DOSS123456
timestampstring<date-time>

Timestamp of when the response was generated

CreditCreationResponseWrapper
{
"status": "ERROR/SUCCESS",
"message": "Request failed/Request successful",
"codeMessage": "ERR-001/SUC-001",
"data": {
"fileNumber": "DOSS123456"
},
"timestamp": "2024-07-29T15:51:28.071Z"
}