Create a Loan through a Backoffice Service
post
/backoffice-services/backoffice/loans/create
This operation creates a loan through a Backoffice Service.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
branchCode: string
branch code from headers
Request Body that contains data required for creating loan through a backoffice services
Root Schema : String
Type:
object
string
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns the loan reference number success and failure of the Loan creation
Root Schema : CreateLoanDTOWrapper
Type:
object
Create Loan Dto Wrapper
Show Source
-
data(optional):
object CreateLoanDTO
LoanDTO
-
messages(optional):
object ResponseDto
ResponseDto model
Nested Schema : CreateLoanDTO
Type:
object
LoanDTO
Show Source
-
loanDetails(optional):
object loanDetails
Loan Details Model
-
status(optional):
string
Status
-
warningCode(optional):
array warningCode
WarningCodes
Nested Schema : ResponseDto
Type:
object
ResponseDto model
Show Source
-
codes(optional):
string
Codes
-
httpStatusCode(optional):
array httpStatusCode
Schedule Details
-
keyId(optional):
string
KeyId
-
overrideAuthLevelsReqd(optional):
string
OverrideAuthLevelsReqd
-
requestId(optional):
string
RequestId
-
status(optional):
string
Status
Nested Schema : loanDetails
Type:
object
Loan Details Model
Show Source
-
loanAmount(optional):
string
Loan Amount
-
loanBranchCode(optional):
string
Loan Branch Code
-
loanCurrencyCode(optional):
string
Loan Currency Code
-
loanReferenceNo(optional):
string
Loan Reference No
-
userReferenceNo(optional):
string
Maximum Length:
36
User Reference No
Nested Schema : warningCode
Type:
array
WarningCodes
Show Source
-
Array of:
object warningCode
warningCode
Nested Schema : warningCode
Type:
object
warningCode
Show Source
-
warningCode(optional):
string
Warning Code
-
warningDesc(optional):
string
Warning Description
Nested Schema : httpStatusCode
Type:
array
Schedule Details
Show Source
-
Array of:
object responseCodes
ResponseCodes
Nested Schema : responseCodes
Type:
object
ResponseCodes
Show Source
-
code(optional):
string
Code
-
desc(optional):
string
Description
-
error(optional):
string
Error
-
info(optional):
string
Info
-
language(optional):
string
Language
-
override(optional):
string
Override
-
type(optional):
string
Type
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error