Importing Profiles using the Rest API

  

DEVELOPER

The Profile Import Rest API provides a simple way for you to create or update a given PROIV operator or project. Refer JSON Export and Character Encodings other than UTF-8 for additional information.

The JSON output is used in the request body, the PROIV routine behind this task will simply interpret the JSON supplied and peform the request.

To import, simply execute the Rest API with the following parameters:

    Field

    Description

    Task Name

    TK_RWS_ImportOperatorPOST

    Http Method

    POST

    Example URI

    http://server:port/base-default/rws/operators

    Example Request

     





    Field

    Description

    Task Name

    TK_RWS_ImportOperatorPUT

    Http Method

    PUT

    Example URI

    http://server:port/base-default/rws/operators

    Example Request

     





    Field

    Description

    Task Name

    TK_RWS_ImportProjectPOST

    Http Method

    POST

    Example URI

    http://server:port/base-default/rws/projects

    Example Request

     





    Field

    Description

    Task Name

    TK_RWS_ImportProjectPUT

    Http Method

    PUT

    Example URI

    http://server:port/base-default/rws/projects

    Example Request

     

Comment on this topic

Topic ID: 500502