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

createUpdateDeleteReceiving

Previous  Top  Next

This method enables to insert, edit, delete:

Data of a receiving.

 

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

 

Java class

Request

web\wwwroot\ws\java\inspection\CreateUpdateDeleteReceivingRequestType.java

Return

web\wwwroot\ws\java\inspection\CreateUpdateDeleteReceivingResponseType.java

 

Request

ID #

Required

Description

FGOPTION

X

Action option:

3 – Add;

4 – Edit;

5 – Delete.

IDCONFIGURATION

X1

Inspection form ID #

IDCOMMERCIAL

X2

Supplier company ID.

IDLOT

X3

Lot number

IDINVOICE

X3

Invoice number

DTINVOICE

X3

Invoice date

IDORDER

X3

Order number

DTORDER

X3

Order date

IDSO

X3

Request order number

DTSO

X3

Request order date

IDPO

X3

Production order number

DTPO

X3

Production order date

DTRECVEST

X3

Estimated date

QTRECVTIMEEST

Estimated time

DTRECVACT

X3

Actual date

QTRECVTIMEACT

Actual time

VLQTYEST

X3

Expected amount

VLQTYACT

X3

Actual quantity

VLCOSTEST

X3

Estimated cost

VLCOSTACT

X3

Actual cost

IDWORKFLOW

X4

Inspection flow ID #

DSRECEIVING

Comments

FGEXECUTE

 

Send to the next step (only for editing):

1 – Send to the next step;

2 – Do not send to the next step.

IDWFPROCESS

X5

Workflow instance ID #

IDRECEIVING

X6

Receiving ID # (number)

 

X1 – Required when adding; ignored for other actions.

X2 – Required for inspections of Supplies, Services, and External finished products, ignored for other object types.

X3 – Required, not required, or ignored, depending on the configurations of inspection form type set.

X4 – Required if the "Allow editing flow during receiving" option is checked on the inspection form tab, or ignored otherwise.

X5 – Required if the inspection object is a Workflow process instance; otherwise it is ignored.

X6 – Required to edit and delete.

 

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.