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

addCustomer

Previous  Top  Next

This method enables to create or edit:

Data of a customer associated with an item.

 

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

 

Java class

Request

web\wwwroot\ws\java\item\AddCustomerRequestType.java

Return

web\wwwroot\ws\java\item\AddCustomerResponseType.java

 

Request

ID #

Required

Description

IDOBJECT

X

Object ID #

IDCOMMERCIAL

X1

Company ID

NMCOMPANY

X1

Company name

IDCOMPANY

X2

Company code

IDITEMNUMBCUST

 

Customer item #

IDREVCUSTOMER

 

Customer revision #

IDDRAWCUSTOMER

 

Customer drawing #

DTDRAWENGCHANGES

 

Customer drawing changed on date

FGDEFAULT

 

1 - Defines that the customer is preferential.

2 - Defines that it is NOT preferential.

When inserting, for blank value or any other value different from 1, the record will be non-preferential.

When editing, if a blank value or any other value different from 1 and 2 is entered, the field will not be changed, it will keep the value previously set.

 

X1 - Required if the “Company code” is not filled in.

X2 - Required if the “Company ID” and/or the “Company name” fields are not filled in.

 

Return

ID #

Description

return

SUCCESS: 1

FAILURE: Returns a message regarding the error that occurred