POST api/tpagent/PostEditShopInfo
Request Information
URI Parameters
None.
Body Parameters
T_ShopName | Description | Type | Additional information |
---|---|---|---|
ID | string |
None. |
|
ShopNO | string |
None. |
|
ShopName | string |
None. |
|
Status | integer |
None. |
|
UrlA | string |
None. |
|
UrlB | string |
None. |
|
BShop | string |
None. |
|
Sign | string |
None. |
|
Desc | string |
None. |
|
AddTime | date |
None. |
|
UpdateTime | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "sample string 1", "ShopNO": "sample string 2", "ShopName": "sample string 3", "Status": 4, "UrlA": "sample string 5", "UrlB": "sample string 6", "BShop": "sample string 7", "Sign": "sample string 8", "Desc": "sample string 9", "AddTime": "2025-05-05T17:47:25.9660867+08:00", "UpdateTime": "QEA=" }
application/xml, text/xml
Sample:
<T_Shop xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.AG_TB"> <AddTime>2025-05-05T17:47:25.9660867+08:00</AddTime> <BShop>sample string 7</BShop> <Desc>sample string 9</Desc> <ID>sample string 1</ID> <ShopNO>sample string 2</ShopNO> <ShopName>sample string 3</ShopName> <Sign>sample string 8</Sign> <Status>4</Status> <UpdateTime>QEA=</UpdateTime> <UrlA>sample string 5</UrlA> <UrlB>sample string 6</UrlB> </T_Shop>
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.