POST call, passing a JSON body as specified below.| Field | Description | Type | Mandatory |
|---|---|---|---|
| missedOpportunity | Array of missed opportunity objecs | | ā |
{
"success": true,
"code": 200,
"message": "Insert/update successful.",
"errorObjects": [],
"deletedObjects": [
{
"progId": 11
}
]
}