Account Officer

This returns a customer's account officer details

To get a customer's account officer details you first need to build the complete get account officer details by passing version to the url path and authToken to the query params.

We have a Production URL and Staging URL you are advised to use the staging during development.

Production URL

http://api.mybankone.com/BankOneWebAPI/api/AccountOfficer/Account/version?authToken={{auth_token}}

Staging URL

http://staging.mybankone.com/BankOneWebAPI/api/AccountOfficer/Account/version?authToken={{auth_token}}

Here is an example request with sample payload to the staging endpoint.

GET http://api.mybankone.com/BankOneWebAPI/api/AccountOfficer/Account

Path Parameters

Name
Type
Description

version*

Int

Current API version

Query Parameters

Name
Type
Description

authToken*

String

Authentication code for this request

{
    // Response
}

Last updated