Post BringBox Requisitions

Post BringBox Requisitions

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

This endpoint post requisition.

Headers

NameTypeDescription

X-ApiKey

string

To be provided.

Content-Type

string

application/json

Request Body

NameTypeDescription

branchShortDesc

string

This is the short description of the branch the requisition is being raised from e.g HO, IK e.t.c

organisationCode

number

This is the organisation code under which the requisition is being raised e.g 1 or 2

curDesc

string

This is the currency description in which the amount is being raised for e.g NGN, DOL

vcbDate

string

Date voucher was created

reference

string

A specific reference for the requisition

raisedBy

number

The code of user who raised the request

raisedOn

string

Date the user raised the request

chqueNo

string

The cheque number

chequeDate

string

The cheque date

amount

number

The requisition amount

bctAccount

string

Account the requistion was raised on

currentRate

number

Current exchange rate of the currency above, e.g 1 if naira, exchange rate value if foreign currency

mode

string

Transaction Mode

reqPayee

string

Name of the payee

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

Sample Payload
{
  "branchShortDesc": "HO",
  "organisationCode": 1,
  "curDesc": "NGN",
  "vcbDate": "2020-09-08",
  "description": "Testing Endpoint",
  "reference": "132/TEST/AB",
  "raisedBy": 1051,
  "raisedOn": "2020-09-08",
  "chqueNo": "1234RDT",
  "chequeDate": "2020-09-08",
  "amount": 20000,
  "bctAccount": "110010184",
  "currentRate": 1,
  "mode": "EFT",
  "reqPayee": "SEYI AKINWA"
}

The reference has to be unique per requisition

Last updated