POST api/schemas/import

Imports a schema using the data provided.

Request Information

URI Parameters

None.

Body Parameters

The import model for a schema.

SchemaImportDto
NameDescriptionTypeAdditional information
FileData

Collection of byte

None.

TenantId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "FileData": "QEA=",
  "TenantId": "ca80f683-3796-4399-9441-f61c2ae3db33"
}

application/xml, text/xml

Sample:
<SchemaImportDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.DataManagement.Models">
  <FileData>QEA=</FileData>
  <TenantId>ca80f683-3796-4399-9441-f61c2ae3db33</TenantId>
</SchemaImportDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.