REST API Reference

REST API Reference

Imports

Imports

The PATCH imports request imports TDM objects from an XML file.

Resource URL

/tdm/v1/imports

HTTP Request

PATCH http(s)://
<host>
:
<port>
/api/public/tdm/v1/imports

Request Header

The request header includes the following headers:
Header
Description
accept
Use the following value:
application/json
Authorization
Required. Use the following value:
Basic <user name>
Content-Type
Format to submit forms that can contain files. Use the following value:
Multipart/form-data

Request Body

The request body includes the following property as form data:
Property
Data Type
Description
file
File
Required. Select the XML file that contains the TDM objects.

Sample Request

PATCH http://<host>:6605/api/public/tdm/v1/imports

Sample Response

{ "success": true, "message": "Import Completed" }

0 COMMENTS

We’d like to hear from you!