POST api/AgentSystem/PostOperTypeEdit?keyValue={keyValue}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
keyValue

string

Required

Body Parameters

C_Sys_OperType
NameDescriptionTypeAdditional information
ID

string

None.

TypeID

string

None.

TypeName

string

None.

TypeMemo

string

None.

BusinessType

integer

None.

ProgramType

integer

None.

Func

string

None.

Icon

string

None.

UpdateTime

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "sample string 1",
  "TypeID": "sample string 2",
  "TypeName": "sample string 3",
  "TypeMemo": "sample string 4",
  "BusinessType": 5,
  "ProgramType": 6,
  "Func": "sample string 7",
  "Icon": "sample string 8",
  "UpdateTime": "QEA="
}

application/xml, text/xml

Sample:
<C_Sys_OperType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">
  <BusinessType>5</BusinessType>
  <Func>sample string 7</Func>
  <ID>sample string 1</ID>
  <Icon>sample string 8</Icon>
  <ProgramType>6</ProgramType>
  <TypeID>sample string 2</TypeID>
  <TypeMemo>sample string 4</TypeMemo>
  <TypeName>sample string 3</TypeName>
  <UpdateTime>QEA=</UpdateTime>
</C_Sys_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.