Adding a Partner System

Partnersystem is the mapping between a partner and a system. Before adding a partnersystem a partner and system should exist.

URL:

http://servername:8089/do?

The input parameters are listed in the following table:

Parameters

Type

Value

Mandatory

Comment

action

String

partner

Y

subaction

String

addpartnersystem

Y

Code

  

N

Code of the partnersystem in the domain

Domain

  

N

Domain in which partnersystem is created

Name

  

Y

Partner System

idpartner

  

Y

Existing PartnerID for which PartnerSystem is created.

idsystem

  

Y

Existing SystemID for which partnersystem is created

An example of input would be:

Type

Input

action

partner

code

uc001

domain

SAP

idpartner

1024

idsystem

189

name

PS1

subaction

addpartnersystem

The responses are listed in the following table:

Response

Type

Value

Comment

msg

String

Partner Action Failed

Response message

success

Enum

True/False

Response success condition

The following syntax is a sample JSON response:

{"msg":"Partner System Added","success":"true"}

iWay Software