Skip to main content

reconcileParticipantIds

POST 

/api/suppliers/reconcileParticipantIds

Allows reconciliation of participants in a project using project ID.

Request

Body

    data

    object

    Object containing details for participant reconciliation.

    projectId integer

    Unique identifier of the project for which participants are being reconciled.

    participantIds integer[]

    Array of participant IDs to reconcile with the project.

Responses

Successful response

Schema

    status integer
    message string
Loading...