Updates all due dates for producer production groups in a project.

SecurityBearer
Request
path Parameters
id
required
integer

The ID of the producer production group.

Request Body schema: application/json
required

The request to update ppg due date

applyToAllPpgInProject
boolean

Determines if the new due date should be applied to all producer production groups in the project.

dueDate
required
string <date>

New due date of the producer production group.

Responses
200

OK

401

Unauthorized

500

Internal Server Error

patch/api/producer-production-groups/{id}/due-date
Request samples
application/json
{
  • "applyToAllPpgInProject": true,
  • "dueDate": "2019-08-24"
}
Response samples
application/json
{
  • "updatedPpgCount": 0
}