POST bruger/structure
Hent organisationsstruktur.
Request Information
URI Parameters
None.
Body Parameters
Udfyldes med organisations key, hvis man kun vil se dennes understruktur
OrganisationRequestName | Description | Type | Additional information |
---|---|---|---|
organisation |
Finansenhed |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "organisation": "sample string 1" }
application/xml, text/xml
Sample:
<OrganisationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Services.Domea.Dk.Controllers"> <organisation>sample string 1</organisation> </OrganisationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Struktur med organisations information samt evt. tilhørsforhold til parent organisation
StrukturResponseName | Description | Type | Additional information |
---|---|---|---|
organisations |
Liste af organisationer med under organsationer (Struktur) |
Collection of Organisation |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.