GET api/suite/v1/department

Returns Department objects.

Request Information

Parameters

NameDescriptionAdditional information
options
Any OData options to apply.

None.

Response Information

Account object.

Response body formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfDepartment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NewWorld.Logos.WebApi.Models.Suite">
  <Department>
    <Code>sample string 1</Code>
    <LongDescription>sample string 2</LongDescription>
  </Department>
  <Department>
    <Code>sample string 1</Code>
    <LongDescription>sample string 2</LongDescription>
  </Department>
  <Department>
    <Code>sample string 1</Code>
    <LongDescription>sample string 2</LongDescription>
  </Department>
</ArrayOfDepartment>