POST ActionApi/Patrol/GetWorkReportsByNextWeek

Request Information

URI Parameters

None.

Body Parameters

UserBase
NameDescriptionTypeAdditional information
iuserid

globally unique identifier

Required

PageSize

integer

Required

PageIndex

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "iuserid": "df52b05b-e6ab-404d-9502-e9b6fe18dafb",
  "PageSize": 2,
  "PageIndex": 3
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserBase'.

Response Information

Resource Description

OkResult
NameDescriptionTypeAdditional information
Code

string

None.

Result

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Result": "sample string 2"
}