POST Project
Get basic infos on a Project
Request Information
Header Parameters
Name | Description | Additional information |
---|---|---|
X-OVH-Authorization | Basic authorization (Basic Id:Password) in a base64form header |
None. |
Parameters
Name | Description | Additional information |
---|---|---|
projectInfo | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Mail": "sample string 1", "Name": "sample string 2", "Password": "sample string 3", "DefaultSourceServerUrl": "sample string 4", "DefaultDestinationServerUrl": "sample string 5", "DefaultSourceServerType": 0, "DefaultDestinationServerType": 0, "MigrateMail": true, "MigrateInboxRules": true, "MigrateContact": true, "MigrateContactGroup": true, "MigrateTask": true, "MigrateCalendar": true, "MigrateOofSettings": true }
application/xml, text/xml
Sample:
<PostProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OMM_API.Models.Project"> <DefaultDestinationServerType>Exchange</DefaultDestinationServerType> <DefaultDestinationServerUrl>sample string 5</DefaultDestinationServerUrl> <DefaultSourceServerType>Exchange</DefaultSourceServerType> <DefaultSourceServerUrl>sample string 4</DefaultSourceServerUrl> <Mail>sample string 1</Mail> <MigrateCalendar>true</MigrateCalendar> <MigrateContact>true</MigrateContact> <MigrateContactGroup>true</MigrateContactGroup> <MigrateInboxRules>true</MigrateInboxRules> <MigrateMail>true</MigrateMail> <MigrateOofSettings>true</MigrateOofSettings> <MigrateTask>true</MigrateTask> <Name>sample string 2</Name> <Password>sample string 3</Password> </PostProject>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>