POST api/AgentSystem/PostStoreShopAccount?keyValue={keyValue}&accountno={accountno}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
keyValue | string |
Required |
|
accountno | string |
Required |
Body Parameters
C_sys_OrgAccountName | Description | Type | Additional information |
---|---|---|---|
ID | string |
None. |
|
F_OrganizeId | string |
None. |
|
AccountType | integer |
None. |
|
AllStoreAccount | decimal number |
None. |
|
AllBalanceAccount | decimal number |
None. |
|
Price | decimal number |
None. |
|
SmsAccountNO | string |
None. |
|
Remarks | string |
None. |
|
AddTime | date |
None. |
|
UpdateTime | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "sample string 1", "F_OrganizeId": "sample string 2", "AccountType": 3, "AllStoreAccount": 4.0, "AllBalanceAccount": 5.0, "Price": 6.0, "SmsAccountNO": "sample string 7", "Remarks": "sample string 8", "AddTime": "2025-05-05T14:13:43.7573112+08:00", "UpdateTime": "QEA=" }
application/xml, text/xml
Sample:
<C_sys_OrgAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.AG_TB"> <AccountType>3</AccountType> <AddTime>2025-05-05T14:13:43.7573112+08:00</AddTime> <AllBalanceAccount>5</AllBalanceAccount> <AllStoreAccount>4</AllStoreAccount> <F_OrganizeId>sample string 2</F_OrganizeId> <ID>sample string 1</ID> <Price>6</Price> <Remarks>sample string 8</Remarks> <SmsAccountNO>sample string 7</SmsAccountNO> <UpdateTime>QEA=</UpdateTime> </C_sys_OrgAccount>
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.