Post Bringbox Beneficiary

Post Bringbox Beneficiary

POST http://portal-staging.aiicoplc.com/api/services/app/BringBoxService/PostBringBeneficiary

This endpoint allows you post to beneficiaries of the requisition.

Headers

NameTypeDescription

X-ApiKey

string

To be provided.

Content-Type

string

application/json

Request Body

NameTypeDescription

reference

string

The unique reference used in the requisition endpoint

beneficiaryName

string

The unique The beneficiary to be paid

beneficiaryBank

string

The bank account of the beneficiary

costCenter

string

The cost center the beneficiary belongs to

expenseType

string

The type of expense

accountCode

string

The bank account the requisition was raised on, GL account number, not the Client Account number

amount

string

Amount to be paid to the beneficiary

branchName

string

Bank Branch Name

bankName

string

Bank Name

physicalAddress

string

Physical Address

bankRefCode

string

Bank ref code

{
"result": "PS",
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}

Sample Payload
{
  "reference": "992/TEST/AB",
  "beneficiaryName": "WILLIAMS OJO",
  "beneficiaryBank": "5632",
  "costCenter": "SMCDD",
  "expenseType": "SALARIES",
  "accountCode": "0013009899",
  "amount": "10000",
  "branchName": "First Bank",
  "bankName": "First Bank",
  "physicalAddress": "VI",
  "bankRefCode": "011233947"
}

There could be multiple beneficiaries to a requisition.

Last updated