POST RCS/Login/UpdateRoleJurisdiction

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
jsonData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserTypeCode": "sample string 1",
  "UserTypeName": "sample string 2",
  "FuncCode": "sample string 3",
  "OperUser": "sample string 4",
  "OperTime": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "fboolOk": true,
  "fchrMessage": "sample string 2",
  "fintRecordCount": 3,
  "fobjData": {}
}