Calculate a Tax through a Backoffice Service
post
/backoffice-services/backoffice/loans/payment/tax
This operation calculates a tax 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 calculating tax through a backoffice services
Root Schema : String
Type:
object
string
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns the tax reference number success and failure of the tax calculation
Root Schema : QueryPaymentDTOWrapper
Type:
object
Query Payment Dto Wrapper
Show Source
-
data(optional):
object QueryPaymentDTO
PaymentDTO
-
messages(optional):
object ResponseDto
ResponseDto model
Nested Schema : QueryPaymentDTO
Type:
object
PaymentDTO
Show Source
-
ComponentDetails(optional):
object ComponentDetails
ComponentDetails
-
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 : ComponentDetails
Type:
object
ComponentDetails
Show Source
-
advance(optional):
string
Advance
-
amountDue(optional):
string
Amount Due
-
componentCurrency(optional):
string
Component Currency
-
componentName(optional):
string
Component Name
-
outStanding(optional):
string
Out Standing
-
overDue(optional):
string
Over Due
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