POST call, passing a JSON body as specified below.| Field | Description | Type | Mandatory |
|---|---|---|---|
| seasonsRecords | Array of seasons objecs | To update a season also specify the progId, which is the identifier for the season | ā |
{
"success": true,
"code": 200,
"message": "Insert/update successful",
"errorObjects": [],
"insertedObjects": [
{
"progId": "2604"
}
]
}