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| Name | Description | Type | Additional information |
|---|---|---|---|
| FileData | Collection of byte |
None. |
|
| TenantId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FileData": "QEA=",
"TenantId": "d95bd937-e280-4c6c-8d19-266d06d5ae7e"
}
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>d95bd937-e280-4c6c-8d19-266d06d5ae7e</TenantId> </SchemaImportDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.