Skip to main content

Method adds a new team. Team data should be given to this request in the same format as for updating team.

In the data package, the office-id is mandatory

Parameters

No additional parameters

Example

Data posted

https://ws.idibu.com/ws/rest/v1/teams/new?hash=[your_hash]
<?xml version="1.0"?>
<idibu>
<name>
my New team
</name>
<office-id>
33000170
</office-id>
</idibu>

Response

<?xml version="1.0" encoding="utf8"?>
<idibu generator="idibu" version="1.0">
<response>
<message>Team created</message>
<id>33000172</id>
</response>
<status>success</status>
</idibu>