Post Accounting Entries to FCUBS
get
/service/v1/postAcc
This endpoint is used to post Accounting Entries to FCUBS.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
action(optional): string
Operation/Event Code
-
applicationCode(optional): string
Application Code
-
chargeCode(optional): string
Charge Code
-
isRolloverApplicable: boolean
Rollover flag
-
refNo: string
Finance Reference Number
Header Parameters
-
appId: string
application Id
-
branchCode: string
Branch Code
-
userId: string
User Id
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Root Schema : AccountEntryPostingResponse
Type:
object
Accounting entry posting response collection
Show Source
-
postingErrorDetails(optional):
array postingErrorDetails
Account posting error details
-
status(optional):
string
Account posting status
Nested Schema : postingErrorDetails
Type:
array
Account posting error details
Show Source
-
Array of:
object PostingErrorDetails
Posting error code collection
Nested Schema : PostingErrorDetails
Type:
object
Posting error code collection
Show Source
-
errorCode(optional):
string
Error code
-
errorDesc(optional):
string
Error description
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