UnAssignOrganisationFromProject()
The UnAssignOrganisationFromProject() command unassigns an organisation from a project in Field View.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 50 | Y | Your Field View API token. |
organisationID | integer | Y | The ID of the organisation to be unassigned. | |
projectID | integer | Y | The ID of the project the organisation should be unassigned from. |
Field | Type | Description |
---|---|---|
ID | integer | The ID of the organisation that was unassigned. |
<StatusRequest>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<ID></ID>
</StatusRequest>