Skip to main content
Solved

Is it possible to create project using API ?

  • March 19, 2026
  • 2 replies
  • 50 views

Forum|alt.badge.img+8

Hi,

I like to create project by using API (Project_Integration_SVC).

I found on the Explorer API, this ProjectIntegration , Add new entity to Projects. 

I think, it can fill the “sheet” “General” but how can I fill the “sheet”  “customer” ?

BR,

Julien.

Best answer by Lingesan08

Hi,

I like to create project by using API (Project_Integration_SVC).

I found on the Explorer API, this ProjectIntegration , Add new entity to Projects. 

I think, it can fill the “sheet” “General” but how can I fill the “sheet”  “customer” ?

BR,

Julien.

@Julien T. ,

What you are seeing is expected behavior.

The ProjectIntegration API typically handles the creation of the project header (General tab), but not all related information from other tabs is included in the same entity.

The Customer information is usually managed separately and is not always part of the ProjectIntegration entity structure. This means you may need an additional API call or use another entity within the projection to link the customer to the project after the project is created.

In IFS, APIs are modular, so one call does not always populate all UI tabs.

I would suggest checking if there is a related entity (e.g., ProjectCustomer or similar) exposed in the same projection, or using another service to assign the customer to the project.

Hope this helps.

2 replies

Forum|alt.badge.img+9
  • Hero (Partner)
  • Answer
  • April 6, 2026

Hi,

I like to create project by using API (Project_Integration_SVC).

I found on the Explorer API, this ProjectIntegration , Add new entity to Projects. 

I think, it can fill the “sheet” “General” but how can I fill the “sheet”  “customer” ?

BR,

Julien.

@Julien T. ,

What you are seeing is expected behavior.

The ProjectIntegration API typically handles the creation of the project header (General tab), but not all related information from other tabs is included in the same entity.

The Customer information is usually managed separately and is not always part of the ProjectIntegration entity structure. This means you may need an additional API call or use another entity within the projection to link the customer to the project after the project is created.

In IFS, APIs are modular, so one call does not always populate all UI tabs.

I would suggest checking if there is a related entity (e.g., ProjectCustomer or similar) exposed in the same projection, or using another service to assign the customer to the project.

Hope this helps.


Forum|alt.badge.img+8
  • Author
  • Sidekick (Customer)
  • April 7, 2026

Hello,

Do you know where I can find then way how to use this REST API for example ? 

Sales_Contract_Handling_SVC. I don’t find this on the API Explorer.

BR.

Julien.