updateCreditApplication

Updates credit application data and credit terms for a given credit application

Input Parameters:

Name XML Input Parameter Type Description Mandatory (M) /Optional (O) Possible Values
Application Number <cred:applicationNumber>

more info
Text The unique number assigned to each of the D&B Finance Analytics applications. This field is not case sensitive M e.g.: FCC36EAN
Application Fields <cred:fieldList>

more info

Alphanumeric

  • Application Fields (FieldDTO)
  • > template fieldname

    > fieldvalue

    > fieldType    (GENERAL/FINANCIAL/AGING) 

    > fieldlabel 

    > fieldindex

The Application fields to be updated.

O



BizInfo-BusinessName

GORMAN

GENERAL

 

Business Name

1

Credit Limit <dto:creditLimit>

more info
Number The Credit Limit that need to be updated M

eg. 10000

Payment Terms <dto:paymentTerms>

more info
Text

The Payment Terms to be applied to the application

This parameter is not case sensitive.
O

eg. Net 7 

Defaulted to 'None'
Credit Terms <dto:creditTermsStatus>

more info
Text

The Payment Terms to be applied to the application.

This parameter is not case sensitive.
O

eg. 'Approved' 

Early Payment Discount <dto:earlyPaymentDiscount>

more info
Text

The Early Payment Discount to be applied to the application.

This parameter is not case sensitive.
O

eg. Net 10-1% 

Defaulted to 'None'


Output Parameters:

Name XML Output Parameter Type Description Possible Values
Application Updated <applicationUpdated>

more info
Boolean Specifies if the application was a success or failure
  • true
  • false

Exceptions Thrown:

Sample Code

This section provides sample code for updateCreditApplication api. D&B web services support both the Java and .NET client.

.NET - C#

.Net provides the tool called "wsdl.exe" for creating the proxies from the WSDL.
View sample .Net-C# code

.JAVA - Axis

Axis provides the tool "WSDL2Java" for creating the proxies from the WSDL
View sample java-axis code

SOAP

View sample Request
View sample Response