POST api/AgentSystem/PostEditSysCustomerInfo

Request Information

URI Parameters

None.

Body Parameters

C_Sys_Customer
NameDescriptionTypeAdditional information
ID

string

None.

CustomerID

string

None.

CustomerName

string

None.

AgentID

string

None.

LinkName

string

None.

LinkMobile

string

None.

LinkAdd

string

None.

ShopQty

integer

None.

LoginUserName

string

None.

Password

string

None.

Salt

string

None.

Status

integer

None.

AddTime

date

None.

AddUser

string

None.

ValidTime

date

None.

Remark

string

None.

UpdateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "sample string 1",
  "CustomerID": "sample string 2",
  "CustomerName": "sample string 3",
  "AgentID": "sample string 4",
  "LinkName": "sample string 5",
  "LinkMobile": "sample string 6",
  "LinkAdd": "sample string 7",
  "ShopQty": 8,
  "LoginUserName": "sample string 9",
  "Password": "sample string 10",
  "Salt": "sample string 11",
  "Status": 12,
  "AddTime": "2025-05-05T14:13:45.5643292+08:00",
  "AddUser": "sample string 14",
  "ValidTime": "2025-05-05T14:13:45.5653937+08:00",
  "Remark": "sample string 16",
  "UpdateTime": "2025-05-05T14:13:45.5653937+08:00"
}

application/xml, text/xml

Sample:
<C_Sys_Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">
  <AddTime>2025-05-05T14:13:45.5643292+08:00</AddTime>
  <AddUser>sample string 14</AddUser>
  <AgentID>sample string 4</AgentID>
  <CustomerID>sample string 2</CustomerID>
  <CustomerName>sample string 3</CustomerName>
  <ID>sample string 1</ID>
  <LinkAdd>sample string 7</LinkAdd>
  <LinkMobile>sample string 6</LinkMobile>
  <LinkName>sample string 5</LinkName>
  <LoginUserName>sample string 9</LoginUserName>
  <Password>sample string 10</Password>
  <Remark>sample string 16</Remark>
  <Salt>sample string 11</Salt>
  <ShopQty>8</ShopQty>
  <Status>12</Status>
  <UpdateTime>2025-05-05T14:13:45.5653937+08:00</UpdateTime>
  <ValidTime>2025-05-05T14:13:45.5653937+08:00</ValidTime>
</C_Sys_Customer>

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.