REST Style Architecture
The Primavera Gateway API employs web-based technology to handle requests from external programs
External client programs use Primavera Gateway API by creating a request and sending it to the application server using one of the following operations.
The API supports the following HTTP request methods:
| Method | Description |
| GET | Returns objects or values. |
| DELETE | Deletes objects or values. |
| POST | Creates objects or values. |
| PUT | Updates objects or values. |
Having receiving a request, Primavera Gateway invokes the required business and security logic to service the request and provide an appropriate response.