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

relateChecklistToInspConfiguration

Previous  Top  Next

This method enables to associate:

Checklist with the inspection configuration.

 

To insert each of these items, it is necessary to follow the standard documented below.

 

Java class

Request

web\wwwroot\ws\java\inspection\RelateChecklistToInspConfigurationRequestType.java

Return

web\wwwroot\ws\java\inspection\RelateChecklistToInspConfigurationResponseType.java

 

Request

ID #

Required

Description

FGOPTION

X

Code of the operation to be performed:

25 – Associate;

26 – Disassociate.

IDCONFIGURATION

X

Inspection form ID #.

IDCHECKLIST

X

Characteristic ID #.

 

Return

ID #

Description

return

Returns Status, Code and Detail

The Status can be SUCCESS or FAILURE.

The Code returns 1 when successful or 0 when there is a failure.

Detail returns the error description in case of failure.