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.
Production URL
http://api.mybankone.com/BankOneWebAPI/api/AccountOfficer/Account/version?authToken={{auth_token}}
Staging URL
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