PUT api/Member/User/{mark}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mark

string

Required

Body Parameters

Ft_User
NameDescriptionTypeAdditional information
Name_Checked

boolean

None.

User_Name

string

None.

Mail_Checked

boolean

None.

E_Mail

string

None.

Company_Checked

boolean

None.

Company_ID

string

None.

Role_Checked

boolean

None.

Role_ID

string

None.

Fuzzy_Checked

boolean

None.

Fuzzy_Code

string

None.

RowsPerPage

integer

None.

CurrentPage

integer

None.

SkipRows

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Name_Checked": true,
  "User_Name": "sample string 2",
  "Mail_Checked": true,
  "E_Mail": "sample string 4",
  "Company_Checked": true,
  "Company_ID": "sample string 6",
  "Role_Checked": true,
  "Role_ID": "sample string 8",
  "Fuzzy_Checked": true,
  "Fuzzy_Code": "sample string 10",
  "RowsPerPage": 11,
  "CurrentPage": 12,
  "SkipRows": 121
}

application/xml, text/xml

Sample:
<Ft_User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO">
  <CurrentPage>12</CurrentPage>
  <RowsPerPage>11</RowsPerPage>
  <Company_Checked>true</Company_Checked>
  <Company_ID>sample string 6</Company_ID>
  <E_Mail>sample string 4</E_Mail>
  <Fuzzy_Checked>true</Fuzzy_Checked>
  <Fuzzy_Code>sample string 10</Fuzzy_Code>
  <Mail_Checked>true</Mail_Checked>
  <Name_Checked>true</Name_Checked>
  <Role_Checked>true</Role_Checked>
  <Role_ID>sample string 8</Role_ID>
  <User_Name>sample string 2</User_Name>
</Ft_User>

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.