SOAP API

QPack_Web_AddRelation

OVERVIEW

This Web service helps to add the relations(Trace items)

Note: You can add one to many or many to one, but not many to many

Web Service URL: https://xxxxx.orcanos.com/xxxxx/qpackserv/qpackserv.asmx?op=QPack_Web_AddRelation

Input:

Parameter Value Is Mandatory? Description
User_Name String Yes Enter the valid username
User_Password String Yes Enter the valid password
SourceIds String Yes The relation source item ID like, ACTION_ITEM-48201
TargetIds String Yes The relation target item ID like, ACTION_ITEM-48160
RelationType String No Enter Relation type(Link Type). Default is relation type default value (Taken from admin)
Comments String No Enter Relation comment
WebsiteURL String No Enter website url

 

Output:

When invoke the Web Service, it will return results in the below format if details are correct:

<string>XML</string>

A success message will be displayed

For Example:

<string xmlns="http://orcanos.com/">Traceability added successfully.</string>
And, if details are wrong then, it will give an error message:
<Error>
<ErroStatus></ErrorStatus>
</Error>
For Example:
<Error>
<ErrorStatus>0</ErrorStatus>
<ErrorInfo>Email / User Name or password are missing</ErrorInfo> <ErrorTrace>QPack_Web_AddRelation</ErrorTrace>
Related Articles