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

relateCharacteristicToInspConfiguration

Previous  Top  Next

This import template enables to associate, edit, and disassociate:

Inspection form characteristic data.

 

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

 

Java class

Request

web\wwwroot\ws\java\inspection\RelateCharacteristicToInspConfigurationRequestType.java

Return

web\wwwroot\ws\java\inspection\RelateCharacteristicToInspConfigurationResponseType.java

 

Request

ID #

Required

Description

FGOPTION

X

Code of the operation to be performed:

20 – Associate;

21 – Edit;

22 – Disassociate.

IDCONFIGURATION

X

Inspection form ID #

IDCHARACTERISTIC

X

Characteristic ID #

FGREQUIRED

 

Required:

1 – Required (default option);

2 – Not required

NRVALIDITY

X1

Validity

FGVALIDITY

X1

Frequency unit:

1 – Days;

2 – Weeks;

3 – Months;

4 – Inspections

FGENABLEDPRINT

 

Add characteristic to the inspection report

1 – Yes;

2 – No (default option)

FGAVGREADING

X2

Register averages/readings:

1 – Register averages;

2 – Register readings

FGTYPESAMPLEPLAN

X3

Rule:

1 – Sampling plan;

2 – Sampling table;

3 – Defined size;

4 – Percentage

FGSAMPLEPLAN

X3

Sampling plan:

1 – Simple;

2 – Double;

3 – Multiple

IDLEVEL

X3

Inspection level:

[01, 02, 03, S1, S2, S3, S4]

FGSWITCHRULE

X3

Work regime:

1 – Reduced;

2 – Normal;

3 – Tightened

VLAQL

X3

AQL:

[0.010, 0.015, 0.025, 0.04, 0.65, 0.1, 0.15, 0.25, 0.4, 0.65, 1, 1.5, 2.5, 4, 6.5, 10, 15, 25, 40, 65, 100, 150, 250, 400, 650, 1000]

IDTABLE

X3

Sampling table ID #

VLSAMPLESIZE

X3

Sample size

VLACCEPTABLE

X3

Maximum number/percentage of rejects

VLPERCENTAGE

X3

Percentage

 

X¹ – Required when adding if option "Required" is disabled

X² – Required when adding, optional while editing/deleting

X³ – Required if the selected sampling type option requires filling the field in.

 

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.