LogoLogo
  • Welcome
  • Authentication
  • Motor Insurance
    • Private Motor Third Party
      • Get Products
      • Get Product Sub Class Cover
      • Get Titles
      • Get Genders
      • Get Body Types
      • Get Vehicle details
      • Get Color List
      • Get Manufacture Year
      • Get vehicle Make
      • Get Vehicle Make Model
      • Compute Third Party Motor Premium
      • Post Motor Schedule
      • Finalize Partner Payment
    • Private Motor Comprehensive
      • Get Products
      • Get Product SubClass Cover
      • Get Titles
      • Get Genders
      • Get Body Types
      • Get Vehicles details
      • Get Color List
      • Get Manufacture Year
      • Get Vehicle Make
      • Get Vehicle Make Model
      • Post Motor Schedule
      • Finalize Partner Payment
  • Travel
    • Get Travel SubClass Cover
    • Get Titles
    • Get Genders
    • Get Countries
    • Compute Travel Premium
    • Post Travel Schedule
    • Finalize Partner Payment
  • Personal Accident
    • Get Products
    • Get Product SubClass Cover Types
    • Get Titles
    • Get Genders
    • Get Personal Accident Rates
    • Post Personal Accident Schedule
    • Finalize Partner Payment
  • Home Content
    • Get Products
    • Get Product SubClass Cover Types
    • Get Titles
    • Get Genders
    • Get All LGA
    • Post Home Content Schedule
    • Finalize Partner Payment
  • Shop Content
    • Get Products
    • Get Product SubClass Cover Types
    • Get Titles
    • Get Genders
    • Get All LGA
    • Post Shop Content Schedule
    • Finalize Partner Payment
  • Office Content
    • Get Products
    • Get Product SubClass Cover Types
    • Get Titles
    • Get Genders
    • Get All LGA
    • Post Office Content Schedule
    • Finalize Partner Payment
  • Agency Banking
    • Get Products
    • Get Product Subclass Cover
    • Get Titles
    • Get Genders
    • Post Agency Banking Schedule
    • Finalize Partner Payment
    • Get Agency Banking Status
  • Domestic Travel
    • Domestic Air Travel
    • Air Travel v2
    • Domestic Bus Travel
      • Buy Domestic Bus Travel
      • Finalize Partner Payment
  • Occupier Liability
    • Occupier Liability
  • Hopsital Cash
    • Get Products
    • Get Product SubClass Cover Types
    • Get Titles
    • Get Genders
    • Get All LGA
    • Get Hospital for LGA
    • Post Hospital Cash Schedule
    • Finalize Partner Payment
  • Medical Expense
    • 9 Mobile Medical Expense
      • Post Medical Expense Schedule
  • Claims
    • Auto Claim
    • Travel Claim
    • Life Claim
  • Life Renewal
    • Get Life Policy Renewal Details
    • Post Life Renewal Schedule
    • Finalize Partner Payment
  • Loan Repayment
    • Get Loan List Repayment Details
    • Get Loan Repayment Details
    • Post LifeRenewal Schedule
    • Finalize Partner payment
  • Motor Renewal
    • Get Renewal Details
    • Post Motor Renewal Schedule
    • Finalize Partner Payment
  • Woman Health Plan
    • Get Products
    • Get Product SubClass Types
    • Get Titles
    • Get Marital Status
    • Get Genders
    • Get All LGA
    • Post Health Plan
  • NowNow/Doktor Connect
    • Post Doktor Connect Schedule
  • Bringbox
    • Post BringBox Requisitions
    • Post Bringbox Beneficiary
Powered by GitBook
On this page
  1. Bringbox

Post BringBox Requisitions

Post BringBox Requisitions

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

This endpoint post requisition.

Headers

Name
Type
Description

X-ApiKey

string

To be provided.

Content-Type

string

application/json

Request Body

Name
Type
Description

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

PreviousBringboxNextPost Bringbox Beneficiary

Last updated 4 years ago