Navigation:  Integration via SOAP web services > Published web services > Administration >

deleteAttributeRelationship

Previous  Top  Next

This method allows removing the relationship between parent and child attributes, and the relationship between attribute values in SoftExpert Administration.

 

To use this method, it is necessary to follow the standard documented below.

 

Java class

Request

web/wwwroot/ws/java/administration/DeleteAttributeRelationshipRequestType.java

Return

web/wwwroot/ws/java/administration/DeleteAttributeRelationshipResponseType.java

 

Request

ID #

Required

Description

ParentAttributeID

X

Parent attribute ID #

ChildAttributeID

X

Child attribute ID #

ParentAttributeValue

X1

Parent attribute value (required when entering the child attribute value)

Notes according to the attribute type:

• Numeric: numeric digits without thousand separator and with period (.) as decimal separator

• Currency: numeric digits without thousand separator and with period (.) as decimal separator

• Date: YYYY-MM-DD

• Hour: HHHH:MM

ChildAttributeValue

X1

Child attribute value (required when entering the parent attribute value)

Notes according to the attribute type:

• Numeric: numeric digits without thousand separator and with period (.) as decimal separator

• Currency: numeric digits without thousand separator and with period (.) as decimal separator

• Date: YYYY-MM-DD

• Hour: HHHH:MM

 

X1 - Required to remove only the relationship between attribute values; if it is omitted, all relationships between the parent and child attributes will be removed.

 

Return

ID #

Description

Status

SUCCESS: SUCCESS

FAILURE: FAILURE

Code

SUCCESS: 1

FAILURE: Return code for the error found

Detail

SUCCESS: Record(s) deleted.

FAILURE: Description of the error found