The Class OrganizationDto.
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" : "..." }