POST api/GetStaffAccountReport

Request Information

URI Parameters

None.

Body Parameters

ReportRequest
NameDescriptionTypeAdditional information
FromDate

date

None.

ToDate

date

None.

Mode

string

None.

Type

string

None.

PartyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FromDate": "2026-06-13T12:15:14.5711023+04:00",
  "ToDate": "2026-06-13T12:15:14.5711023+04:00",
  "Mode": "sample string 1",
  "Type": "sample string 2",
  "PartyId": 3
}

application/xml, text/xml

Sample:
<ReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/work_Report_API.Models">
  <FromDate>2026-06-13T12:15:14.5711023+04:00</FromDate>
  <Mode>sample string 1</Mode>
  <PartyId>3</PartyId>
  <ToDate>2026-06-13T12:15:14.5711023+04:00</ToDate>
  <Type>sample string 2</Type>
</ReportRequest>

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.