Update an Integrated Commitment

To update an integrated commitment:

  1. 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.
  2. 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" 
          }