POST api/AgentSystem/PostEditOrganizationInfo?keyValue={keyValue}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| keyValue | string |
Required |
Body Parameters
C_Sys_Organization| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| OrgType | integer |
None. |
|
| Orgcode | string |
None. |
|
| parentOrgcode | string |
None. |
|
| OrgName | string |
None. |
|
| Ecode | string |
None. |
|
| Status | integer |
None. |
|
| ValidTime | date |
None. |
|
| LinkName | string |
None. |
|
| LinkMobile | string |
None. |
|
| LinkAddress | string |
None. |
|
| AllStoremoney | decimal number |
None. |
|
| LastMoney | decimal number |
None. |
|
| MaxOweAmount | decimal number |
None. |
|
| AddTime | date |
None. |
|
| AddUser | string |
None. |
|
| Description | string |
None. |
|
| UpdateTime | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"OrgType": 2,
"Orgcode": "sample string 3",
"parentOrgcode": "sample string 4",
"OrgName": "sample string 5",
"Ecode": "sample string 6",
"Status": 7,
"ValidTime": "2025-12-04T01:03:54.0219919+08:00",
"LinkName": "sample string 9",
"LinkMobile": "sample string 10",
"LinkAddress": "sample string 11",
"AllStoremoney": 12.0,
"LastMoney": 13.0,
"MaxOweAmount": 14.0,
"AddTime": "2025-12-04T01:03:54.0219919+08:00",
"AddUser": "sample string 16",
"Description": "sample string 17",
"UpdateTime": "QEA="
}
application/xml, text/xml
Sample:
<C_Sys_Organization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.AG_TB"> <AddTime>2025-12-04T01:03:54.0219919+08:00</AddTime> <AddUser>sample string 16</AddUser> <AllStoremoney>12</AllStoremoney> <Description>sample string 17</Description> <Ecode>sample string 6</Ecode> <ID>sample string 1</ID> <LastMoney>13</LastMoney> <LinkAddress>sample string 11</LinkAddress> <LinkMobile>sample string 10</LinkMobile> <LinkName>sample string 9</LinkName> <MaxOweAmount>14</MaxOweAmount> <OrgName>sample string 5</OrgName> <OrgType>2</OrgType> <Orgcode>sample string 3</Orgcode> <Status>7</Status> <UpdateTime>QEA=</UpdateTime> <ValidTime>2025-12-04T01:03:54.0219919+08:00</ValidTime> <parentOrgcode>sample string 4</parentOrgcode> </C_Sys_Organization>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.