From OpenDCIM Wiki
(Created page with "= Department = All calls to the /department tree of the API will return a collection or single entity in the following format: <nowiki> { "error": false, "errorcode...") |
(No difference)
|
Revision as of 09:57, 23 December 2015
Department
All calls to the /department tree of the API will return a collection or single entity in the following format:
{ "error": false, "errorcode": 200, "department": [ { "DeptID": "1", "Name": "Accounting", "ExecSponsor": "Scrooge McDuck", "SDM": "", "Classification": "Admin", "DeptColor": "#FFFFFF" } ] }