reconcileParticipantIds
POST/api/suppliers/reconcileParticipantIds
Allows reconciliation of participants in a project using project ID.
Request
- application/json
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
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
status integer
message string
{
"status": 201,
"message": "Participants Reconcile Successfully"
}
Loading...