POST api/releaseReportPack

Request Information

URI Parameters

None.

Body Parameters

ReportScheduleInstanceDto
NameDescriptionTypeAdditional information
RSIID

integer

None.

RSID

integer

None.

ReportPackId

integer

None.

LoadId

integer

None.

DueDate

date

None.

IsActive

boolean

None.

CreatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RSIID": 1,
  "RSID": 2,
  "ReportPackId": 3,
  "LoadId": 4,
  "DueDate": "2024-11-15T00:37:34.1463864+00:00",
  "IsActive": true,
  "CreatedBy": 7
}

application/xml, text/xml

Sample:
<ReportScheduleInstanceDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EY.IRR.Model">
  <CreatedBy>7</CreatedBy>
  <DueDate>2024-11-15T00:37:34.1463864+00:00</DueDate>
  <IsActive>true</IsActive>
  <LoadId>4</LoadId>
  <RSID>2</RSID>
  <RSIID>1</RSIID>
  <ReportPackId>3</ReportPackId>
</ReportScheduleInstanceDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.