Method adds a new office. Office data should be structured in the same format as for updating office.
Parameters
No additional parameters
Example
Posted data
https://ws.idibu.com/ws/rest/v1/offices/new?hash=[your_hash]
<?xml version="1.0"?>
<idibu>
<name>
new office name
</name>
<contacts>
<email>test@example.com</email>
</contacts>
</idibu>
Response
<?xml version="1.0" encoding="utf8"?>
<idibu generator="idibu" version="1.0">
<response>
<message>Office created</message>
<id>33000190</id>
</response>
<status>success</status>
</idibu>