Sends a Report file.

SecurityBearer
Request
Request Body schema:
required
ppgId
integer <int32> (ProductionSchedulerServer.Domain.Entities.ProducerProductionGroups.ProducerProductionGroupId)
reportName
string or null

The ID of the report.

file
required
string or null <binary>

The file containing the report.

Responses
200

OK

201

Created

401

Unauthorized

500

Internal Server Error

post/company/{facilityId}/api/reports
Request samples
No sample
Response samples
application/json
{
  • "id": 0,
  • "ppgId": 0,
  • "reportName": "string",
  • "reportPath": "string"
}