Internationalization and Web Services

About Web Services

New records can be created and line items can be added using Integration through web services. Also, the Schedule Manager integrates with Primavera scheduling software by way of web services.

As Project Administrator, you can receive email notification of the successful creation of a shell instance, for shells that are created manually, through web services or a CSV file upload, or through auto-creation. This notification can be set up in email notifications in uDesigner. Also, you can set your Preferences to control whether you receive these notifications.

Web Services and Internationalization

The output data generated by web services is always in the source language.

Note: If a record (Example: Business Process) is created by using web services and the Data Definition (DD) label includes a non-ASCII string, the record creation will fail.

Number formatting of data

When you enter numeric data in XML, you can only use the decimal point (period) and negative sign (dash).

Examples

XML Tag: <Committed_Amount>100.99</Committed_Amount>

XML Tag: <Credited_Amount>-1423.99</Credited_Amount>

Sample JSON request

"data": [

{

"uuu_quantity": 6000.258,

"amount": -27600.0,

}

When you run a Get call, the input content in the response XML or JSON will be in the language of the source strings.

Get Web Services

You can use the Get Web Services call methods to get various attributes of Shell, CBS, and the list of Business Process records, Shells, and User defined data.

When you run a Get call, the input content in the response XML will be in the language of the source strings.

Number formatting does not apply to the numeric data and the decimal point is a period. The negative numbers are displayed with the minus sign before the numeric data, for example, -12345.99.

Note: Number formatting is not supported for Symbols that are based on a right-to-left language such as official languages of Afghanistan or Hebrew.

See Also

Title and Copyright Information

Introduction

Security

List of Updated Topics

Integration Users

Unifier Web Services

General Validation Rules Across all Services

General Limitations Across all Services

Known Issues Across all Services

Business Process (BP) Picker Support

Business Process (BP) Record Data Processing Rules

Creating and Updating Schedule Sheet through Primavera P6 Integration

Simple Object Access Protocol (SOAP) Web Services

Accessing Representational State Transfer (REST) Services V1 and V2

Representational State Transfer (REST) Web Services V1

Representational State Transfer (REST) Web Services V2

Codes Used in Web Services

Appendix A: Return Values



Last Published Wednesday, April 9, 2025