GetOrganisationTypes()
The GetOrganisationTypes() command returns a list of organisation types in Field View.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
Field | Type | Description |
---|---|---|
OrganisationTypeInformation | OrganisationTypeInformation | Organisation tpe information structure. |
<OrganisationTypeResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<OrganisationTypeInformation>
<ID></ID>
<Description></Description>
</OrganisationTypeInformation>
</OrganisationTypeResponse>