POST api/assignReportToMe
Request Information
URI Parameters
None.
Body Parameters
ReportScheduleInstanceDetailsDtoName | Description | Type | Additional information |
---|---|---|---|
reportScheduleInstanceUserDto | ReportScheduleInstanceUserDto |
None. |
|
reportScheduleInstanceDto | ReportScheduleInstanceDto |
None. |
Request Formats
application/json, text/json
Sample:
{ "reportScheduleInstanceUserDto": { "ID": 1, "RSIID": 2, "UserId": 3, "ApprovalLevel": 4, "ApprovalLevelDesc": "sample string 5", "IsActive": true }, "reportScheduleInstanceDto": { "RSIID": 1, "RSID": 2, "ReportPackId": 3, "LoadId": 4, "DueDate": "2024-11-15T00:26:55.5509787+00:00", "IsActive": true, "CreatedBy": 7 } }
application/xml, text/xml
Sample:
<ReportScheduleInstanceDetailsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EY.IRR.Model"> <reportScheduleInstanceDto> <CreatedBy>7</CreatedBy> <DueDate>2024-11-15T00:26:55.5509787+00:00</DueDate> <IsActive>true</IsActive> <LoadId>4</LoadId> <RSID>2</RSID> <RSIID>1</RSIID> <ReportPackId>3</ReportPackId> </reportScheduleInstanceDto> <reportScheduleInstanceUserDto> <ApprovalLevel>4</ApprovalLevel> <ApprovalLevelDesc>sample string 5</ApprovalLevelDesc> <ID>1</ID> <IsActive>true</IsActive> <RSIID>2</RSIID> <UserId>3</UserId> </reportScheduleInstanceUserDto> </ReportScheduleInstanceDetailsDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.