The AddOrganisationType() command adds an organisation type into Field View.
|
| Parameter | Type | Max Length | Allow NULL | Description |
|---|---|---|---|---|
| apiToken | string | 20 | Y | Your API security token configured in Field View. |
| organisationTypeRequest | OrganisationTypeRequest | Organisation type information request. |
| Field | Type | Description |
|---|---|---|
| ID | integer | The ID of the organisation type that was added. |
<StatusRequest>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<ID></ID>
</StatusRequest>