POST api/AppUser/PostAppOperTypeEdit?keyValue={keyValue}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
keyValue

string

Required

Body Parameters

C_App_OperType
NameDescriptionTypeAdditional information
ID

string

None.

AppType

integer

None.

TypeID

string

None.

TypeName

string

None.

TypeMemo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "sample string 1",
  "AppType": 2,
  "TypeID": "sample string 3",
  "TypeName": "sample string 4",
  "TypeMemo": "sample string 5"
}

application/xml, text/xml

Sample:
<C_App_OperType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.App_TB">
  <AppType>2</AppType>
  <ID>sample string 1</ID>
  <TypeID>sample string 3</TypeID>
  <TypeMemo>sample string 5</TypeMemo>
  <TypeName>sample string 4</TypeName>
</C_App_OperType>

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.