company
aid_company_departments_get
List all departments register by company customers
scopes:
- admin:customers
- read:customers
- public:customers
get/accounts/{aid}/customers/company/departments
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
Query parameters
organization_numberstring required
Response
company departments
Example response
[
{
"organization_number": "123456789MVA",
"departments": [
"Production",
"Research and Development",
"Accounting and Finance"
]
}
]