OrganizationDto Data Type

The Class OrganizationDto.

Available Since
Oct 11, 2013
Implemented Interfaces
Serializable
Properties
name data type description
organizationId string The organization id.
name string The name.
parentId string The parent id.
countryCode string The country code.
defaultCurrencyCode string The default currency code.
languageCode string The language code.

Example

{
  "organizationId" : "...",
  "name" : "...",
  "parentId" : "...",
  "countryCode" : "...",
  "defaultCurrencyCode" : "...",
  "languageCode" : "..."
}