Order Management System REST API - Account Controller
GET Accounts by Owner
Section titled “GET Accounts by Owner”GET /account/byid/<owner>
Performing a GET on this URL retrieves the permissions for the currently authenticated user.
URL Parameters
Section titled “URL Parameters”Parameter | Description |
---|---|
owner | A URL-encoded Owner Code |
Response
Section titled “Response”On success, a 200 response containing an array of AccountDetails objects.
GET Account
Section titled “GET Account”GET /account/byid/<owner>/<account>
DELETE Account
Section titled “DELETE Account”GET /account/byid/<owner>/<account>