Update an Integrated Commitment
To update an integrated commitment:
- Create or generate a JSON object containing the following properties, including any properties you want to update:
- sourceId: The unique identifier of commitment data in an external data source, such as an ERP system.
- projectId: The unique identifier of the project this commitment belongs to.
- Send a request to the API using the following criteria:
- Endpoint:
https://localhost:7001/primeapi/restapi/project/commitment/sync
- Operation:
POST
- Example Request Body:
{ "sourceId": 1, "projectId":341, "commitmentStatus": "APPROVED" }
- Endpoint: