View on GitHub

runmyaccounts-rest-api

RESTful API Documentation

Department entity

Element Description Default Type Mandatory
id Internal primary key   INTEGER Yes
name Name of the department   TEXT Yes

Example:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<department id="10390" name="Entwicklung"/>
{
    "@id": "10390",
    "@name": "Entwicklung"
}